Google Workspace Events V1BETA API - Class Google::Apps::Events::Subscriptions::V1beta::UpdateSubscriptionRequest (v0.1.0)

Reference documentation and code samples for the Google Workspace Events V1BETA API class Google::Apps::Events::Subscriptions::V1beta::UpdateSubscriptionRequest.

The request message for SubscriptionsService.UpdateSubscription.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#subscription

def subscription() -> ::Google::Apps::Events::Subscriptions::V1beta::Subscription
Returns

#subscription=

def subscription=(value) -> ::Google::Apps::Events::Subscriptions::V1beta::Subscription
Parameter
Returns

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. The field to update. If omitted, updates any fields included in the request.

    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.
    • event_types: The list of event types to receive about the target resource.

    To fully replace the subscription (the equivalent of PUT), use *. Any omitted fields are updated with empty values.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. The field to update. If omitted, updates any fields included in the request.

    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.
    • event_types: The list of event types to receive about the target resource.

    To fully replace the subscription (the equivalent of PUT), use *. Any omitted fields are updated with empty values.

Returns
  • (::Google::Protobuf::FieldMask) — Optional. The field to update. If omitted, updates any fields included in the request.

    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.
    • event_types: The list of event types to receive about the target resource.

    To fully replace the subscription (the equivalent of PUT), use *. Any omitted fields are updated with empty values.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. If set to true, validates and previews the request, but doesn't update the subscription.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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.