Interface KeywordConceptOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordConcept,KeywordConcept.Builder
public interface KeywordConceptOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConceptGroupgetConceptGroup()The concept group of the concept details.ConceptGroupOrBuildergetConceptGroupOrBuilder()The concept group of the concept details.java.lang.StringgetName()The concept name for the keyword in the concept_group.com.google.protobuf.ByteStringgetNameBytes()The concept name for the keyword in the concept_group.booleanhasConceptGroup()The concept group of the concept details.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
The concept name for the keyword in the concept_group.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The concept name for the keyword in the concept_group.
string name = 1;- Returns:
- The bytes for name.
-
hasConceptGroup
boolean hasConceptGroup()
The concept group of the concept details.
.google.ads.googleads.v10.common.ConceptGroup concept_group = 2;- Returns:
- Whether the conceptGroup field is set.
-
getConceptGroup
ConceptGroup getConceptGroup()
The concept group of the concept details.
.google.ads.googleads.v10.common.ConceptGroup concept_group = 2;- Returns:
- The conceptGroup.
-
getConceptGroupOrBuilder
ConceptGroupOrBuilder getConceptGroupOrBuilder()
The concept group of the concept details.
.google.ads.googleads.v10.common.ConceptGroup concept_group = 2;
-
-