Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::DeleteSnapshotRequest.
Request to delete a snapshot.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#location
def location() -> ::String Returns 
 - (::String) — The location that contains this snapshot.
 
#location=
def location=(value) -> ::String Parameter 
 - value (::String) — The location that contains this snapshot.
 
 Returns 
 - (::String) — The location that contains this snapshot.
 
#project_id
def project_id() -> ::String Returns 
 - (::String) — The ID of the Cloud Platform project that the snapshot belongs to.
 
#project_id=
def project_id=(value) -> ::String Parameter 
 - value (::String) — 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.
 
#snapshot_id
def snapshot_id() -> ::String Returns 
 - (::String) — The ID of the snapshot.
 
#snapshot_id=
def snapshot_id=(value) -> ::String Parameter 
 - value (::String) — The ID of the snapshot.
 
 Returns 
 - (::String) — The ID of the snapshot.