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

com.google.ads.googleads.v17.services.GenerateAudienceOverlapInsightsResponseOrBuilder 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 GenerateAudienceOverlapInsightsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GenerateAudienceOverlapInsightsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Metadata for the primary attribute, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1; * @return Whether the primaryAttributeMetadata field is set. */ boolean hasPrimaryAttributeMetadata(); /** *
   * Metadata for the primary attribute, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1; * @return The primaryAttributeMetadata. */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata getPrimaryAttributeMetadata(); /** *
   * Metadata for the primary attribute, including potential YouTube reach.
   * 
* * .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata primary_attribute_metadata = 1; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadataOrBuilder getPrimaryAttributeMetadataOrBuilder(); /** *
   * Lists of attributes and their overlap with the primary attribute, one list
   * per requested dimension.
   * 
* * repeated .google.ads.googleads.v17.services.DimensionOverlapResult dimension_results = 2; */ java.util.List getDimensionResultsList(); /** *
   * Lists of attributes and their overlap with the primary attribute, one list
   * per requested dimension.
   * 
* * repeated .google.ads.googleads.v17.services.DimensionOverlapResult dimension_results = 2; */ com.google.ads.googleads.v17.services.DimensionOverlapResult getDimensionResults(int index); /** *
   * Lists of attributes and their overlap with the primary attribute, one list
   * per requested dimension.
   * 
* * repeated .google.ads.googleads.v17.services.DimensionOverlapResult dimension_results = 2; */ int getDimensionResultsCount(); /** *
   * Lists of attributes and their overlap with the primary attribute, one list
   * per requested dimension.
   * 
* * repeated .google.ads.googleads.v17.services.DimensionOverlapResult dimension_results = 2; */ java.util.List getDimensionResultsOrBuilderList(); /** *
   * Lists of attributes and their overlap with the primary attribute, one list
   * per requested dimension.
   * 
* * repeated .google.ads.googleads.v17.services.DimensionOverlapResult dimension_results = 2; */ com.google.ads.googleads.v17.services.DimensionOverlapResultOrBuilder getDimensionResultsOrBuilder( int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy