Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::UpdateSupportEventSubscriptionRequest.
Request message for UpdateSupportEventSubscription.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#support_event_subscription
def support_event_subscription() -> ::Google::Cloud::Support::V2beta::SupportEventSubscription
Returns
-
(::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The support event subscription to update.
The
namefield is used to identify the configuration to update.
#support_event_subscription=
def support_event_subscription=(value) -> ::Google::Cloud::Support::V2beta::SupportEventSubscription
Parameter
-
value (::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The support event subscription to update.
The
namefield is used to identify the configuration to update.
Returns
-
(::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The support event subscription to update.
The
namefield is used to identify the configuration to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. The only supported value is pub_sub_topic.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. The only supported value is pub_sub_topic.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update. The only supported value is pub_sub_topic.