Interface KeywordThemeConstantOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
KeywordThemeConstant, KeywordThemeConstant.Builder

public interface KeywordThemeConstantOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.
    boolean
    Output only.
    boolean
    Output only.
    boolean
    Output only.

    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 Details

    • getResourceName

      String getResourceName()
       Output only. The resource name of the keyword theme constant.
       Keyword theme constant resource names have the form:
      
       `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the keyword theme constant.
       Keyword theme constant resource names have the form:
      
       `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Returns:
      The bytes for resourceName.
    • hasCountryCode

      boolean hasCountryCode()
       Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US".
       To display and query matching purpose, the keyword theme needs to be
       localized.
       
      optional string country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the countryCode field is set.
    • getCountryCode

      String getCountryCode()
       Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US".
       To display and query matching purpose, the keyword theme needs to be
       localized.
       
      optional string country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The countryCode.
    • getCountryCodeBytes

      com.google.protobuf.ByteString getCountryCodeBytes()
       Output only. The ISO-3166 Alpha-2 country code of the constant, eg. "US".
       To display and query matching purpose, the keyword theme needs to be
       localized.
       
      optional string country_code = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for countryCode.
    • hasLanguageCode

      boolean hasLanguageCode()
       Output only. The ISO-639-1 language code with 2 letters of the constant,
       eg. "en". To display and query matching purpose, the keyword theme needs to
       be localized.
       
      optional string language_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the languageCode field is set.
    • getLanguageCode

      String getLanguageCode()
       Output only. The ISO-639-1 language code with 2 letters of the constant,
       eg. "en". To display and query matching purpose, the keyword theme needs to
       be localized.
       
      optional string language_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The languageCode.
    • getLanguageCodeBytes

      com.google.protobuf.ByteString getLanguageCodeBytes()
       Output only. The ISO-639-1 language code with 2 letters of the constant,
       eg. "en". To display and query matching purpose, the keyword theme needs to
       be localized.
       
      optional string language_code = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for languageCode.
    • hasDisplayName

      boolean hasDisplayName()
       Output only. The display name of the keyword theme or sub keyword theme.
       
      optional string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Output only. The display name of the keyword theme or sub keyword theme.
       
      optional string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Output only. The display name of the keyword theme or sub keyword theme.
       
      optional string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for displayName.