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
Modifier and TypeMethodDescriptionGeo target constant resource name of the country in which serving is constrained.com.google.protobuf.ByteStringGeo target constant resource name of the country in which serving is constrained.booleanGeo target constant resource name of the country in which serving is constrained.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
-
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
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.
-