Reference documentation and code samples for the Google Cloud Eventarc V1 Client class UpdateGoogleChannelConfigRequest.
The request message for the UpdateGoogleChannelConfig method.
Generated from protobuf message google.cloud.eventarc.v1.UpdateGoogleChannelConfigRequest
Namespace
Google \ Cloud \ Eventarc \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ google_channel_config
↳ update_mask
Google\Protobuf\FieldMask
The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
getGoogleChannelConfig
Required. The config to be updated.
hasGoogleChannelConfig
clearGoogleChannelConfig
setGoogleChannelConfig
Required. The config to be updated.
$this
getUpdateMask
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
hasUpdateMask
clearUpdateMask
setUpdateMask
The fields to be updated; only fields explicitly provided are updated.
If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".
$this
static::build
googleChannelConfig
updateMask
Google\Protobuf\FieldMask
The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".