Interface AudienceInsightsAttributeMetadataGroupOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AudienceInsightsAttributeMetadataGroup,AudienceInsightsAttributeMetadataGroup.Builder
public interface AudienceInsightsAttributeMetadataGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) Attributes with metadata returned in response to a search.intAttributes with metadata returned in response to a search.Attributes with metadata returned in response to a search.getAttributesOrBuilder(int index) Attributes with metadata returned in response to a search.List<? extends AudienceInsightsAttributeMetadataOrBuilder>Attributes with metadata returned in response to a search.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()Attributes with metadata returned in response to a search.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributes
Attributes with metadata returned in response to a search.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesCount
int getAttributesCount()Attributes with metadata returned in response to a search.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesOrBuilderList
List<? extends AudienceInsightsAttributeMetadataOrBuilder> getAttributesOrBuilderList()Attributes with metadata returned in response to a search.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1; -
getAttributesOrBuilder
Attributes with metadata returned in response to a search.
repeated .google.ads.googleads.v21.common.AudienceInsightsAttributeMetadata attributes = 1;
-