Class: Google::Cloud::Dataflow::V1beta3::DeleteSnapshotRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/dataflow/v1beta3/snapshots.rb

Overview

Request to delete a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns The location that contains this snapshot.

Returns:

  • (::String)

    The location that contains this snapshot.



101
102
103
104
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 101

class DeleteSnapshotRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#project_id::String

Returns The ID of the Cloud Platform project that the snapshot belongs to.

Returns:

  • (::String)

    The ID of the Cloud Platform project that the snapshot belongs to.



101
102
103
104
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 101

class DeleteSnapshotRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#snapshot_id::String

Returns The ID of the snapshot.

Returns:

  • (::String)

    The ID of the snapshot.



101
102
103
104
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 101

class DeleteSnapshotRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end