Class: Google::Cloud::Dataflow::V1beta3::ListSnapshotsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ListSnapshotsRequest
- 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
-
#job_id ⇒ ::String
If specified, list snapshots created from this job.
-
#location ⇒ ::String
The location to list snapshots in.
-
#project_id ⇒ ::String
The project ID to list snapshots for.
Instance Attribute Details
#job_id ⇒ ::String
Returns 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.
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.
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 |