Class: Google::Cloud::PubSub::V1::DeleteSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::DeleteSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the DeleteSnapshot
method.
Instance Attribute Summary collapse
-
#snapshot ⇒ ::String
Required.
Instance Attribute Details
#snapshot ⇒ ::String
Returns Required. The name of the snapshot to delete.
Format is projects/{project}/snapshots/{snap}
.
1661 1662 1663 1664 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1661 class DeleteSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |