Interface PolicyTopicConstraint.CountryConstraintOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountryCriterion()
      Geo target constant resource name of the country in which serving is constrained.
      com.google.protobuf.ByteString getCountryCriterionBytes()
      Geo target constant resource name of the country in which serving is constrained.
      boolean hasCountryCriterion()
      Geo target constant resource name of the country in which serving is constrained.
      • 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 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.