Reference documentation and code samples for the Google Cloud Eventarc V1 Client class DeleteChannelRequest.
The request message for the DeleteChannel method.
Generated from protobuf message google.cloud.eventarc.v1.DeleteChannelRequest
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The name of the channel to be deleted.
↳ validate_only
bool
Required. If set, validate the request and preview the review, but do not post it.
getName
Required. The name of the channel to be deleted.
string
setName
Required. The name of the channel to be deleted.
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
name
string
Required. The name of the channel to be deleted. Please see Google\Cloud\Eventarc\V1\EventarcClient::channelName() for help formatting this field.