Interface KeywordAnnotationsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
KeywordAnnotations,KeywordAnnotations.Builder
public interface KeywordAnnotationsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConcepts(int index) The list of concepts for the keyword.intThe list of concepts for the keyword.The list of concepts for the keyword.getConceptsOrBuilder(int index) The list of concepts for the keyword.List<? extends KeywordConceptOrBuilder>The list of concepts for the keyword.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
-
getConceptsList
List<KeywordConcept> getConceptsList()The list of concepts for the keyword.
repeated .google.ads.googleads.v18.common.KeywordConcept concepts = 1; -
getConcepts
The list of concepts for the keyword.
repeated .google.ads.googleads.v18.common.KeywordConcept concepts = 1; -
getConceptsCount
int getConceptsCount()The list of concepts for the keyword.
repeated .google.ads.googleads.v18.common.KeywordConcept concepts = 1; -
getConceptsOrBuilderList
List<? extends KeywordConceptOrBuilder> getConceptsOrBuilderList()The list of concepts for the keyword.
repeated .google.ads.googleads.v18.common.KeywordConcept concepts = 1; -
getConceptsOrBuilder
The list of concepts for the keyword.
repeated .google.ads.googleads.v18.common.KeywordConcept concepts = 1;
-