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