All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.KeywordThemeConstantOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/keyword_theme_constant.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface KeywordThemeConstantOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.KeywordThemeConstant)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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) = { ... } * @return The resourceName. */ java.lang.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) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * 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]; * @return Whether the countryCode field is set. */ 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]; * @return The countryCode. */ java.lang.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]; * @return The bytes for countryCode. */ com.google.protobuf.ByteString getCountryCodeBytes(); /** *
   * 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]; * @return Whether the languageCode field is set. */ 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]; * @return The languageCode. */ java.lang.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]; * @return The bytes for languageCode. */ com.google.protobuf.ByteString getLanguageCodeBytes(); /** *
   * Output only. The display name of the keyword theme or sub keyword theme.
   * 
* * optional string display_name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the displayName field is set. */ 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]; * @return The displayName. */ java.lang.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]; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy