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 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

      DimensionOverlapResult getDimensionResults(int index)
       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

      DimensionOverlapResultOrBuilder getDimensionResultsOrBuilder(int index)
       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;