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
Modifier and TypeMethodDescriptionThe Geo Target Constant resource name.com.google.protobuf.ByteStringThe Geo Target Constant resource name.booleanThe Geo Target Constant resource name.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCountryRegionCriterion
boolean hasCountryRegionCriterion()The Geo Target Constant resource name.
optional string country_region_criterion = 2;- Returns:
- Whether the countryRegionCriterion field is set.
-
getCountryRegionCriterion
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.
-