Interface CriterionCategoryLocaleAvailabilityOrBuilder

    • Method Detail

      • getAvailabilityModeValue

        int getAvailabilityModeValue()
         Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and
         language will be empty), COUNTRY (only country will be set), LANGUAGE (only
         language wil be set), COUNTRY_AND_LANGUAGE (both country and language will
         be set).
         
        .google.ads.googleads.v10.enums.CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode availability_mode = 1;
        Returns:
        The enum numeric value on the wire for availabilityMode.
      • getAvailabilityMode

        CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode getAvailabilityMode()
         Format of the locale availability. Can be LAUNCHED_TO_ALL (both country and
         language will be empty), COUNTRY (only country will be set), LANGUAGE (only
         language wil be set), COUNTRY_AND_LANGUAGE (both country and language will
         be set).
         
        .google.ads.googleads.v10.enums.CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityMode availability_mode = 1;
        Returns:
        The availabilityMode.
      • hasCountryCode

        boolean hasCountryCode()
         Code of the country.
         
        optional string country_code = 4;
        Returns:
        Whether the countryCode field is set.
      • getCountryCode

        java.lang.String getCountryCode()
         Code of the country.
         
        optional string country_code = 4;
        Returns:
        The countryCode.
      • getCountryCodeBytes

        com.google.protobuf.ByteString getCountryCodeBytes()
         Code of the country.
         
        optional string country_code = 4;
        Returns:
        The bytes for countryCode.
      • hasLanguageCode

        boolean hasLanguageCode()
         Code of the language.
         
        optional string language_code = 5;
        Returns:
        Whether the languageCode field is set.
      • getLanguageCode

        java.lang.String getLanguageCode()
         Code of the language.
         
        optional string language_code = 5;
        Returns:
        The languageCode.
      • getLanguageCodeBytes

        com.google.protobuf.ByteString getLanguageCodeBytes()
         Code of the language.
         
        optional string language_code = 5;
        Returns:
        The bytes for languageCode.