Class: Google::Cloud::Dataflow::V1beta3::GetSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::GetSnapshotRequest
- 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
-
#location ⇒ ::String
The location that contains this snapshot.
-
#project_id ⇒ ::String
The ID of the Cloud Platform project that the snapshot belongs to.
-
#snapshot_id ⇒ ::String
The ID of the snapshot.
Instance Attribute Details
#location ⇒ ::String
Returns 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.
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.
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 |