public interface CustomFieldValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomField()
public abstract String getCustomField()
Required. The custom field for which this is a value. Format: "networks/{network_code}/customFields/{custom_field_id}"
string custom_field = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The customField. |
getCustomFieldBytes()
public abstract ByteString getCustomFieldBytes()
Required. The custom field for which this is a value. Format: "networks/{network_code}/customFields/{custom_field_id}"
string custom_field = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for customField. |
getValue()
public abstract CustomFieldValue.Value getValue()
Required. A typed value representation of the value.
optional .google.ads.admanager.v1.CustomFieldValue.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CustomFieldValue.Value |
The value. |
getValueOrBuilder()
public abstract CustomFieldValue.ValueOrBuilder getValueOrBuilder()
Required. A typed value representation of the value.
optional .google.ads.admanager.v1.CustomFieldValue.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CustomFieldValue.ValueOrBuilder |
hasValue()
public abstract boolean hasValue()
Required. A typed value representation of the value.
optional .google.ads.admanager.v1.CustomFieldValue.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |