Class: Google::Cloud::PubSub::V1::UpdateSubscriptionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#subscription::Google::Cloud::PubSub::V1::Subscription

Returns Required. The updated subscription object.

Returns:



651
652
653
654
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 651

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.

Returns:



651
652
653
654
# File 'proto_docs/google/pubsub/v1/pubsub.rb', line 651

class UpdateSubscriptionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end