Class: Google::Cloud::Support::V2::UpdateSupportEventSubscriptionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::UpdateSupportEventSubscriptionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/support_event_subscription_service.rb
Overview
Request message for UpdateSupportEventSubscription.
Instance Attribute Summary collapse
-
#support_event_subscription ⇒ ::Google::Cloud::Support::V2::SupportEventSubscription
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#support_event_subscription ⇒ ::Google::Cloud::Support::V2::SupportEventSubscription
Returns Required. The support event subscription to update.
The name field is used to identify the configuration to update.
107 108 109 110 |
# File 'proto_docs/google/cloud/support/v2/support_event_subscription_service.rb', line 107 class UpdateSupportEventSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The list of fields to update. The only supported value is pub_sub_topic.
107 108 109 110 |
# File 'proto_docs/google/cloud/support/v2/support_event_subscription_service.rb', line 107 class UpdateSupportEventSubscriptionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |