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
Modifier and TypeMethodDescriptiongetAttributes(int index) The attributes matching the search query.intThe attributes matching the search query.The attributes matching the search query.getAttributesOrBuilder(int index) The attributes matching the search query.List<? extends AudienceInsightsAttributeMetadataOrBuilder>The attributes matching the search query.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
-
getAttributesList
List<AudienceInsightsAttributeMetadata> getAttributesList()The attributes matching the search query.
repeated .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributes
The attributes matching the search query.
repeated .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesCount
int getAttributesCount()The attributes matching the search query.
repeated .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getAttributesOrBuilderList()The attributes matching the search query.
repeated .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesOrBuilder
The attributes matching the search query.
repeated .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attributes = 1;
-