Interface GenerateAudienceOverlapInsightsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateAudienceOverlapInsightsResponse,GenerateAudienceOverlapInsightsResponse.Builder
public interface GenerateAudienceOverlapInsightsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDimensionResults(int index) Lists of attributes and their overlap with the primary attribute, one list per requested dimension.intLists of attributes and their overlap with the primary attribute, one list per requested dimension.Lists of attributes and their overlap with the primary attribute, one list per requested dimension.getDimensionResultsOrBuilder(int index) Lists of attributes and their overlap with the primary attribute, one list per requested dimension.List<? extends DimensionOverlapResultOrBuilder>Lists of attributes and their overlap with the primary attribute, one list per requested dimension.Metadata for the primary attribute, including potential YouTube reach.Metadata for the primary attribute, including potential YouTube reach.booleanMetadata for the primary attribute, including potential YouTube reach.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
-
hasPrimaryAttributeMetadata
boolean hasPrimaryAttributeMetadata()Metadata for the primary attribute, including potential YouTube reach.
.google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1;- Returns:
- Whether the primaryAttributeMetadata field is set.
-
getPrimaryAttributeMetadata
AudienceInsightsAttributeMetadata getPrimaryAttributeMetadata()Metadata for the primary attribute, including potential YouTube reach.
.google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1;- Returns:
- The primaryAttributeMetadata.
-
getPrimaryAttributeMetadataOrBuilder
AudienceInsightsAttributeMetadataOrBuilder getPrimaryAttributeMetadataOrBuilder()Metadata for the primary attribute, including potential YouTube reach.
.google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1; -
getDimensionResultsList
List<DimensionOverlapResult> getDimensionResultsList()Lists of attributes and their overlap with the primary attribute, one list per requested dimension.
repeated .google.ads.googleads.v18.services.DimensionOverlapResult dimension_results = 2; -
getDimensionResults
Lists of attributes and their overlap with the primary attribute, one list per requested dimension.
repeated .google.ads.googleads.v18.services.DimensionOverlapResult dimension_results = 2; -
getDimensionResultsCount
int getDimensionResultsCount()Lists of attributes and their overlap with the primary attribute, one list per requested dimension.
repeated .google.ads.googleads.v18.services.DimensionOverlapResult dimension_results = 2; -
getDimensionResultsOrBuilderList
List<? extends DimensionOverlapResultOrBuilder> getDimensionResultsOrBuilderList()Lists of attributes and their overlap with the primary attribute, one list per requested dimension.
repeated .google.ads.googleads.v18.services.DimensionOverlapResult dimension_results = 2; -
getDimensionResultsOrBuilder
Lists of attributes and their overlap with the primary attribute, one list per requested dimension.
repeated .google.ads.googleads.v18.services.DimensionOverlapResult dimension_results = 2;
-