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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeywordConceptgetConcepts(int index)The list of concepts for the keyword.intgetConceptsCount()The list of concepts for the keyword.java.util.List<KeywordConcept>getConceptsList()The list of concepts for the keyword.KeywordConceptOrBuildergetConceptsOrBuilder(int index)The list of concepts for the keyword.java.util.List<? extends KeywordConceptOrBuilder>getConceptsOrBuilderList()The list of concepts for the keyword.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConceptsList
java.util.List<KeywordConcept> getConceptsList()
The list of concepts for the keyword.
repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
-
getConcepts
KeywordConcept getConcepts(int index)
The list of concepts for the keyword.
repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
-
getConceptsCount
int getConceptsCount()
The list of concepts for the keyword.
repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
-
getConceptsOrBuilderList
java.util.List<? extends KeywordConceptOrBuilder> getConceptsOrBuilderList()
The list of concepts for the keyword.
repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
-
getConceptsOrBuilder
KeywordConceptOrBuilder getConceptsOrBuilder(int index)
The list of concepts for the keyword.
repeated .google.ads.googleads.v10.common.KeywordConcept concepts = 1;
-
-