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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent collection in which to add this channel. |
↳ channel |
Google\Cloud\Eventarc\V1\Channel
Required. The channel to create. |
↳ 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.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent collection in which to add this channel.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getChannel
Required. The channel to create.
Returns | |
---|---|
Type | Description |
Google\Cloud\Eventarc\V1\Channel|null |
hasChannel
clearChannel
setChannel
Required. The channel to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Eventarc\V1\Channel
|
Returns | |
---|---|
Type | Description |
$this |
getChannelId
Required. The user-provided ID to be assigned to the channel.
Returns | |
---|---|
Type | Description |
string |
setChannelId
Required. The user-provided ID to be assigned to the channel.
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 channel. Please see Google\Cloud\Eventarc\V1\EventarcClient::locationName() for help formatting this field. |
channel |
Google\Cloud\Eventarc\V1\Channel
Required. The channel to create. |
channelId |
string
Required. The user-provided ID to be assigned to the channel. |
Returns | |
---|---|
Type | Description |
Google\Cloud\Eventarc\V1\CreateChannelRequest |