Interface KeywordThemeInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordThemeInfo,KeywordThemeInfo.Builder
public interface KeywordThemeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFreeFormKeywordTheme()Free-form text to be matched to a Smart Campaign keyword theme constant on a best-effort basis.com.google.protobuf.ByteStringgetFreeFormKeywordThemeBytes()Free-form text to be matched to a Smart Campaign keyword theme constant on a best-effort basis.KeywordThemeInfo.KeywordThemeCasegetKeywordThemeCase()java.lang.StringgetKeywordThemeConstant()The resource name of a Smart Campaign keyword theme constant.com.google.protobuf.ByteStringgetKeywordThemeConstantBytes()The resource name of a Smart Campaign keyword theme constant.booleanhasFreeFormKeywordTheme()Free-form text to be matched to a Smart Campaign keyword theme constant on a best-effort basis.booleanhasKeywordThemeConstant()The resource name of a Smart Campaign keyword theme constant.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKeywordThemeConstant
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;- Returns:
- Whether the keywordThemeConstant field is set.
-
getKeywordThemeConstant
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;- Returns:
- The keywordThemeConstant.
-
getKeywordThemeConstantBytes
com.google.protobuf.ByteString getKeywordThemeConstantBytes()
The resource name of a Smart Campaign keyword theme constant. `keywordThemeConstants/{keyword_theme_id}~{sub_keyword_theme_id}`string keyword_theme_constant = 1;- Returns:
- The bytes for keywordThemeConstant.
-
hasFreeFormKeywordTheme
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;- Returns:
- Whether the freeFormKeywordTheme field is set.
-
getFreeFormKeywordTheme
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;- Returns:
- The freeFormKeywordTheme.
-
getFreeFormKeywordThemeBytes
com.google.protobuf.ByteString getFreeFormKeywordThemeBytes()
Free-form text to be matched to a Smart Campaign keyword theme constant on a best-effort basis.
string free_form_keyword_theme = 2;- Returns:
- The bytes for freeFormKeywordTheme.
-
getKeywordThemeCase
KeywordThemeInfo.KeywordThemeCase getKeywordThemeCase()
-
-