Interface VerticalAdsItemGroupRuleInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VerticalAdsItemGroupRuleInfo, VerticalAdsItemGroupRuleInfo.Builder

public interface VerticalAdsItemGroupRuleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The resource name of the Geo Target Constant for the city.
    com.google.protobuf.ByteString
    The resource name of the Geo Target Constant for the city.
    The resource name of the Geo Target Constant for the country.
    com.google.protobuf.ByteString
    The resource name of the Geo Target Constant for the country.
     
    long
    Integer value specifying the class rating for a hotel.
    The id specifying a particular Vertical Ad listing.
    com.google.protobuf.ByteString
    The id specifying a particular Vertical Ad listing.
    The resource name of the Geo Target Constant for the region.
    com.google.protobuf.ByteString
    The resource name of the Geo Target Constant for the region.
    boolean
    The resource name of the Geo Target Constant for the city.
    boolean
    The resource name of the Geo Target Constant for the country.
    boolean
    Integer value specifying the class rating for a hotel.
    boolean
    The id specifying a particular Vertical Ad listing.
    boolean
    The resource name of the Geo Target Constant for the region.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasItemCode

      boolean hasItemCode()
       The id specifying a particular Vertical Ad listing.
       
      string item_code = 1;
      Returns:
      Whether the itemCode field is set.
    • getItemCode

      String getItemCode()
       The id specifying a particular Vertical Ad listing.
       
      string item_code = 1;
      Returns:
      The itemCode.
    • getItemCodeBytes

      com.google.protobuf.ByteString getItemCodeBytes()
       The id specifying a particular Vertical Ad listing.
       
      string item_code = 1;
      Returns:
      The bytes for itemCode.
    • hasCountryCriterionId

      boolean hasCountryCriterionId()
       The resource name of the Geo Target Constant for the country.
       
      string country_criterion_id = 2;
      Returns:
      Whether the countryCriterionId field is set.
    • getCountryCriterionId

      String getCountryCriterionId()
       The resource name of the Geo Target Constant for the country.
       
      string country_criterion_id = 2;
      Returns:
      The countryCriterionId.
    • getCountryCriterionIdBytes

      com.google.protobuf.ByteString getCountryCriterionIdBytes()
       The resource name of the Geo Target Constant for the country.
       
      string country_criterion_id = 2;
      Returns:
      The bytes for countryCriterionId.
    • hasRegionCriterionId

      boolean hasRegionCriterionId()
       The resource name of the Geo Target Constant for the region.
       
      string region_criterion_id = 3;
      Returns:
      Whether the regionCriterionId field is set.
    • getRegionCriterionId

      String getRegionCriterionId()
       The resource name of the Geo Target Constant for the region.
       
      string region_criterion_id = 3;
      Returns:
      The regionCriterionId.
    • getRegionCriterionIdBytes

      com.google.protobuf.ByteString getRegionCriterionIdBytes()
       The resource name of the Geo Target Constant for the region.
       
      string region_criterion_id = 3;
      Returns:
      The bytes for regionCriterionId.
    • hasCityCriterionId

      boolean hasCityCriterionId()
       The resource name of the Geo Target Constant for the city.
       
      string city_criterion_id = 4;
      Returns:
      Whether the cityCriterionId field is set.
    • getCityCriterionId

      String getCityCriterionId()
       The resource name of the Geo Target Constant for the city.
       
      string city_criterion_id = 4;
      Returns:
      The cityCriterionId.
    • getCityCriterionIdBytes

      com.google.protobuf.ByteString getCityCriterionIdBytes()
       The resource name of the Geo Target Constant for the city.
       
      string city_criterion_id = 4;
      Returns:
      The bytes for cityCriterionId.
    • hasHotelClass

      boolean hasHotelClass()
       Integer value specifying the class rating for a hotel. Ranges from 1 to 5
       stars.
       
      int64 hotel_class = 6;
      Returns:
      Whether the hotelClass field is set.
    • getHotelClass

      long getHotelClass()
       Integer value specifying the class rating for a hotel. Ranges from 1 to 5
       stars.
       
      int64 hotel_class = 6;
      Returns:
      The hotelClass.
    • getDimensionCase