Reference documentation and code samples for the Google Ads Ad Manager V1 Client class UpdateCustomFieldRequest.
Request object for UpdateCustomField
method.
Generated from protobuf message google.ads.admanager.v1.UpdateCustomFieldRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ custom_field
CustomField
Required. The CustomField
to update. The CustomField
's name
is used to identify the CustomField
to update.
↳ update_mask
getCustomField
Required. The CustomField
to update.
The CustomField
's name
is used to identify the CustomField
to update.
hasCustomField
clearCustomField
setCustomField
Required. The CustomField
to update.
The CustomField
's name
is used to identify the CustomField
to update.
$this
getUpdateMask
Required. The list of fields to update.
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
$this
static::build
customField
CustomField
Required. The CustomField
to update.
The CustomField
's name
is used to identify the CustomField
to update.
updateMask

