Class: Google::Pubsub::V1::UpdateSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Pubsub::V1::UpdateSnapshotRequest
- Defined in:
- lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
Overview
Request for the UpdateSnapshot 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 ⇒ Google::Pubsub::V1::Snapshot
The updated snapshot object.
-
#update_mask ⇒ Google::Protobuf::FieldMask
Indicates which fields in the provided snapshot to update.
Instance Attribute Details
#snapshot ⇒ Google::Pubsub::V1::Snapshot
Returns The updated snapshot object.
517 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 517 class UpdateSnapshotRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
517 |
# File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 517 class UpdateSnapshotRequest; end |