Class: Google::Apps::Events::Subscriptions::V1::UpdateSubscriptionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb

Overview

The request message for SubscriptionsService.UpdateSubscription.

Instance Attribute Summary collapse

Instance Attribute Details

#subscription::Google::Apps::Events::Subscriptions::V1::Subscription

Returns Required. The subscription to update.

The subscription's name field is used to identify the subscription to update.

Returns:



100
101
102
103
# File 'proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb', line 100

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. Required. The field to update.

You can update one of the following fields in a subscription:

  • expire_time: The timestamp when the subscription expires.
  • ttl: The time-to-live (TTL) or duration of the subscription.

Returns:

  • (::Google::Protobuf::FieldMask)

    Optional. Required. The field to update.

    You can update one of the following fields in a subscription:

    • expire_time: The timestamp when the subscription expires.
    • ttl: The time-to-live (TTL) or duration of the subscription.


100
101
102
103
# File 'proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb', line 100

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

#validate_only::Boolean

Returns Optional. If set to true, validates and previews the request, but doesn't update the subscription.

Returns:

  • (::Boolean)

    Optional. If set to true, validates and previews the request, but doesn't update the subscription.



100
101
102
103
# File 'proto_docs/google/apps/events/subscriptions/v1/subscriptions_service.rb', line 100

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