Interface HotelCountryRegionInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HotelCountryRegionInfo,HotelCountryRegionInfo.Builder
public interface HotelCountryRegionInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountryRegionCriterion()The Geo Target Constant resource name.com.google.protobuf.ByteStringgetCountryRegionCriterionBytes()The Geo Target Constant resource name.booleanhasCountryRegionCriterion()The Geo Target Constant resource name.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCountryRegionCriterion
boolean hasCountryRegionCriterion()
The Geo Target Constant resource name.
optional string country_region_criterion = 2;- Returns:
- Whether the countryRegionCriterion field is set.
-
getCountryRegionCriterion
java.lang.String getCountryRegionCriterion()
The Geo Target Constant resource name.
optional string country_region_criterion = 2;- Returns:
- The countryRegionCriterion.
-
getCountryRegionCriterionBytes
com.google.protobuf.ByteString getCountryRegionCriterionBytes()
The Geo Target Constant resource name.
optional string country_region_criterion = 2;- Returns:
- The bytes for countryRegionCriterion.
-
-