com.google.ads.googleads.v17.resources.AttributeFieldMappingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/feed_mapping.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AttributeFieldMappingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AttributeFieldMapping)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. Feed attribute from which to map.
*
*
* optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the feedAttributeId field is set.
*/
boolean hasFeedAttributeId();
/**
*
* Immutable. Feed attribute from which to map.
*
*
* optional int64 feed_attribute_id = 24 [(.google.api.field_behavior) = IMMUTABLE];
* @return The feedAttributeId.
*/
long getFeedAttributeId();
/**
*
* 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];
* @return Whether the fieldId field is set.
*/
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];
* @return The fieldId.
*/
long getFieldId();
/**
*
* Immutable. Sitelink Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the sitelinkField field is set.
*/
boolean hasSitelinkField();
/**
*
* Immutable. Sitelink Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for sitelinkField.
*/
int getSitelinkFieldValue();
/**
*
* Immutable. Sitelink Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField sitelink_field = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The sitelinkField.
*/
com.google.ads.googleads.v17.enums.SitelinkPlaceholderFieldEnum.SitelinkPlaceholderField getSitelinkField();
/**
*
* Immutable. Call Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the callField field is set.
*/
boolean hasCallField();
/**
*
* Immutable. Call Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for callField.
*/
int getCallFieldValue();
/**
*
* Immutable. Call Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CallPlaceholderFieldEnum.CallPlaceholderField call_field = 4 [(.google.api.field_behavior) = IMMUTABLE];
* @return The callField.
*/
com.google.ads.googleads.v17.enums.CallPlaceholderFieldEnum.CallPlaceholderField getCallField();
/**
*
* Immutable. App Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the appField field is set.
*/
boolean hasAppField();
/**
*
* Immutable. App Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for appField.
*/
int getAppFieldValue();
/**
*
* Immutable. App Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.AppPlaceholderFieldEnum.AppPlaceholderField app_field = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The appField.
*/
com.google.ads.googleads.v17.enums.AppPlaceholderFieldEnum.AppPlaceholderField getAppField();
/**
*
* Output only. Location Placeholder Fields. This field is read-only.
*
*
* .google.ads.googleads.v17.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the locationField field is set.
*/
boolean hasLocationField();
/**
*
* Output only. Location Placeholder Fields. This field is read-only.
*
*
* .google.ads.googleads.v17.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for locationField.
*/
int getLocationFieldValue();
/**
*
* Output only. Location Placeholder Fields. This field is read-only.
*
*
* .google.ads.googleads.v17.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField location_field = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The locationField.
*/
com.google.ads.googleads.v17.enums.LocationPlaceholderFieldEnum.LocationPlaceholderField getLocationField();
/**
*
* Output only. Affiliate Location Placeholder Fields. This field is
* read-only.
*
*
* .google.ads.googleads.v17.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the affiliateLocationField field is set.
*/
boolean hasAffiliateLocationField();
/**
*
* Output only. Affiliate Location Placeholder Fields. This field is
* read-only.
*
*
* .google.ads.googleads.v17.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for affiliateLocationField.
*/
int getAffiliateLocationFieldValue();
/**
*
* Output only. Affiliate Location Placeholder Fields. This field is
* read-only.
*
*
* .google.ads.googleads.v17.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField affiliate_location_field = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The affiliateLocationField.
*/
com.google.ads.googleads.v17.enums.AffiliateLocationPlaceholderFieldEnum.AffiliateLocationPlaceholderField getAffiliateLocationField();
/**
*
* Immutable. Callout Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the calloutField field is set.
*/
boolean hasCalloutField();
/**
*
* Immutable. Callout Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for calloutField.
*/
int getCalloutFieldValue();
/**
*
* Immutable. Callout Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField callout_field = 8 [(.google.api.field_behavior) = IMMUTABLE];
* @return The calloutField.
*/
com.google.ads.googleads.v17.enums.CalloutPlaceholderFieldEnum.CalloutPlaceholderField getCalloutField();
/**
*
* Immutable. Structured Snippet Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the structuredSnippetField field is set.
*/
boolean hasStructuredSnippetField();
/**
*
* Immutable. Structured Snippet Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for structuredSnippetField.
*/
int getStructuredSnippetFieldValue();
/**
*
* Immutable. Structured Snippet Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField structured_snippet_field = 9 [(.google.api.field_behavior) = IMMUTABLE];
* @return The structuredSnippetField.
*/
com.google.ads.googleads.v17.enums.StructuredSnippetPlaceholderFieldEnum.StructuredSnippetPlaceholderField getStructuredSnippetField();
/**
*
* Immutable. Message Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the messageField field is set.
*/
boolean hasMessageField();
/**
*
* Immutable. Message Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for messageField.
*/
int getMessageFieldValue();
/**
*
* Immutable. Message Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField message_field = 10 [(.google.api.field_behavior) = IMMUTABLE];
* @return The messageField.
*/
com.google.ads.googleads.v17.enums.MessagePlaceholderFieldEnum.MessagePlaceholderField getMessageField();
/**
*
* Immutable. Price Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the priceField field is set.
*/
boolean hasPriceField();
/**
*
* Immutable. Price Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for priceField.
*/
int getPriceFieldValue();
/**
*
* Immutable. Price Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField price_field = 11 [(.google.api.field_behavior) = IMMUTABLE];
* @return The priceField.
*/
com.google.ads.googleads.v17.enums.PricePlaceholderFieldEnum.PricePlaceholderField getPriceField();
/**
*
* Immutable. Promotion Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the promotionField field is set.
*/
boolean hasPromotionField();
/**
*
* Immutable. Promotion Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for promotionField.
*/
int getPromotionFieldValue();
/**
*
* Immutable. Promotion Placeholder Fields.
*
*
* .google.ads.googleads.v17.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField promotion_field = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return The promotionField.
*/
com.google.ads.googleads.v17.enums.PromotionPlaceholderFieldEnum.PromotionPlaceholderField getPromotionField();
/**
*
* Immutable. Ad Customizer Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the adCustomizerField field is set.
*/
boolean hasAdCustomizerField();
/**
*
* Immutable. Ad Customizer Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for adCustomizerField.
*/
int getAdCustomizerFieldValue();
/**
*
* Immutable. Ad Customizer Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField ad_customizer_field = 13 [(.google.api.field_behavior) = IMMUTABLE];
* @return The adCustomizerField.
*/
com.google.ads.googleads.v17.enums.AdCustomizerPlaceholderFieldEnum.AdCustomizerPlaceholderField getAdCustomizerField();
/**
*
* Immutable. Dynamic Search Ad Page Feed Fields.
*
*
* .google.ads.googleads.v17.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the dsaPageFeedField field is set.
*/
boolean hasDsaPageFeedField();
/**
*
* Immutable. Dynamic Search Ad Page Feed Fields.
*
*
* .google.ads.googleads.v17.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for dsaPageFeedField.
*/
int getDsaPageFeedFieldValue();
/**
*
* Immutable. Dynamic Search Ad Page Feed Fields.
*
*
* .google.ads.googleads.v17.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField dsa_page_feed_field = 14 [(.google.api.field_behavior) = IMMUTABLE];
* @return The dsaPageFeedField.
*/
com.google.ads.googleads.v17.enums.DsaPageFeedCriterionFieldEnum.DsaPageFeedCriterionField getDsaPageFeedField();
/**
*
* Immutable. Location Target Fields.
*
*
* .google.ads.googleads.v17.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the locationExtensionTargetingField field is set.
*/
boolean hasLocationExtensionTargetingField();
/**
*
* Immutable. Location Target Fields.
*
*
* .google.ads.googleads.v17.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for locationExtensionTargetingField.
*/
int getLocationExtensionTargetingFieldValue();
/**
*
* Immutable. Location Target Fields.
*
*
* .google.ads.googleads.v17.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField location_extension_targeting_field = 15 [(.google.api.field_behavior) = IMMUTABLE];
* @return The locationExtensionTargetingField.
*/
com.google.ads.googleads.v17.enums.LocationExtensionTargetingCriterionFieldEnum.LocationExtensionTargetingCriterionField getLocationExtensionTargetingField();
/**
*
* Immutable. Education Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the educationField field is set.
*/
boolean hasEducationField();
/**
*
* Immutable. Education Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for educationField.
*/
int getEducationFieldValue();
/**
*
* Immutable. Education Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField education_field = 16 [(.google.api.field_behavior) = IMMUTABLE];
* @return The educationField.
*/
com.google.ads.googleads.v17.enums.EducationPlaceholderFieldEnum.EducationPlaceholderField getEducationField();
/**
*
* Immutable. Flight Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the flightField field is set.
*/
boolean hasFlightField();
/**
*
* Immutable. Flight Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for flightField.
*/
int getFlightFieldValue();
/**
*
* Immutable. Flight Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField flight_field = 17 [(.google.api.field_behavior) = IMMUTABLE];
* @return The flightField.
*/
com.google.ads.googleads.v17.enums.FlightPlaceholderFieldEnum.FlightPlaceholderField getFlightField();
/**
*
* Immutable. Custom Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the customField field is set.
*/
boolean hasCustomField();
/**
*
* Immutable. Custom Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for customField.
*/
int getCustomFieldValue();
/**
*
* Immutable. Custom Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField custom_field = 18 [(.google.api.field_behavior) = IMMUTABLE];
* @return The customField.
*/
com.google.ads.googleads.v17.enums.CustomPlaceholderFieldEnum.CustomPlaceholderField getCustomField();
/**
*
* Immutable. Hotel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the hotelField field is set.
*/
boolean hasHotelField();
/**
*
* Immutable. Hotel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for hotelField.
*/
int getHotelFieldValue();
/**
*
* Immutable. Hotel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField hotel_field = 19 [(.google.api.field_behavior) = IMMUTABLE];
* @return The hotelField.
*/
com.google.ads.googleads.v17.enums.HotelPlaceholderFieldEnum.HotelPlaceholderField getHotelField();
/**
*
* Immutable. Real Estate Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the realEstateField field is set.
*/
boolean hasRealEstateField();
/**
*
* Immutable. Real Estate Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for realEstateField.
*/
int getRealEstateFieldValue();
/**
*
* Immutable. Real Estate Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField real_estate_field = 20 [(.google.api.field_behavior) = IMMUTABLE];
* @return The realEstateField.
*/
com.google.ads.googleads.v17.enums.RealEstatePlaceholderFieldEnum.RealEstatePlaceholderField getRealEstateField();
/**
*
* Immutable. Travel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the travelField field is set.
*/
boolean hasTravelField();
/**
*
* Immutable. Travel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for travelField.
*/
int getTravelFieldValue();
/**
*
* Immutable. Travel Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField travel_field = 21 [(.google.api.field_behavior) = IMMUTABLE];
* @return The travelField.
*/
com.google.ads.googleads.v17.enums.TravelPlaceholderFieldEnum.TravelPlaceholderField getTravelField();
/**
*
* Immutable. Local Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the localField field is set.
*/
boolean hasLocalField();
/**
*
* Immutable. Local Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for localField.
*/
int getLocalFieldValue();
/**
*
* Immutable. Local Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField local_field = 22 [(.google.api.field_behavior) = IMMUTABLE];
* @return The localField.
*/
com.google.ads.googleads.v17.enums.LocalPlaceholderFieldEnum.LocalPlaceholderField getLocalField();
/**
*
* Immutable. Job Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the jobField field is set.
*/
boolean hasJobField();
/**
*
* Immutable. Job Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for jobField.
*/
int getJobFieldValue();
/**
*
* Immutable. Job Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.JobPlaceholderFieldEnum.JobPlaceholderField job_field = 23 [(.google.api.field_behavior) = IMMUTABLE];
* @return The jobField.
*/
com.google.ads.googleads.v17.enums.JobPlaceholderFieldEnum.JobPlaceholderField getJobField();
/**
*
* Immutable. Image Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the imageField field is set.
*/
boolean hasImageField();
/**
*
* Immutable. Image Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for imageField.
*/
int getImageFieldValue();
/**
*
* Immutable. Image Placeholder Fields
*
*
* .google.ads.googleads.v17.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField image_field = 26 [(.google.api.field_behavior) = IMMUTABLE];
* @return The imageField.
*/
com.google.ads.googleads.v17.enums.ImagePlaceholderFieldEnum.ImagePlaceholderField getImageField();
com.google.ads.googleads.v17.resources.AttributeFieldMapping.FieldCase getFieldCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy