Reference documentation and code samples for the Google Cloud Support V2BETA API class Google::Cloud::Support::V2beta::CreateSupportEventSubscriptionRequest.
Request message for CreateSupportEventSubscription.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}
Returns
- (::String) — Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}
#support_event_subscription
def support_event_subscription() -> ::Google::Cloud::Support::V2beta::SupportEventSubscription
Returns
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The Pub/Sub configuration to create.
#support_event_subscription=
def support_event_subscription=(value) -> ::Google::Cloud::Support::V2beta::SupportEventSubscription
Parameter
- value (::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The Pub/Sub configuration to create.
Returns
- (::Google::Cloud::Support::V2beta::SupportEventSubscription) — Required. The Pub/Sub configuration to create.