Class: Google::Cloud::PubSub::V1::UpdateSnapshotRequest
- Inherits:
-
Object
- Object
- Google::Cloud::PubSub::V1::UpdateSnapshotRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/pubsub/v1/pubsub.rb
Overview
Request for the UpdateSnapshot method.
Instance Attribute Summary collapse
-
#snapshot ⇒ ::Google::Cloud::PubSub::V1::Snapshot
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#snapshot ⇒ ::Google::Cloud::PubSub::V1::Snapshot
Returns Required. The updated snapshot object.
1567 1568 1569 1570 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1567 class UpdateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
1567 1568 1569 1570 |
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 1567 class UpdateSnapshotRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |