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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ google_channel_config |
Google\Cloud\Eventarc\V1\GoogleChannelConfig
Required. The config to be updated. |
↳ 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.
Returns | |
---|---|
Type | Description |
Google\Cloud\Eventarc\V1\GoogleChannelConfig|null |
hasGoogleChannelConfig
clearGoogleChannelConfig
setGoogleChannelConfig
Required. The config to be updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Eventarc\V1\GoogleChannelConfig
|
Returns | |
---|---|
Type | Description |
$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 "*".
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
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 "*".
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
googleChannelConfig |
Google\Cloud\Eventarc\V1\GoogleChannelConfig
Required. The config to be updated. |
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 "*". |
Returns | |
---|---|
Type | Description |
Google\Cloud\Eventarc\V1\UpdateGoogleChannelConfigRequest |