Class ListingDimensionInfo

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.common.ListingDimensionInfo
All Implemented Interfaces:
ListingDimensionInfoOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class ListingDimensionInfo extends com.google.protobuf.GeneratedMessageV3 implements ListingDimensionInfoOrBuilder
 Listing dimensions for listing group criterion.
 
Protobuf type google.ads.googleads.v18.common.ListingDimensionInfo
See Also:
  • Field Details

    • HOTEL_ID_FIELD_NUMBER

      public static final int HOTEL_ID_FIELD_NUMBER
      See Also:
    • HOTEL_CLASS_FIELD_NUMBER

      public static final int HOTEL_CLASS_FIELD_NUMBER
      See Also:
    • HOTEL_COUNTRY_REGION_FIELD_NUMBER

      public static final int HOTEL_COUNTRY_REGION_FIELD_NUMBER
      See Also:
    • HOTEL_STATE_FIELD_NUMBER

      public static final int HOTEL_STATE_FIELD_NUMBER
      See Also:
    • HOTEL_CITY_FIELD_NUMBER

      public static final int HOTEL_CITY_FIELD_NUMBER
      See Also:
    • PRODUCT_CATEGORY_FIELD_NUMBER

      public static final int PRODUCT_CATEGORY_FIELD_NUMBER
      See Also:
    • PRODUCT_BRAND_FIELD_NUMBER

      public static final int PRODUCT_BRAND_FIELD_NUMBER
      See Also:
    • PRODUCT_CHANNEL_FIELD_NUMBER

      public static final int PRODUCT_CHANNEL_FIELD_NUMBER
      See Also:
    • PRODUCT_CHANNEL_EXCLUSIVITY_FIELD_NUMBER

      public static final int PRODUCT_CHANNEL_EXCLUSIVITY_FIELD_NUMBER
      See Also:
    • PRODUCT_CONDITION_FIELD_NUMBER

      public static final int PRODUCT_CONDITION_FIELD_NUMBER
      See Also:
    • PRODUCT_CUSTOM_ATTRIBUTE_FIELD_NUMBER

      public static final int PRODUCT_CUSTOM_ATTRIBUTE_FIELD_NUMBER
      See Also:
    • PRODUCT_ITEM_ID_FIELD_NUMBER

      public static final int PRODUCT_ITEM_ID_FIELD_NUMBER
      See Also:
    • PRODUCT_TYPE_FIELD_NUMBER

      public static final int PRODUCT_TYPE_FIELD_NUMBER
      See Also:
    • PRODUCT_GROUPING_FIELD_NUMBER

      public static final int PRODUCT_GROUPING_FIELD_NUMBER
      See Also:
    • PRODUCT_LABELS_FIELD_NUMBER

      public static final int PRODUCT_LABELS_FIELD_NUMBER
      See Also:
    • PRODUCT_LEGACY_CONDITION_FIELD_NUMBER

      public static final int PRODUCT_LEGACY_CONDITION_FIELD_NUMBER
      See Also:
    • PRODUCT_TYPE_FULL_FIELD_NUMBER

      public static final int PRODUCT_TYPE_FULL_FIELD_NUMBER
      See Also:
    • ACTIVITY_ID_FIELD_NUMBER

      public static final int ACTIVITY_ID_FIELD_NUMBER
      See Also:
    • ACTIVITY_RATING_FIELD_NUMBER

      public static final int ACTIVITY_RATING_FIELD_NUMBER
      See Also:
    • ACTIVITY_COUNTRY_FIELD_NUMBER

      public static final int ACTIVITY_COUNTRY_FIELD_NUMBER
      See Also:
    • ACTIVITY_STATE_FIELD_NUMBER

      public static final int ACTIVITY_STATE_FIELD_NUMBER
      See Also:
    • ACTIVITY_CITY_FIELD_NUMBER

      public static final int ACTIVITY_CITY_FIELD_NUMBER
      See Also:
    • UNKNOWN_LISTING_DIMENSION_FIELD_NUMBER

      public static final int UNKNOWN_LISTING_DIMENSION_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getDimensionCase

      public ListingDimensionInfo.DimensionCase getDimensionCase()
      Specified by:
      getDimensionCase in interface ListingDimensionInfoOrBuilder
    • hasHotelId

      public boolean hasHotelId()
       Advertiser-specific hotel ID.
       
      .google.ads.googleads.v18.common.HotelIdInfo hotel_id = 2;
      Specified by:
      hasHotelId in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the hotelId field is set.
    • getHotelId

      public HotelIdInfo getHotelId()
       Advertiser-specific hotel ID.
       
      .google.ads.googleads.v18.common.HotelIdInfo hotel_id = 2;
      Specified by:
      getHotelId in interface ListingDimensionInfoOrBuilder
      Returns:
      The hotelId.
    • getHotelIdOrBuilder

      public HotelIdInfoOrBuilder getHotelIdOrBuilder()
       Advertiser-specific hotel ID.
       
      .google.ads.googleads.v18.common.HotelIdInfo hotel_id = 2;
      Specified by:
      getHotelIdOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasHotelClass

      public boolean hasHotelClass()
       Class of the hotel as a number of stars 1 to 5.
       
      .google.ads.googleads.v18.common.HotelClassInfo hotel_class = 3;
      Specified by:
      hasHotelClass in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the hotelClass field is set.
    • getHotelClass

      public HotelClassInfo getHotelClass()
       Class of the hotel as a number of stars 1 to 5.
       
      .google.ads.googleads.v18.common.HotelClassInfo hotel_class = 3;
      Specified by:
      getHotelClass in interface ListingDimensionInfoOrBuilder
      Returns:
      The hotelClass.
    • getHotelClassOrBuilder

      public HotelClassInfoOrBuilder getHotelClassOrBuilder()
       Class of the hotel as a number of stars 1 to 5.
       
      .google.ads.googleads.v18.common.HotelClassInfo hotel_class = 3;
      Specified by:
      getHotelClassOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasHotelCountryRegion

      public boolean hasHotelCountryRegion()
       Country or Region the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCountryRegionInfo hotel_country_region = 4;
      Specified by:
      hasHotelCountryRegion in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the hotelCountryRegion field is set.
    • getHotelCountryRegion

      public HotelCountryRegionInfo getHotelCountryRegion()
       Country or Region the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCountryRegionInfo hotel_country_region = 4;
      Specified by:
      getHotelCountryRegion in interface ListingDimensionInfoOrBuilder
      Returns:
      The hotelCountryRegion.
    • getHotelCountryRegionOrBuilder

      public HotelCountryRegionInfoOrBuilder getHotelCountryRegionOrBuilder()
       Country or Region the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCountryRegionInfo hotel_country_region = 4;
      Specified by:
      getHotelCountryRegionOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasHotelState

      public boolean hasHotelState()
       State the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelStateInfo hotel_state = 5;
      Specified by:
      hasHotelState in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the hotelState field is set.
    • getHotelState

      public HotelStateInfo getHotelState()
       State the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelStateInfo hotel_state = 5;
      Specified by:
      getHotelState in interface ListingDimensionInfoOrBuilder
      Returns:
      The hotelState.
    • getHotelStateOrBuilder

      public HotelStateInfoOrBuilder getHotelStateOrBuilder()
       State the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelStateInfo hotel_state = 5;
      Specified by:
      getHotelStateOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasHotelCity

      public boolean hasHotelCity()
       City the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCityInfo hotel_city = 6;
      Specified by:
      hasHotelCity in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the hotelCity field is set.
    • getHotelCity

      public HotelCityInfo getHotelCity()
       City the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCityInfo hotel_city = 6;
      Specified by:
      getHotelCity in interface ListingDimensionInfoOrBuilder
      Returns:
      The hotelCity.
    • getHotelCityOrBuilder

      public HotelCityInfoOrBuilder getHotelCityOrBuilder()
       City the hotel is located in.
       
      .google.ads.googleads.v18.common.HotelCityInfo hotel_city = 6;
      Specified by:
      getHotelCityOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductCategory

      public boolean hasProductCategory()
       Category of a product offer.
       
      .google.ads.googleads.v18.common.ProductCategoryInfo product_category = 24;
      Specified by:
      hasProductCategory in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productCategory field is set.
    • getProductCategory

      public ProductCategoryInfo getProductCategory()
       Category of a product offer.
       
      .google.ads.googleads.v18.common.ProductCategoryInfo product_category = 24;
      Specified by:
      getProductCategory in interface ListingDimensionInfoOrBuilder
      Returns:
      The productCategory.
    • getProductCategoryOrBuilder

      public ProductCategoryInfoOrBuilder getProductCategoryOrBuilder()
       Category of a product offer.
       
      .google.ads.googleads.v18.common.ProductCategoryInfo product_category = 24;
      Specified by:
      getProductCategoryOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductBrand

      public boolean hasProductBrand()
       Brand of a product offer.
       
      .google.ads.googleads.v18.common.ProductBrandInfo product_brand = 15;
      Specified by:
      hasProductBrand in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productBrand field is set.
    • getProductBrand

      public ProductBrandInfo getProductBrand()
       Brand of a product offer.
       
      .google.ads.googleads.v18.common.ProductBrandInfo product_brand = 15;
      Specified by:
      getProductBrand in interface ListingDimensionInfoOrBuilder
      Returns:
      The productBrand.
    • getProductBrandOrBuilder

      public ProductBrandInfoOrBuilder getProductBrandOrBuilder()
       Brand of a product offer.
       
      .google.ads.googleads.v18.common.ProductBrandInfo product_brand = 15;
      Specified by:
      getProductBrandOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductChannel

      public boolean hasProductChannel()
       Locality of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelInfo product_channel = 8;
      Specified by:
      hasProductChannel in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productChannel field is set.
    • getProductChannel

      public ProductChannelInfo getProductChannel()
       Locality of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelInfo product_channel = 8;
      Specified by:
      getProductChannel in interface ListingDimensionInfoOrBuilder
      Returns:
      The productChannel.
    • getProductChannelOrBuilder

      public ProductChannelInfoOrBuilder getProductChannelOrBuilder()
       Locality of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelInfo product_channel = 8;
      Specified by:
      getProductChannelOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductChannelExclusivity

      public boolean hasProductChannelExclusivity()
       Availability of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9;
      Specified by:
      hasProductChannelExclusivity in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productChannelExclusivity field is set.
    • getProductChannelExclusivity

      public ProductChannelExclusivityInfo getProductChannelExclusivity()
       Availability of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9;
      Specified by:
      getProductChannelExclusivity in interface ListingDimensionInfoOrBuilder
      Returns:
      The productChannelExclusivity.
    • getProductChannelExclusivityOrBuilder

      public ProductChannelExclusivityInfoOrBuilder getProductChannelExclusivityOrBuilder()
       Availability of a product offer.
       
      .google.ads.googleads.v18.common.ProductChannelExclusivityInfo product_channel_exclusivity = 9;
      Specified by:
      getProductChannelExclusivityOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductCondition

      public boolean hasProductCondition()
       Condition of a product offer.
       
      .google.ads.googleads.v18.common.ProductConditionInfo product_condition = 10;
      Specified by:
      hasProductCondition in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productCondition field is set.
    • getProductCondition

      public ProductConditionInfo getProductCondition()
       Condition of a product offer.
       
      .google.ads.googleads.v18.common.ProductConditionInfo product_condition = 10;
      Specified by:
      getProductCondition in interface ListingDimensionInfoOrBuilder
      Returns:
      The productCondition.
    • getProductConditionOrBuilder

      public ProductConditionInfoOrBuilder getProductConditionOrBuilder()
       Condition of a product offer.
       
      .google.ads.googleads.v18.common.ProductConditionInfo product_condition = 10;
      Specified by:
      getProductConditionOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductCustomAttribute

      public boolean hasProductCustomAttribute()
       Custom attribute of a product offer.
       
      .google.ads.googleads.v18.common.ProductCustomAttributeInfo product_custom_attribute = 16;
      Specified by:
      hasProductCustomAttribute in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productCustomAttribute field is set.
    • getProductCustomAttribute

      public ProductCustomAttributeInfo getProductCustomAttribute()
       Custom attribute of a product offer.
       
      .google.ads.googleads.v18.common.ProductCustomAttributeInfo product_custom_attribute = 16;
      Specified by:
      getProductCustomAttribute in interface ListingDimensionInfoOrBuilder
      Returns:
      The productCustomAttribute.
    • getProductCustomAttributeOrBuilder

      public ProductCustomAttributeInfoOrBuilder getProductCustomAttributeOrBuilder()
       Custom attribute of a product offer.
       
      .google.ads.googleads.v18.common.ProductCustomAttributeInfo product_custom_attribute = 16;
      Specified by:
      getProductCustomAttributeOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductItemId

      public boolean hasProductItemId()
       Item id of a product offer.
       
      .google.ads.googleads.v18.common.ProductItemIdInfo product_item_id = 11;
      Specified by:
      hasProductItemId in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productItemId field is set.
    • getProductItemId

      public ProductItemIdInfo getProductItemId()
       Item id of a product offer.
       
      .google.ads.googleads.v18.common.ProductItemIdInfo product_item_id = 11;
      Specified by:
      getProductItemId in interface ListingDimensionInfoOrBuilder
      Returns:
      The productItemId.
    • getProductItemIdOrBuilder

      public ProductItemIdInfoOrBuilder getProductItemIdOrBuilder()
       Item id of a product offer.
       
      .google.ads.googleads.v18.common.ProductItemIdInfo product_item_id = 11;
      Specified by:
      getProductItemIdOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductType

      public boolean hasProductType()
       Type of a product offer.
       
      .google.ads.googleads.v18.common.ProductTypeInfo product_type = 12;
      Specified by:
      hasProductType in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productType field is set.
    • getProductType

      public ProductTypeInfo getProductType()
       Type of a product offer.
       
      .google.ads.googleads.v18.common.ProductTypeInfo product_type = 12;
      Specified by:
      getProductType in interface ListingDimensionInfoOrBuilder
      Returns:
      The productType.
    • getProductTypeOrBuilder

      public ProductTypeInfoOrBuilder getProductTypeOrBuilder()
       Type of a product offer.
       
      .google.ads.googleads.v18.common.ProductTypeInfo product_type = 12;
      Specified by:
      getProductTypeOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductGrouping

      public boolean hasProductGrouping()
       Grouping of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductGroupingInfo product_grouping = 17;
      Specified by:
      hasProductGrouping in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productGrouping field is set.
    • getProductGrouping

      public ProductGroupingInfo getProductGrouping()
       Grouping of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductGroupingInfo product_grouping = 17;
      Specified by:
      getProductGrouping in interface ListingDimensionInfoOrBuilder
      Returns:
      The productGrouping.
    • getProductGroupingOrBuilder

      public ProductGroupingInfoOrBuilder getProductGroupingOrBuilder()
       Grouping of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductGroupingInfo product_grouping = 17;
      Specified by:
      getProductGroupingOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductLabels

      public boolean hasProductLabels()
       Labels of a product offer. This listing dimension is deprecated and it is
       supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLabelsInfo product_labels = 18;
      Specified by:
      hasProductLabels in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productLabels field is set.
    • getProductLabels

      public ProductLabelsInfo getProductLabels()
       Labels of a product offer. This listing dimension is deprecated and it is
       supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLabelsInfo product_labels = 18;
      Specified by:
      getProductLabels in interface ListingDimensionInfoOrBuilder
      Returns:
      The productLabels.
    • getProductLabelsOrBuilder

      public ProductLabelsInfoOrBuilder getProductLabelsOrBuilder()
       Labels of a product offer. This listing dimension is deprecated and it is
       supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLabelsInfo product_labels = 18;
      Specified by:
      getProductLabelsOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductLegacyCondition

      public boolean hasProductLegacyCondition()
       Legacy condition of a product offer. This listing dimension is deprecated
       and it is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLegacyConditionInfo product_legacy_condition = 19;
      Specified by:
      hasProductLegacyCondition in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productLegacyCondition field is set.
    • getProductLegacyCondition

      public ProductLegacyConditionInfo getProductLegacyCondition()
       Legacy condition of a product offer. This listing dimension is deprecated
       and it is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLegacyConditionInfo product_legacy_condition = 19;
      Specified by:
      getProductLegacyCondition in interface ListingDimensionInfoOrBuilder
      Returns:
      The productLegacyCondition.
    • getProductLegacyConditionOrBuilder

      public ProductLegacyConditionInfoOrBuilder getProductLegacyConditionOrBuilder()
       Legacy condition of a product offer. This listing dimension is deprecated
       and it is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductLegacyConditionInfo product_legacy_condition = 19;
      Specified by:
      getProductLegacyConditionOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasProductTypeFull

      public boolean hasProductTypeFull()
       Full type of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductTypeFullInfo product_type_full = 20;
      Specified by:
      hasProductTypeFull in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the productTypeFull field is set.
    • getProductTypeFull

      public ProductTypeFullInfo getProductTypeFull()
       Full type of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductTypeFullInfo product_type_full = 20;
      Specified by:
      getProductTypeFull in interface ListingDimensionInfoOrBuilder
      Returns:
      The productTypeFull.
    • getProductTypeFullOrBuilder

      public ProductTypeFullInfoOrBuilder getProductTypeFullOrBuilder()
       Full type of a product offer. This listing dimension is deprecated and it
       is supported only in Display campaigns.
       
      .google.ads.googleads.v18.common.ProductTypeFullInfo product_type_full = 20;
      Specified by:
      getProductTypeFullOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasActivityId

      public boolean hasActivityId()
       Advertiser-specific activity ID.
       
      .google.ads.googleads.v18.common.ActivityIdInfo activity_id = 21;
      Specified by:
      hasActivityId in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the activityId field is set.
    • getActivityId

      public ActivityIdInfo getActivityId()
       Advertiser-specific activity ID.
       
      .google.ads.googleads.v18.common.ActivityIdInfo activity_id = 21;
      Specified by:
      getActivityId in interface ListingDimensionInfoOrBuilder
      Returns:
      The activityId.
    • getActivityIdOrBuilder

      public ActivityIdInfoOrBuilder getActivityIdOrBuilder()
       Advertiser-specific activity ID.
       
      .google.ads.googleads.v18.common.ActivityIdInfo activity_id = 21;
      Specified by:
      getActivityIdOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasActivityRating

      public boolean hasActivityRating()
       Rating of the activity as a number 1 to 5, where 5 is the best.
       
      .google.ads.googleads.v18.common.ActivityRatingInfo activity_rating = 22;
      Specified by:
      hasActivityRating in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the activityRating field is set.
    • getActivityRating

      public ActivityRatingInfo getActivityRating()
       Rating of the activity as a number 1 to 5, where 5 is the best.
       
      .google.ads.googleads.v18.common.ActivityRatingInfo activity_rating = 22;
      Specified by:
      getActivityRating in interface ListingDimensionInfoOrBuilder
      Returns:
      The activityRating.
    • getActivityRatingOrBuilder

      public ActivityRatingInfoOrBuilder getActivityRatingOrBuilder()
       Rating of the activity as a number 1 to 5, where 5 is the best.
       
      .google.ads.googleads.v18.common.ActivityRatingInfo activity_rating = 22;
      Specified by:
      getActivityRatingOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasActivityCountry

      public boolean hasActivityCountry()
       The country where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCountryInfo activity_country = 23;
      Specified by:
      hasActivityCountry in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the activityCountry field is set.
    • getActivityCountry

      public ActivityCountryInfo getActivityCountry()
       The country where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCountryInfo activity_country = 23;
      Specified by:
      getActivityCountry in interface ListingDimensionInfoOrBuilder
      Returns:
      The activityCountry.
    • getActivityCountryOrBuilder

      public ActivityCountryInfoOrBuilder getActivityCountryOrBuilder()
       The country where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCountryInfo activity_country = 23;
      Specified by:
      getActivityCountryOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasActivityState

      public boolean hasActivityState()
       The state where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityStateInfo activity_state = 25;
      Specified by:
      hasActivityState in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the activityState field is set.
    • getActivityState

      public ActivityStateInfo getActivityState()
       The state where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityStateInfo activity_state = 25;
      Specified by:
      getActivityState in interface ListingDimensionInfoOrBuilder
      Returns:
      The activityState.
    • getActivityStateOrBuilder

      public ActivityStateInfoOrBuilder getActivityStateOrBuilder()
       The state where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityStateInfo activity_state = 25;
      Specified by:
      getActivityStateOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasActivityCity

      public boolean hasActivityCity()
       The city where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCityInfo activity_city = 26;
      Specified by:
      hasActivityCity in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the activityCity field is set.
    • getActivityCity

      public ActivityCityInfo getActivityCity()
       The city where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCityInfo activity_city = 26;
      Specified by:
      getActivityCity in interface ListingDimensionInfoOrBuilder
      Returns:
      The activityCity.
    • getActivityCityOrBuilder

      public ActivityCityInfoOrBuilder getActivityCityOrBuilder()
       The city where the travel activity is available.
       
      .google.ads.googleads.v18.common.ActivityCityInfo activity_city = 26;
      Specified by:
      getActivityCityOrBuilder in interface ListingDimensionInfoOrBuilder
    • hasUnknownListingDimension

      public boolean hasUnknownListingDimension()
       Unknown dimension. Set when no other listing dimension is set.
       
      .google.ads.googleads.v18.common.UnknownListingDimensionInfo unknown_listing_dimension = 14;
      Specified by:
      hasUnknownListingDimension in interface ListingDimensionInfoOrBuilder
      Returns:
      Whether the unknownListingDimension field is set.
    • getUnknownListingDimension

      public UnknownListingDimensionInfo getUnknownListingDimension()
       Unknown dimension. Set when no other listing dimension is set.
       
      .google.ads.googleads.v18.common.UnknownListingDimensionInfo unknown_listing_dimension = 14;
      Specified by:
      getUnknownListingDimension in interface ListingDimensionInfoOrBuilder
      Returns:
      The unknownListingDimension.
    • getUnknownListingDimensionOrBuilder

      public UnknownListingDimensionInfoOrBuilder getUnknownListingDimensionOrBuilder()
       Unknown dimension. Set when no other listing dimension is set.
       
      .google.ads.googleads.v18.common.UnknownListingDimensionInfo unknown_listing_dimension = 14;
      Specified by:
      getUnknownListingDimensionOrBuilder in interface ListingDimensionInfoOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ListingDimensionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ListingDimensionInfo parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListingDimensionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListingDimensionInfo parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ListingDimensionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListingDimensionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ListingDimensionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ListingDimensionInfo.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ListingDimensionInfo.Builder newBuilder()
    • newBuilder

      public static ListingDimensionInfo.Builder newBuilder(ListingDimensionInfo prototype)
    • toBuilder

      public ListingDimensionInfo.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ListingDimensionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ListingDimensionInfo getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ListingDimensionInfo> parser()
    • getParserForType

      public com.google.protobuf.Parser<ListingDimensionInfo> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ListingDimensionInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder