Class: Google::Cloud::Filestore::V1::DeleteSnapshotRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb

Overview

DeleteSnapshotRequest deletes a snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The snapshot resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/snapshots/{snapshot_id}.

Returns:

  • (::String)

    Required. The snapshot resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}/snapshots/{snapshot_id}



525
526
527
528
# File 'proto_docs/google/cloud/filestore/v1/cloud_filestore_service.rb', line 525

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