Interface CriterionCategoryLocaleAvailabilityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CriterionCategoryLocaleAvailability,CriterionCategoryLocaleAvailability.Builder
public interface CriterionCategoryLocaleAvailabilityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CriterionCategoryLocaleAvailabilityModeEnum.CriterionCategoryLocaleAvailabilityModegetAvailabilityMode()Format of the locale availability.intgetAvailabilityModeValue()Format of the locale availability.java.lang.StringgetCountryCode()Code of the country.com.google.protobuf.ByteStringgetCountryCodeBytes()Code of the country.java.lang.StringgetLanguageCode()Code of the language.com.google.protobuf.ByteStringgetLanguageCodeBytes()Code of the language.booleanhasCountryCode()Code of the country.booleanhasLanguageCode()Code of the language.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-