Interface PolicyTopicConstraint.CountryConstraintOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyTopicConstraint.CountryConstraint,PolicyTopicConstraint.CountryConstraint.Builder
- Enclosing class:
- PolicyTopicConstraint
public static interface PolicyTopicConstraint.CountryConstraintOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCountryCriterion()Geo target constant resource name of the country in which serving is constrained.com.google.protobuf.ByteStringgetCountryCriterionBytes()Geo target constant resource name of the country in which serving is constrained.booleanhasCountryCriterion()Geo target constant resource name of the country in which serving is constrained.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCountryCriterion
boolean hasCountryCriterion()
Geo target constant resource name of the country in which serving is constrained.
optional string country_criterion = 2;- Returns:
- Whether the countryCriterion field is set.
-
getCountryCriterion
java.lang.String getCountryCriterion()
Geo target constant resource name of the country in which serving is constrained.
optional string country_criterion = 2;- Returns:
- The countryCriterion.
-
getCountryCriterionBytes
com.google.protobuf.ByteString getCountryCriterionBytes()
Geo target constant resource name of the country in which serving is constrained.
optional string country_criterion = 2;- Returns:
- The bytes for countryCriterion.
-
-