Reference documentation and code samples for the Google Ads Ad Manager V1 Client class CustomFieldValue.
A value for a CustomField on a resource.
Generated from protobuf message google.ads.admanager.v1.CustomFieldValue
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ custom_field | stringRequired. The custom field for which this is a value. Format: "networks/{network_code}/customFields/{custom_field_id}" | 
| ↳ value | Google\Ads\AdManager\V1\CustomFieldValue\ValueRequired. A typed value representation of the value. | 
getCustomField
Required. The custom field for which this is a value.
Format: "networks/{network_code}/customFields/{custom_field_id}"
| Returns | |
|---|---|
| Type | Description | 
| string | |
setCustomField
Required. The custom field for which this is a value.
Format: "networks/{network_code}/customFields/{custom_field_id}"
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getValue
Required. A typed value representation of the value.
| Returns | |
|---|---|
| Type | Description | 
| Google\Ads\AdManager\V1\CustomFieldValue\Value|null | |
hasValue
clearValue
setValue
Required. A typed value representation of the value.
| Parameter | |
|---|---|
| Name | Description | 
| var | Google\Ads\AdManager\V1\CustomFieldValue\Value | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |