Reference documentation and code samples for the Google Cloud Support V2 Client class CreateSupportEventSubscriptionRequest.
Request message for CreateSupportEventSubscription.
Generated from protobuf message google.cloud.support.v2.CreateSupportEventSubscriptionRequest
Namespace
Google \ Cloud \ Support \ V2Methods
__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 |
|