Interface AudienceOverlapItemOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AudienceOverlapItem, AudienceOverlapItem.Builder

public interface AudienceOverlapItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The attribute and its metadata, including potential YouTube reach.
    The attribute and its metadata, including potential YouTube reach.
    long
    The estimated size of the intersection of this audience attribute with the primary attribute, that is, the number of reachable YouTube users who match BOTH the primary attribute and this one.
    boolean
    The attribute and its metadata, including potential YouTube reach.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAttributeMetadata

      boolean hasAttributeMetadata()
       The attribute and its metadata, including potential YouTube reach.
       
      .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attribute_metadata = 1;
      Returns:
      Whether the attributeMetadata field is set.
    • getAttributeMetadata

      AudienceInsightsAttributeMetadata getAttributeMetadata()
       The attribute and its metadata, including potential YouTube reach.
       
      .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attribute_metadata = 1;
      Returns:
      The attributeMetadata.
    • getAttributeMetadataOrBuilder

      AudienceInsightsAttributeMetadataOrBuilder getAttributeMetadataOrBuilder()
       The attribute and its metadata, including potential YouTube reach.
       
      .google.ads.googleads.v18.services.AudienceInsightsAttributeMetadata attribute_metadata = 1;
    • getPotentialYoutubeReachIntersection

      long getPotentialYoutubeReachIntersection()
       The estimated size of the intersection of this audience attribute with the
       primary attribute, that is, the number of reachable YouTube users who match
       BOTH the primary attribute and this one.
       
      int64 potential_youtube_reach_intersection = 2;
      Returns:
      The potentialYoutubeReachIntersection.