All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.AudienceOverlapItemOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/audience_insights_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

public interface AudienceOverlapItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AudienceOverlapItem)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The attribute and its metadata, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata attribute_metadata = 1; * @return Whether the attributeMetadata field is set. */ boolean hasAttributeMetadata(); /** *
   * The attribute and its metadata, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata attribute_metadata = 1; * @return The attributeMetadata. */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata getAttributeMetadata(); /** *
   * The attribute and its metadata, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata attribute_metadata = 1; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadataOrBuilder getAttributeMetadataOrBuilder(); /** *
   * 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; * @return The potentialYoutubeReachIntersection. */ long getPotentialYoutubeReachIntersection(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy