Interface ConceptGroupOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConceptGroup,ConceptGroup.Builder
public interface ConceptGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The concept group name.com.google.protobuf.ByteStringgetNameBytes()The concept group name.KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupTypegetType()The concept group type.intgetTypeValue()The concept group type.-
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 group name.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The concept group name.
string name = 1;- Returns:
- The bytes for name.
-
getTypeValue
int getTypeValue()
The concept group type.
.google.ads.googleads.v10.enums.KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType getType()
The concept group type.
.google.ads.googleads.v10.enums.KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType type = 2;- Returns:
- The type.
-
-