Reference documentation and code samples for the Google Cloud Eventarc V1 Client class CreateChannelRequest.
The request message for the CreateChannel method.
Generated from protobuf message google.cloud.eventarc.v1.CreateChannelRequest
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent collection in which to add this channel.
↳ channel
↳ channel_id
string
Required. The user-provided ID to be assigned to the channel.
↳ 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 channel.
string
setParent
Required. The parent collection in which to add this channel.
var
string
$this
getChannel
Required. The channel to create.
hasChannel
clearChannel
setChannel
Required. The channel to create.
$this
getChannelId
Required. The user-provided ID to be assigned to the channel.
string
setChannelId
Required. The user-provided ID to be assigned to the channel.
var
string
$this
getValidateOnly
Required. If set, validate the request and preview the review, but do not post it.
bool
setValidateOnly
Required. If set, validate the request and preview the review, but do not post it.
var
bool
$this
static::build
parent
string
Required. The parent collection in which to add this channel. Please see Google\Cloud\Eventarc\V1\EventarcClient::locationName() for help formatting this field.
channel
channelId
string
Required. The user-provided ID to be assigned to the channel.