Google Cloud Eventarc V1 Client - Class CreateTriggerRequest (1.3.4)

Reference documentation and code samples for the Google Cloud Eventarc V1 Client class CreateTriggerRequest.

The request message for the CreateTrigger method.

Generated from protobuf message google.cloud.eventarc.v1.CreateTriggerRequest

Namespace

Google \ Cloud \ Eventarc \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent collection in which to add this trigger.

↳ trigger Google\Cloud\Eventarc\V1\Trigger

Required. The trigger to create.

↳ trigger_id string

Required. The user-provided ID to be assigned to the trigger.

↳ validate_only bool

Required. If set, validate the request and preview the review, but do not post it.

getParent

Required. The parent collection in which to add this trigger.

Returns
Type Description
string

setParent

Required. The parent collection in which to add this trigger.

Parameter
Name Description
var string
Returns
Type Description
$this

getTrigger

Required. The trigger to create.

Returns
Type Description
Google\Cloud\Eventarc\V1\Trigger|null

hasTrigger

clearTrigger

setTrigger

Required. The trigger to create.

Parameter
Name Description
var Google\Cloud\Eventarc\V1\Trigger
Returns
Type Description
$this

getTriggerId

Required. The user-provided ID to be assigned to the trigger.

Returns
Type Description
string

setTriggerId

Required. The user-provided ID to be assigned to the trigger.

Parameter
Name Description
var string
Returns
Type Description
$this

getValidateOnly

Required. If set, validate the request and preview the review, but do not post it.

Returns
Type Description
bool

setValidateOnly

Required. If set, validate the request and preview the review, but do not post it.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent collection in which to add this trigger. Please see Google\Cloud\Eventarc\V1\EventarcClient::locationName() for help formatting this field.

trigger Google\Cloud\Eventarc\V1\Trigger

Required. The trigger to create.

triggerId string

Required. The user-provided ID to be assigned to the trigger.

Returns
Type Description
Google\Cloud\Eventarc\V1\CreateTriggerRequest