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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
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.v18.enums.KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
The concept group type.
.google.ads.googleads.v18.enums.KeywordPlanConceptGroupTypeEnum.KeywordPlanConceptGroupType type = 2;- Returns:
- The type.
-