Class AttributeFieldMapping.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
- com.google.ads.googleads.v14.resources.AttributeFieldMapping.Builder
-
- All Implemented Interfaces:
AttributeFieldMappingOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- AttributeFieldMapping
public static final class AttributeFieldMapping.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder> implements AttributeFieldMappingOrBuilder
Maps from feed attribute id to a placeholder or criterion field id.
Protobuf typegoogle.ads.googleads.v14.resources.AttributeFieldMapping
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
clear
public AttributeFieldMapping.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
getDefaultInstanceForType
public AttributeFieldMapping getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public AttributeFieldMapping build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AttributeFieldMapping buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AttributeFieldMapping.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
setField
public AttributeFieldMapping.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
clearField
public AttributeFieldMapping.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
clearOneof
public AttributeFieldMapping.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
setRepeatedField
public AttributeFieldMapping.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
addRepeatedField
public AttributeFieldMapping.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
mergeFrom
public AttributeFieldMapping.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AttributeFieldMapping.Builder>
-
mergeFrom
public AttributeFieldMapping.Builder mergeFrom(AttributeFieldMapping other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
mergeFrom
public AttributeFieldMapping.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<AttributeFieldMapping.Builder>- Throws:
java.io.IOException
-
getFieldCase
public AttributeFieldMapping.FieldCase getFieldCase()
- Specified by:
getFieldCasein interfaceAttributeFieldMappingOrBuilder
-
clearField
public AttributeFieldMapping.Builder clearField()
-
hasFeedAttributeId
public boolean hasFeedAttributeId()
Immutable. Feed attribute from which to map.
optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasFeedAttributeIdin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the feedAttributeId field is set.
-
getFeedAttributeId
public long getFeedAttributeId()
Immutable. Feed attribute from which to map.
optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getFeedAttributeIdin interfaceAttributeFieldMappingOrBuilder- Returns:
- The feedAttributeId.
-
setFeedAttributeId
public AttributeFieldMapping.Builder setFeedAttributeId(long value)
Immutable. Feed attribute from which to map.
optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The feedAttributeId to set.- Returns:
- This builder for chaining.
-
clearFeedAttributeId
public AttributeFieldMapping.Builder clearFeedAttributeId()
Immutable. Feed attribute from which to map.
optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasFieldId
public boolean hasFieldId()
Output only. The placeholder field ID. If a placeholder field enum is not published in the current API version, then this field will be populated and the field oneof will be empty. This field is read-only.
optional int64 field_id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasFieldIdin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the fieldId field is set.
-
getFieldId
public long getFieldId()
Output only. The placeholder field ID. If a placeholder field enum is not published in the current API version, then this field will be populated and the field oneof will be empty. This field is read-only.
optional int64 field_id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getFieldIdin interfaceAttributeFieldMappingOrBuilder- Returns:
- The fieldId.
-
setFieldId
public AttributeFieldMapping.Builder setFieldId(long value)
Output only. The placeholder field ID. If a placeholder field enum is not published in the current API version, then this field will be populated and the field oneof will be empty. This field is read-only.
optional int64 field_id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The fieldId to set.- Returns:
- This builder for chaining.
-
clearFieldId
public AttributeFieldMapping.Builder clearFieldId()
Output only. The placeholder field ID. If a placeholder field enum is not published in the current API version, then this field will be populated and the field oneof will be empty. This field is read-only.
optional int64 field_id = 25 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasSitelinkField
public boolean hasSitelinkField()
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasSitelinkFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the sitelinkField field is set.
-
getSitelinkFieldValue
public int getSitelinkFieldValue()
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getSitelinkFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for sitelinkField.
-
setSitelinkFieldValue
public AttributeFieldMapping.Builder setSitelinkFieldValue(int value)
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for sitelinkField to set.- Returns:
- This builder for chaining.
-
getSitelinkField
public SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField getSitelinkField()
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getSitelinkFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The sitelinkField.
-
setSitelinkField
public AttributeFieldMapping.Builder setSitelinkField(SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField value)
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The sitelinkField to set.- Returns:
- This builder for chaining.
-
clearSitelinkField
public AttributeFieldMapping.Builder clearSitelinkField()
Immutable. Sitelink Placeholder Fields.
.google.ads.googleads.v14.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasCallField
public boolean hasCallField()
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasCallFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the callField field is set.
-
getCallFieldValue
public int getCallFieldValue()
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCallFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for callField.
-
setCallFieldValue
public AttributeFieldMapping.Builder setCallFieldValue(int value)
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for callField to set.- Returns:
- This builder for chaining.
-
getCallField
public CallPlaceholderFieldEnum.CallPlaceholderField getCallField()
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCallFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The callField.
-
setCallField
public AttributeFieldMapping.Builder setCallField(CallPlaceholderFieldEnum.CallPlaceholderField value)
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The callField to set.- Returns:
- This builder for chaining.
-
clearCallField
public AttributeFieldMapping.Builder clearCallField()
Immutable. Call Placeholder Fields.
.google.ads.googleads.v14.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasAppField
public boolean hasAppField()
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasAppFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the appField field is set.
-
getAppFieldValue
public int getAppFieldValue()
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getAppFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for appField.
-
setAppFieldValue
public AttributeFieldMapping.Builder setAppFieldValue(int value)
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for appField to set.- Returns:
- This builder for chaining.
-
getAppField
public AppPlaceholderFieldEnum.AppPlaceholderField getAppField()
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getAppFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The appField.
-
setAppField
public AttributeFieldMapping.Builder setAppField(AppPlaceholderFieldEnum.AppPlaceholderField value)
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The appField to set.- Returns:
- This builder for chaining.
-
clearAppField
public AttributeFieldMapping.Builder clearAppField()
Immutable. App Placeholder Fields.
.google.ads.googleads.v14.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasLocationField
public boolean hasLocationField()
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasLocationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the locationField field is set.
-
getLocationFieldValue
public int getLocationFieldValue()
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLocationFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for locationField.
-
setLocationFieldValue
public AttributeFieldMapping.Builder setLocationFieldValue(int value)
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for locationField to set.- Returns:
- This builder for chaining.
-
getLocationField
public LocationPlaceholderFieldEnum.LocationPlaceholderField getLocationField()
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getLocationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The locationField.
-
setLocationField
public AttributeFieldMapping.Builder setLocationField(LocationPlaceholderFieldEnum.LocationPlaceholderField value)
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The locationField to set.- Returns:
- This builder for chaining.
-
clearLocationField
public AttributeFieldMapping.Builder clearLocationField()
Output only. Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasAffiliateLocationField
public boolean hasAffiliateLocationField()
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasAffiliateLocationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the affiliateLocationField field is set.
-
getAffiliateLocationFieldValue
public int getAffiliateLocationFieldValue()
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAffiliateLocationFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for affiliateLocationField.
-
setAffiliateLocationFieldValue
public AttributeFieldMapping.Builder setAffiliateLocationFieldValue(int value)
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for affiliateLocationField to set.- Returns:
- This builder for chaining.
-
getAffiliateLocationField
public AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField getAffiliateLocationField()
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getAffiliateLocationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The affiliateLocationField.
-
setAffiliateLocationField
public AttributeFieldMapping.Builder setAffiliateLocationField(AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField value)
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The affiliateLocationField to set.- Returns:
- This builder for chaining.
-
clearAffiliateLocationField
public AttributeFieldMapping.Builder clearAffiliateLocationField()
Output only. Affiliate Location Placeholder Fields. This field is read-only.
.google.ads.googleads.v14.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
hasCalloutField
public boolean hasCalloutField()
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasCalloutFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the calloutField field is set.
-
getCalloutFieldValue
public int getCalloutFieldValue()
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCalloutFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for calloutField.
-
setCalloutFieldValue
public AttributeFieldMapping.Builder setCalloutFieldValue(int value)
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for calloutField to set.- Returns:
- This builder for chaining.
-
getCalloutField
public CalloutPlaceholderFieldEnum.CalloutPlaceholderField getCalloutField()
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCalloutFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The calloutField.
-
setCalloutField
public AttributeFieldMapping.Builder setCalloutField(CalloutPlaceholderFieldEnum.CalloutPlaceholderField value)
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The calloutField to set.- Returns:
- This builder for chaining.
-
clearCalloutField
public AttributeFieldMapping.Builder clearCalloutField()
Immutable. Callout Placeholder Fields.
.google.ads.googleads.v14.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasStructuredSnippetField
public boolean hasStructuredSnippetField()
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasStructuredSnippetFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the structuredSnippetField field is set.
-
getStructuredSnippetFieldValue
public int getStructuredSnippetFieldValue()
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getStructuredSnippetFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for structuredSnippetField.
-
setStructuredSnippetFieldValue
public AttributeFieldMapping.Builder setStructuredSnippetFieldValue(int value)
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for structuredSnippetField to set.- Returns:
- This builder for chaining.
-
getStructuredSnippetField
public StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField getStructuredSnippetField()
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getStructuredSnippetFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The structuredSnippetField.
-
setStructuredSnippetField
public AttributeFieldMapping.Builder setStructuredSnippetField(StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField value)
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The structuredSnippetField to set.- Returns:
- This builder for chaining.
-
clearStructuredSnippetField
public AttributeFieldMapping.Builder clearStructuredSnippetField()
Immutable. Structured Snippet Placeholder Fields.
.google.ads.googleads.v14.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasMessageField
public boolean hasMessageField()
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasMessageFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the messageField field is set.
-
getMessageFieldValue
public int getMessageFieldValue()
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getMessageFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for messageField.
-
setMessageFieldValue
public AttributeFieldMapping.Builder setMessageFieldValue(int value)
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for messageField to set.- Returns:
- This builder for chaining.
-
getMessageField
public MessagePlaceholderFieldEnum.MessagePlaceholderField getMessageField()
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getMessageFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The messageField.
-
setMessageField
public AttributeFieldMapping.Builder setMessageField(MessagePlaceholderFieldEnum.MessagePlaceholderField value)
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The messageField to set.- Returns:
- This builder for chaining.
-
clearMessageField
public AttributeFieldMapping.Builder clearMessageField()
Immutable. Message Placeholder Fields.
.google.ads.googleads.v14.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasPriceField
public boolean hasPriceField()
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasPriceFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the priceField field is set.
-
getPriceFieldValue
public int getPriceFieldValue()
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getPriceFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for priceField.
-
setPriceFieldValue
public AttributeFieldMapping.Builder setPriceFieldValue(int value)
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for priceField to set.- Returns:
- This builder for chaining.
-
getPriceField
public PricePlaceholderFieldEnum.PricePlaceholderField getPriceField()
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getPriceFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The priceField.
-
setPriceField
public AttributeFieldMapping.Builder setPriceField(PricePlaceholderFieldEnum.PricePlaceholderField value)
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The priceField to set.- Returns:
- This builder for chaining.
-
clearPriceField
public AttributeFieldMapping.Builder clearPriceField()
Immutable. Price Placeholder Fields.
.google.ads.googleads.v14.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasPromotionField
public boolean hasPromotionField()
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasPromotionFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the promotionField field is set.
-
getPromotionFieldValue
public int getPromotionFieldValue()
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getPromotionFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for promotionField.
-
setPromotionFieldValue
public AttributeFieldMapping.Builder setPromotionFieldValue(int value)
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for promotionField to set.- Returns:
- This builder for chaining.
-
getPromotionField
public PromotionPlaceholderFieldEnum.PromotionPlaceholderField getPromotionField()
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getPromotionFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The promotionField.
-
setPromotionField
public AttributeFieldMapping.Builder setPromotionField(PromotionPlaceholderFieldEnum.PromotionPlaceholderField value)
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The promotionField to set.- Returns:
- This builder for chaining.
-
clearPromotionField
public AttributeFieldMapping.Builder clearPromotionField()
Immutable. Promotion Placeholder Fields.
.google.ads.googleads.v14.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasAdCustomizerField
public boolean hasAdCustomizerField()
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasAdCustomizerFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the adCustomizerField field is set.
-
getAdCustomizerFieldValue
public int getAdCustomizerFieldValue()
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getAdCustomizerFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for adCustomizerField.
-
setAdCustomizerFieldValue
public AttributeFieldMapping.Builder setAdCustomizerFieldValue(int value)
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for adCustomizerField to set.- Returns:
- This builder for chaining.
-
getAdCustomizerField
public AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField getAdCustomizerField()
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getAdCustomizerFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The adCustomizerField.
-
setAdCustomizerField
public AttributeFieldMapping.Builder setAdCustomizerField(AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField value)
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The adCustomizerField to set.- Returns:
- This builder for chaining.
-
clearAdCustomizerField
public AttributeFieldMapping.Builder clearAdCustomizerField()
Immutable. Ad Customizer Placeholder Fields
.google.ads.googleads.v14.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasDsaPageFeedField
public boolean hasDsaPageFeedField()
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasDsaPageFeedFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the dsaPageFeedField field is set.
-
getDsaPageFeedFieldValue
public int getDsaPageFeedFieldValue()
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getDsaPageFeedFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for dsaPageFeedField.
-
setDsaPageFeedFieldValue
public AttributeFieldMapping.Builder setDsaPageFeedFieldValue(int value)
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for dsaPageFeedField to set.- Returns:
- This builder for chaining.
-
getDsaPageFeedField
public DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField getDsaPageFeedField()
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getDsaPageFeedFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The dsaPageFeedField.
-
setDsaPageFeedField
public AttributeFieldMapping.Builder setDsaPageFeedField(DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField value)
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The dsaPageFeedField to set.- Returns:
- This builder for chaining.
-
clearDsaPageFeedField
public AttributeFieldMapping.Builder clearDsaPageFeedField()
Immutable. Dynamic Search Ad Page Feed Fields.
.google.ads.googleads.v14.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasLocationExtensionTargetingField
public boolean hasLocationExtensionTargetingField()
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasLocationExtensionTargetingFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the locationExtensionTargetingField field is set.
-
getLocationExtensionTargetingFieldValue
public int getLocationExtensionTargetingFieldValue()
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getLocationExtensionTargetingFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for locationExtensionTargetingField.
-
setLocationExtensionTargetingFieldValue
public AttributeFieldMapping.Builder setLocationExtensionTargetingFieldValue(int value)
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for locationExtensionTargetingField to set.- Returns:
- This builder for chaining.
-
getLocationExtensionTargetingField
public LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField getLocationExtensionTargetingField()
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getLocationExtensionTargetingFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The locationExtensionTargetingField.
-
setLocationExtensionTargetingField
public AttributeFieldMapping.Builder setLocationExtensionTargetingField(LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField value)
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The locationExtensionTargetingField to set.- Returns:
- This builder for chaining.
-
clearLocationExtensionTargetingField
public AttributeFieldMapping.Builder clearLocationExtensionTargetingField()
Immutable. Location Target Fields.
.google.ads.googleads.v14.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasEducationField
public boolean hasEducationField()
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasEducationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the educationField field is set.
-
getEducationFieldValue
public int getEducationFieldValue()
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getEducationFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for educationField.
-
setEducationFieldValue
public AttributeFieldMapping.Builder setEducationFieldValue(int value)
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for educationField to set.- Returns:
- This builder for chaining.
-
getEducationField
public EducationPlaceholderFieldEnum.EducationPlaceholderField getEducationField()
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getEducationFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The educationField.
-
setEducationField
public AttributeFieldMapping.Builder setEducationField(EducationPlaceholderFieldEnum.EducationPlaceholderField value)
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The educationField to set.- Returns:
- This builder for chaining.
-
clearEducationField
public AttributeFieldMapping.Builder clearEducationField()
Immutable. Education Placeholder Fields
.google.ads.googleads.v14.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasFlightField
public boolean hasFlightField()
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasFlightFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the flightField field is set.
-
getFlightFieldValue
public int getFlightFieldValue()
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getFlightFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for flightField.
-
setFlightFieldValue
public AttributeFieldMapping.Builder setFlightFieldValue(int value)
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for flightField to set.- Returns:
- This builder for chaining.
-
getFlightField
public FlightPlaceholderFieldEnum.FlightPlaceholderField getFlightField()
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getFlightFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The flightField.
-
setFlightField
public AttributeFieldMapping.Builder setFlightField(FlightPlaceholderFieldEnum.FlightPlaceholderField value)
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The flightField to set.- Returns:
- This builder for chaining.
-
clearFlightField
public AttributeFieldMapping.Builder clearFlightField()
Immutable. Flight Placeholder Fields
.google.ads.googleads.v14.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasCustomField
public boolean hasCustomField()
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasCustomFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the customField field is set.
-
getCustomFieldValue
public int getCustomFieldValue()
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCustomFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for customField.
-
setCustomFieldValue
public AttributeFieldMapping.Builder setCustomFieldValue(int value)
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for customField to set.- Returns:
- This builder for chaining.
-
getCustomField
public CustomPlaceholderFieldEnum.CustomPlaceholderField getCustomField()
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getCustomFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The customField.
-
setCustomField
public AttributeFieldMapping.Builder setCustomField(CustomPlaceholderFieldEnum.CustomPlaceholderField value)
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The customField to set.- Returns:
- This builder for chaining.
-
clearCustomField
public AttributeFieldMapping.Builder clearCustomField()
Immutable. Custom Placeholder Fields
.google.ads.googleads.v14.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasHotelField
public boolean hasHotelField()
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasHotelFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the hotelField field is set.
-
getHotelFieldValue
public int getHotelFieldValue()
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getHotelFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for hotelField.
-
setHotelFieldValue
public AttributeFieldMapping.Builder setHotelFieldValue(int value)
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for hotelField to set.- Returns:
- This builder for chaining.
-
getHotelField
public HotelPlaceholderFieldEnum.HotelPlaceholderField getHotelField()
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getHotelFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The hotelField.
-
setHotelField
public AttributeFieldMapping.Builder setHotelField(HotelPlaceholderFieldEnum.HotelPlaceholderField value)
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The hotelField to set.- Returns:
- This builder for chaining.
-
clearHotelField
public AttributeFieldMapping.Builder clearHotelField()
Immutable. Hotel Placeholder Fields
.google.ads.googleads.v14.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasRealEstateField
public boolean hasRealEstateField()
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasRealEstateFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the realEstateField field is set.
-
getRealEstateFieldValue
public int getRealEstateFieldValue()
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getRealEstateFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for realEstateField.
-
setRealEstateFieldValue
public AttributeFieldMapping.Builder setRealEstateFieldValue(int value)
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for realEstateField to set.- Returns:
- This builder for chaining.
-
getRealEstateField
public RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField getRealEstateField()
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getRealEstateFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The realEstateField.
-
setRealEstateField
public AttributeFieldMapping.Builder setRealEstateField(RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField value)
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The realEstateField to set.- Returns:
- This builder for chaining.
-
clearRealEstateField
public AttributeFieldMapping.Builder clearRealEstateField()
Immutable. Real Estate Placeholder Fields
.google.ads.googleads.v14.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasTravelField
public boolean hasTravelField()
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasTravelFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the travelField field is set.
-
getTravelFieldValue
public int getTravelFieldValue()
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getTravelFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for travelField.
-
setTravelFieldValue
public AttributeFieldMapping.Builder setTravelFieldValue(int value)
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for travelField to set.- Returns:
- This builder for chaining.
-
getTravelField
public TravelPlaceholderFieldEnum.TravelPlaceholderField getTravelField()
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getTravelFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The travelField.
-
setTravelField
public AttributeFieldMapping.Builder setTravelField(TravelPlaceholderFieldEnum.TravelPlaceholderField value)
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The travelField to set.- Returns:
- This builder for chaining.
-
clearTravelField
public AttributeFieldMapping.Builder clearTravelField()
Immutable. Travel Placeholder Fields
.google.ads.googleads.v14.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasLocalField
public boolean hasLocalField()
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasLocalFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the localField field is set.
-
getLocalFieldValue
public int getLocalFieldValue()
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getLocalFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for localField.
-
setLocalFieldValue
public AttributeFieldMapping.Builder setLocalFieldValue(int value)
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for localField to set.- Returns:
- This builder for chaining.
-
getLocalField
public LocalPlaceholderFieldEnum.LocalPlaceholderField getLocalField()
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getLocalFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The localField.
-
setLocalField
public AttributeFieldMapping.Builder setLocalField(LocalPlaceholderFieldEnum.LocalPlaceholderField value)
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The localField to set.- Returns:
- This builder for chaining.
-
clearLocalField
public AttributeFieldMapping.Builder clearLocalField()
Immutable. Local Placeholder Fields
.google.ads.googleads.v14.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasJobField
public boolean hasJobField()
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasJobFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the jobField field is set.
-
getJobFieldValue
public int getJobFieldValue()
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getJobFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for jobField.
-
setJobFieldValue
public AttributeFieldMapping.Builder setJobFieldValue(int value)
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for jobField to set.- Returns:
- This builder for chaining.
-
getJobField
public JobPlaceholderFieldEnum.JobPlaceholderField getJobField()
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getJobFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The jobField.
-
setJobField
public AttributeFieldMapping.Builder setJobField(JobPlaceholderFieldEnum.JobPlaceholderField value)
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The jobField to set.- Returns:
- This builder for chaining.
-
clearJobField
public AttributeFieldMapping.Builder clearJobField()
Immutable. Job Placeholder Fields
.google.ads.googleads.v14.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
hasImageField
public boolean hasImageField()
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
hasImageFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- Whether the imageField field is set.
-
getImageFieldValue
public int getImageFieldValue()
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getImageFieldValuein interfaceAttributeFieldMappingOrBuilder- Returns:
- The enum numeric value on the wire for imageField.
-
setImageFieldValue
public AttributeFieldMapping.Builder setImageFieldValue(int value)
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The enum numeric value on the wire for imageField to set.- Returns:
- This builder for chaining.
-
getImageField
public ImagePlaceholderFieldEnum.ImagePlaceholderField getImageField()
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Specified by:
getImageFieldin interfaceAttributeFieldMappingOrBuilder- Returns:
- The imageField.
-
setImageField
public AttributeFieldMapping.Builder setImageField(ImagePlaceholderFieldEnum.ImagePlaceholderField value)
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Parameters:
value- The imageField to set.- Returns:
- This builder for chaining.
-
clearImageField
public AttributeFieldMapping.Builder clearImageField()
Immutable. Image Placeholder Fields
.google.ads.googleads.v14.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];- Returns:
- This builder for chaining.
-
setUnknownFields
public final AttributeFieldMapping.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
mergeUnknownFields
public final AttributeFieldMapping.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<AttributeFieldMapping.Builder>
-
-