Reference documentation and code samples for the Google Cloud Eventarc V1 Client class CreateChannelConnectionRequest.
The request message for the CreateChannelConnection method.
Generated from protobuf message google.cloud.eventarc.v1.CreateChannelConnectionRequest
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 connection.
↳ channel_connection
↳ channel_connection_id
string
Required. The user-provided ID to be assigned to the channel connection.
getParent
Required. The parent collection in which to add this channel connection.
string
setParent
Required. The parent collection in which to add this channel connection.
var
string
$this
getChannelConnection
Required. Channel connection to create.
hasChannelConnection
clearChannelConnection
setChannelConnection
Required. Channel connection to create.
$this
getChannelConnectionId
Required. The user-provided ID to be assigned to the channel connection.
string
setChannelConnectionId
Required. The user-provided ID to be assigned to the channel connection.
var
string
$this
static::build
parent
string
Required. The parent collection in which to add this channel connection. Please see Google\Cloud\Eventarc\V1\EventarcClient::locationName() for help formatting this field.
channelConnection
channelConnectionId
string
Required. The user-provided ID to be assigned to the channel connection.