Class: Google::Pubsub::V1::GetSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::GetSnapshotRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the GetSnapshot method.
ALPHA: This feature is part of an alpha release. This API might be
changed in backward-incompatible ways and is not recommended for production
use. It is not subject to any SLA or deprecation policy.
Instance Attribute Summary collapse
-
#snapshot ⇒ String
The name of the snapshot to get.
Instance Attribute Details
#snapshot ⇒ String
Returns The name of the snapshot to get. Format is +projects/{project}/snapshots/{snap}+.
554 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 554 class GetSnapshotRequest; end |