Class: Google::Cloud::Dataflow::V1beta3::DeleteSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::DeleteSnapshotRequest
- 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
-
#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.
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.
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.
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 |