All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.ListingDimensionInfoOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/common/criteria.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ListingDimensionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ListingDimensionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Advertiser-specific hotel ID.
   * 
* * .google.ads.googleads.v17.common.HotelIdInfo hotel_id = 2; * @return Whether the hotelId field is set. */ boolean hasHotelId(); /** *
   * Advertiser-specific hotel ID.
   * 
* * .google.ads.googleads.v17.common.HotelIdInfo hotel_id = 2; * @return The hotelId. */ com.google.ads.googleads.v17.common.HotelIdInfo getHotelId(); /** *
   * Advertiser-specific hotel ID.
   * 
* * .google.ads.googleads.v17.common.HotelIdInfo hotel_id = 2; */ com.google.ads.googleads.v17.common.HotelIdInfoOrBuilder getHotelIdOrBuilder(); /** *
   * Class of the hotel as a number of stars 1 to 5.
   * 
* * .google.ads.googleads.v17.common.HotelClassInfo hotel_class = 3; * @return Whether the hotelClass field is set. */ boolean hasHotelClass(); /** *
   * Class of the hotel as a number of stars 1 to 5.
   * 
* * .google.ads.googleads.v17.common.HotelClassInfo hotel_class = 3; * @return The hotelClass. */ com.google.ads.googleads.v17.common.HotelClassInfo getHotelClass(); /** *
   * Class of the hotel as a number of stars 1 to 5.
   * 
* * .google.ads.googleads.v17.common.HotelClassInfo hotel_class = 3; */ com.google.ads.googleads.v17.common.HotelClassInfoOrBuilder getHotelClassOrBuilder(); /** *
   * Country or Region the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCountryRegionInfo hotel_country_region = 4; * @return Whether the hotelCountryRegion field is set. */ boolean hasHotelCountryRegion(); /** *
   * Country or Region the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCountryRegionInfo hotel_country_region = 4; * @return The hotelCountryRegion. */ com.google.ads.googleads.v17.common.HotelCountryRegionInfo getHotelCountryRegion(); /** *
   * Country or Region the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCountryRegionInfo hotel_country_region = 4; */ com.google.ads.googleads.v17.common.HotelCountryRegionInfoOrBuilder getHotelCountryRegionOrBuilder(); /** *
   * State the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelStateInfo hotel_state = 5; * @return Whether the hotelState field is set. */ boolean hasHotelState(); /** *
   * State the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelStateInfo hotel_state = 5; * @return The hotelState. */ com.google.ads.googleads.v17.common.HotelStateInfo getHotelState(); /** *
   * State the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelStateInfo hotel_state = 5; */ com.google.ads.googleads.v17.common.HotelStateInfoOrBuilder getHotelStateOrBuilder(); /** *
   * City the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCityInfo hotel_city = 6; * @return Whether the hotelCity field is set. */ boolean hasHotelCity(); /** *
   * City the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCityInfo hotel_city = 6; * @return The hotelCity. */ com.google.ads.googleads.v17.common.HotelCityInfo getHotelCity(); /** *
   * City the hotel is located in.
   * 
* * .google.ads.googleads.v17.common.HotelCityInfo hotel_city = 6; */ com.google.ads.googleads.v17.common.HotelCityInfoOrBuilder getHotelCityOrBuilder(); /** *
   * Category of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCategoryInfo product_category = 24; * @return Whether the productCategory field is set. */ boolean hasProductCategory(); /** *
   * Category of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCategoryInfo product_category = 24; * @return The productCategory. */ com.google.ads.googleads.v17.common.ProductCategoryInfo getProductCategory(); /** *
   * Category of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCategoryInfo product_category = 24; */ com.google.ads.googleads.v17.common.ProductCategoryInfoOrBuilder getProductCategoryOrBuilder(); /** *
   * Brand of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductBrandInfo product_brand = 15; * @return Whether the productBrand field is set. */ boolean hasProductBrand(); /** *
   * Brand of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductBrandInfo product_brand = 15; * @return The productBrand. */ com.google.ads.googleads.v17.common.ProductBrandInfo getProductBrand(); /** *
   * Brand of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductBrandInfo product_brand = 15; */ com.google.ads.googleads.v17.common.ProductBrandInfoOrBuilder getProductBrandOrBuilder(); /** *
   * Locality of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelInfo product_channel = 8; * @return Whether the productChannel field is set. */ boolean hasProductChannel(); /** *
   * Locality of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelInfo product_channel = 8; * @return The productChannel. */ com.google.ads.googleads.v17.common.ProductChannelInfo getProductChannel(); /** *
   * Locality of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelInfo product_channel = 8; */ com.google.ads.googleads.v17.common.ProductChannelInfoOrBuilder getProductChannelOrBuilder(); /** *
   * Availability of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9; * @return Whether the productChannelExclusivity field is set. */ boolean hasProductChannelExclusivity(); /** *
   * Availability of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9; * @return The productChannelExclusivity. */ com.google.ads.googleads.v17.common.ProductChannelExclusivityInfo getProductChannelExclusivity(); /** *
   * Availability of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9; */ com.google.ads.googleads.v17.common.ProductChannelExclusivityInfoOrBuilder getProductChannelExclusivityOrBuilder(); /** *
   * Condition of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductConditionInfo product_condition = 10; * @return Whether the productCondition field is set. */ boolean hasProductCondition(); /** *
   * Condition of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductConditionInfo product_condition = 10; * @return The productCondition. */ com.google.ads.googleads.v17.common.ProductConditionInfo getProductCondition(); /** *
   * Condition of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductConditionInfo product_condition = 10; */ com.google.ads.googleads.v17.common.ProductConditionInfoOrBuilder getProductConditionOrBuilder(); /** *
   * Custom attribute of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCustomAttributeInfo product_custom_attribute = 16; * @return Whether the productCustomAttribute field is set. */ boolean hasProductCustomAttribute(); /** *
   * Custom attribute of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCustomAttributeInfo product_custom_attribute = 16; * @return The productCustomAttribute. */ com.google.ads.googleads.v17.common.ProductCustomAttributeInfo getProductCustomAttribute(); /** *
   * Custom attribute of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductCustomAttributeInfo product_custom_attribute = 16; */ com.google.ads.googleads.v17.common.ProductCustomAttributeInfoOrBuilder getProductCustomAttributeOrBuilder(); /** *
   * Item id of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductItemIdInfo product_item_id = 11; * @return Whether the productItemId field is set. */ boolean hasProductItemId(); /** *
   * Item id of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductItemIdInfo product_item_id = 11; * @return The productItemId. */ com.google.ads.googleads.v17.common.ProductItemIdInfo getProductItemId(); /** *
   * Item id of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductItemIdInfo product_item_id = 11; */ com.google.ads.googleads.v17.common.ProductItemIdInfoOrBuilder getProductItemIdOrBuilder(); /** *
   * Type of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductTypeInfo product_type = 12; * @return Whether the productType field is set. */ boolean hasProductType(); /** *
   * Type of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductTypeInfo product_type = 12; * @return The productType. */ com.google.ads.googleads.v17.common.ProductTypeInfo getProductType(); /** *
   * Type of a product offer.
   * 
* * .google.ads.googleads.v17.common.ProductTypeInfo product_type = 12; */ com.google.ads.googleads.v17.common.ProductTypeInfoOrBuilder getProductTypeOrBuilder(); /** *
   * Grouping of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductGroupingInfo product_grouping = 17; * @return Whether the productGrouping field is set. */ boolean hasProductGrouping(); /** *
   * Grouping of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductGroupingInfo product_grouping = 17; * @return The productGrouping. */ com.google.ads.googleads.v17.common.ProductGroupingInfo getProductGrouping(); /** *
   * Grouping of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductGroupingInfo product_grouping = 17; */ com.google.ads.googleads.v17.common.ProductGroupingInfoOrBuilder getProductGroupingOrBuilder(); /** *
   * Labels of a product offer. This listing dimension is deprecated and it is
   * supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLabelsInfo product_labels = 18; * @return Whether the productLabels field is set. */ boolean hasProductLabels(); /** *
   * Labels of a product offer. This listing dimension is deprecated and it is
   * supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLabelsInfo product_labels = 18; * @return The productLabels. */ com.google.ads.googleads.v17.common.ProductLabelsInfo getProductLabels(); /** *
   * Labels of a product offer. This listing dimension is deprecated and it is
   * supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLabelsInfo product_labels = 18; */ com.google.ads.googleads.v17.common.ProductLabelsInfoOrBuilder getProductLabelsOrBuilder(); /** *
   * Legacy condition of a product offer. This listing dimension is deprecated
   * and it is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLegacyConditionInfo product_legacy_condition = 19; * @return Whether the productLegacyCondition field is set. */ boolean hasProductLegacyCondition(); /** *
   * Legacy condition of a product offer. This listing dimension is deprecated
   * and it is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLegacyConditionInfo product_legacy_condition = 19; * @return The productLegacyCondition. */ com.google.ads.googleads.v17.common.ProductLegacyConditionInfo getProductLegacyCondition(); /** *
   * Legacy condition of a product offer. This listing dimension is deprecated
   * and it is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductLegacyConditionInfo product_legacy_condition = 19; */ com.google.ads.googleads.v17.common.ProductLegacyConditionInfoOrBuilder getProductLegacyConditionOrBuilder(); /** *
   * Full type of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductTypeFullInfo product_type_full = 20; * @return Whether the productTypeFull field is set. */ boolean hasProductTypeFull(); /** *
   * Full type of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductTypeFullInfo product_type_full = 20; * @return The productTypeFull. */ com.google.ads.googleads.v17.common.ProductTypeFullInfo getProductTypeFull(); /** *
   * Full type of a product offer. This listing dimension is deprecated and it
   * is supported only in Display campaigns.
   * 
* * .google.ads.googleads.v17.common.ProductTypeFullInfo product_type_full = 20; */ com.google.ads.googleads.v17.common.ProductTypeFullInfoOrBuilder getProductTypeFullOrBuilder(); /** *
   * Advertiser-specific activity ID.
   * 
* * .google.ads.googleads.v17.common.ActivityIdInfo activity_id = 21; * @return Whether the activityId field is set. */ boolean hasActivityId(); /** *
   * Advertiser-specific activity ID.
   * 
* * .google.ads.googleads.v17.common.ActivityIdInfo activity_id = 21; * @return The activityId. */ com.google.ads.googleads.v17.common.ActivityIdInfo getActivityId(); /** *
   * Advertiser-specific activity ID.
   * 
* * .google.ads.googleads.v17.common.ActivityIdInfo activity_id = 21; */ com.google.ads.googleads.v17.common.ActivityIdInfoOrBuilder getActivityIdOrBuilder(); /** *
   * Rating of the activity as a number 1 to 5, where 5 is the best.
   * 
* * .google.ads.googleads.v17.common.ActivityRatingInfo activity_rating = 22; * @return Whether the activityRating field is set. */ boolean hasActivityRating(); /** *
   * Rating of the activity as a number 1 to 5, where 5 is the best.
   * 
* * .google.ads.googleads.v17.common.ActivityRatingInfo activity_rating = 22; * @return The activityRating. */ com.google.ads.googleads.v17.common.ActivityRatingInfo getActivityRating(); /** *
   * Rating of the activity as a number 1 to 5, where 5 is the best.
   * 
* * .google.ads.googleads.v17.common.ActivityRatingInfo activity_rating = 22; */ com.google.ads.googleads.v17.common.ActivityRatingInfoOrBuilder getActivityRatingOrBuilder(); /** *
   * The country where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCountryInfo activity_country = 23; * @return Whether the activityCountry field is set. */ boolean hasActivityCountry(); /** *
   * The country where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCountryInfo activity_country = 23; * @return The activityCountry. */ com.google.ads.googleads.v17.common.ActivityCountryInfo getActivityCountry(); /** *
   * The country where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCountryInfo activity_country = 23; */ com.google.ads.googleads.v17.common.ActivityCountryInfoOrBuilder getActivityCountryOrBuilder(); /** *
   * The state where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityStateInfo activity_state = 25; * @return Whether the activityState field is set. */ boolean hasActivityState(); /** *
   * The state where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityStateInfo activity_state = 25; * @return The activityState. */ com.google.ads.googleads.v17.common.ActivityStateInfo getActivityState(); /** *
   * The state where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityStateInfo activity_state = 25; */ com.google.ads.googleads.v17.common.ActivityStateInfoOrBuilder getActivityStateOrBuilder(); /** *
   * The city where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCityInfo activity_city = 26; * @return Whether the activityCity field is set. */ boolean hasActivityCity(); /** *
   * The city where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCityInfo activity_city = 26; * @return The activityCity. */ com.google.ads.googleads.v17.common.ActivityCityInfo getActivityCity(); /** *
   * The city where the travel activity is available.
   * 
* * .google.ads.googleads.v17.common.ActivityCityInfo activity_city = 26; */ com.google.ads.googleads.v17.common.ActivityCityInfoOrBuilder getActivityCityOrBuilder(); /** *
   * Unknown dimension. Set when no other listing dimension is set.
   * 
* * .google.ads.googleads.v17.common.UnknownListingDimensionInfo unknown_listing_dimension = 14; * @return Whether the unknownListingDimension field is set. */ boolean hasUnknownListingDimension(); /** *
   * Unknown dimension. Set when no other listing dimension is set.
   * 
* * .google.ads.googleads.v17.common.UnknownListingDimensionInfo unknown_listing_dimension = 14; * @return The unknownListingDimension. */ com.google.ads.googleads.v17.common.UnknownListingDimensionInfo getUnknownListingDimension(); /** *
   * Unknown dimension. Set when no other listing dimension is set.
   * 
* * .google.ads.googleads.v17.common.UnknownListingDimensionInfo unknown_listing_dimension = 14; */ com.google.ads.googleads.v17.common.UnknownListingDimensionInfoOrBuilder getUnknownListingDimensionOrBuilder(); com.google.ads.googleads.v17.common.ListingDimensionInfo.DimensionCase getDimensionCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy