Google Cloud Support V2 API - Class Google::Cloud::Support::V2::CreateSupportEventSubscriptionRequest (v1.10.0)

Reference documentation and code samples for the Google Cloud Support V2 API class Google::Cloud::Support::V2::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::V2::SupportEventSubscription
Returns

#support_event_subscription=

def support_event_subscription=(value) -> ::Google::Cloud::Support::V2::SupportEventSubscription
Parameter
Returns