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