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

com.google.ads.googleads.v17.common.KeywordThemeInfoOrBuilder Maven / Gradle / Ivy

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

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

public interface KeywordThemeInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordThemeInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The resource name of a Smart Campaign keyword theme constant.
   * `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
   * 
* * string keyword_theme_constant = 1 [(.google.api.resource_reference) = { ... } * @return Whether the keywordThemeConstant field is set. */ boolean hasKeywordThemeConstant(); /** *
   * The resource name of a Smart Campaign keyword theme constant.
   * `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
   * 
* * string keyword_theme_constant = 1 [(.google.api.resource_reference) = { ... } * @return The keywordThemeConstant. */ java.lang.String getKeywordThemeConstant(); /** *
   * The resource name of a Smart Campaign keyword theme constant.
   * `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`
   * 
* * string keyword_theme_constant = 1 [(.google.api.resource_reference) = { ... } * @return The bytes for keywordThemeConstant. */ com.google.protobuf.ByteString getKeywordThemeConstantBytes(); /** *
   * Free-form text to be matched to a Smart Campaign keyword theme constant
   * on a best-effort basis.
   * 
* * string free_form_keyword_theme = 2; * @return Whether the freeFormKeywordTheme field is set. */ boolean hasFreeFormKeywordTheme(); /** *
   * Free-form text to be matched to a Smart Campaign keyword theme constant
   * on a best-effort basis.
   * 
* * string free_form_keyword_theme = 2; * @return The freeFormKeywordTheme. */ java.lang.String getFreeFormKeywordTheme(); /** *
   * Free-form text to be matched to a Smart Campaign keyword theme constant
   * on a best-effort basis.
   * 
* * string free_form_keyword_theme = 2; * @return The bytes for freeFormKeywordTheme. */ com.google.protobuf.ByteString getFreeFormKeywordThemeBytes(); com.google.ads.googleads.v17.common.KeywordThemeInfo.KeywordThemeCase getKeywordThemeCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy