Google Cloud Support V2beta Client - Class CreateSupportEventSubscriptionRequest (1.7.0)

Reference documentation and code samples for the Google Cloud Support V2beta Client class CreateSupportEventSubscriptionRequest.

Request message for CreateSupportEventSubscription.

Generated from protobuf message google.cloud.support.v2beta.CreateSupportEventSubscriptionRequest

Namespace

Google \ Cloud \ Support \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}

↳ support_event_subscription SupportEventSubscription

Required. The Pub/Sub configuration to create.

getParent

Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}

Returns
Type Description
string

setParent

Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id}

Parameter
Name Description
var string
Returns
Type Description
$this

getSupportEventSubscription

Required. The Pub/Sub configuration to create.

Returns
Type Description
SupportEventSubscription|null

hasSupportEventSubscription

clearSupportEventSubscription

setSupportEventSubscription

Required. The Pub/Sub configuration to create.

Parameter
Name Description
var SupportEventSubscription
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource name where the support event subscription will be created. Format: organizations/{organization_id} Please see SupportEventSubscriptionServiceClient::organizationName() for help formatting this field.

supportEventSubscription SupportEventSubscription

Required. The Pub/Sub configuration to create.

Returns
Type Description
CreateSupportEventSubscriptionRequest