Google Cloud Support V2beta Client - Class UpdateSupportEventSubscriptionRequest (1.7.0)

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

Request message for UpdateSupportEventSubscription.

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

Namespace

Google \ Cloud \ Support \ V2beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ support_event_subscription SupportEventSubscription

Required. The support event subscription to update. The name field is used to identify the configuration to update.

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update. The only supported value is pub_sub_topic.

getSupportEventSubscription

Required. The support event subscription to update.

The name field is used to identify the configuration to update.

Returns
Type Description
SupportEventSubscription|null

hasSupportEventSubscription

clearSupportEventSubscription

setSupportEventSubscription

Required. The support event subscription to update.

The name field is used to identify the configuration to update.

Parameter
Name Description
var SupportEventSubscription
Returns
Type Description
$this

getUpdateMask

Optional. The list of fields to update. The only supported value is pub_sub_topic.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. The list of fields to update. The only supported value is pub_sub_topic.

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
supportEventSubscription SupportEventSubscription

Required. The support event subscription to update. The name field is used to identify the configuration to update.

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update. The only supported value is pub_sub_topic.

Returns
Type Description
UpdateSupportEventSubscriptionRequest