Class: Google::Cloud::Dataflow::V1beta3::GetSnapshotRequest

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 get information about 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.



86
87
88
89
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 86

class GetSnapshotRequest
  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.



86
87
88
89
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 86

class GetSnapshotRequest
  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.



86
87
88
89
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 86

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