Interface ListAudienceInsightsAttributesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAudienceInsightsAttributesResponse,ListAudienceInsightsAttributesResponse.Builder
public interface ListAudienceInsightsAttributesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudienceInsightsAttributeMetadatagetAttributes(int index)The attributes matching the search query.intgetAttributesCount()The attributes matching the search query.java.util.List<AudienceInsightsAttributeMetadata>getAttributesList()The attributes matching the search query.AudienceInsightsAttributeMetadataOrBuildergetAttributesOrBuilder(int index)The attributes matching the search query.java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder>getAttributesOrBuilderList()The attributes matching the search query.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributesList
java.util.List<AudienceInsightsAttributeMetadata> getAttributesList()
The attributes matching the search query.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata attributes = 1;
-
getAttributes
AudienceInsightsAttributeMetadata getAttributes(int index)
The attributes matching the search query.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata attributes = 1;
-
getAttributesCount
int getAttributesCount()
The attributes matching the search query.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata attributes = 1;
-
getAttributesOrBuilderList
java.util.List<? extends AudienceInsightsAttributeMetadataOrBuilder> getAttributesOrBuilderList()
The attributes matching the search query.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata attributes = 1;
-
getAttributesOrBuilder
AudienceInsightsAttributeMetadataOrBuilder getAttributesOrBuilder(int index)
The attributes matching the search query.
repeated .google.ads.googleads.v15.services.AudienceInsightsAttributeMetadata attributes = 1;
-
-