Class: Google::Cloud::Dataflow::V1beta3::ListSnapshotsRequest

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 list snapshots.

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns If specified, list snapshots created from this job.

Returns:

  • (::String)

    If specified, list snapshots created from this job.



122
123
124
125
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 122

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

#location::String

Returns The location to list snapshots in.

Returns:

  • (::String)

    The location to list snapshots in.



122
123
124
125
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 122

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

#project_id::String

Returns The project ID to list snapshots for.

Returns:

  • (::String)

    The project ID to list snapshots for.



122
123
124
125
# File 'proto_docs/google/dataflow/v1beta3/snapshots.rb', line 122

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