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

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

  /**
   * 
   * Suggested location targeting.  These attributes all have dimension
   * GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata locations = 1; */ java.util.List getLocationsList(); /** *
   * Suggested location targeting.  These attributes all have dimension
   * GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata locations = 1; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata getLocations(int index); /** *
   * Suggested location targeting.  These attributes all have dimension
   * GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata locations = 1; */ int getLocationsCount(); /** *
   * Suggested location targeting.  These attributes all have dimension
   * GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata locations = 1; */ java.util.List getLocationsOrBuilderList(); /** *
   * Suggested location targeting.  These attributes all have dimension
   * GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata locations = 1; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadataOrBuilder getLocationsOrBuilder( int index); /** *
   * Suggested age targeting; may be empty indicating no age targeting.
   * 
* * repeated .google.ads.googleads.v17.common.AgeRangeInfo age_ranges = 2; */ java.util.List getAgeRangesList(); /** *
   * Suggested age targeting; may be empty indicating no age targeting.
   * 
* * repeated .google.ads.googleads.v17.common.AgeRangeInfo age_ranges = 2; */ com.google.ads.googleads.v17.common.AgeRangeInfo getAgeRanges(int index); /** *
   * Suggested age targeting; may be empty indicating no age targeting.
   * 
* * repeated .google.ads.googleads.v17.common.AgeRangeInfo age_ranges = 2; */ int getAgeRangesCount(); /** *
   * Suggested age targeting; may be empty indicating no age targeting.
   * 
* * repeated .google.ads.googleads.v17.common.AgeRangeInfo age_ranges = 2; */ java.util.List getAgeRangesOrBuilderList(); /** *
   * Suggested age targeting; may be empty indicating no age targeting.
   * 
* * repeated .google.ads.googleads.v17.common.AgeRangeInfo age_ranges = 2; */ com.google.ads.googleads.v17.common.AgeRangeInfoOrBuilder getAgeRangesOrBuilder( int index); /** *
   * Suggested gender targeting.  If present, this attribute has dimension
   * GENDER.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 3; * @return Whether the gender field is set. */ boolean hasGender(); /** *
   * Suggested gender targeting.  If present, this attribute has dimension
   * GENDER.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 3; * @return The gender. */ com.google.ads.googleads.v17.common.GenderInfo getGender(); /** *
   * Suggested gender targeting.  If present, this attribute has dimension
   * GENDER.
   * 
* * .google.ads.googleads.v17.common.GenderInfo gender = 3; */ com.google.ads.googleads.v17.common.GenderInfoOrBuilder getGenderOrBuilder(); /** *
   * Suggested audience segments to target.  These attributes all have dimension
   * AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata user_interests = 4; */ java.util.List getUserInterestsList(); /** *
   * Suggested audience segments to target.  These attributes all have dimension
   * AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata user_interests = 4; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata getUserInterests(int index); /** *
   * Suggested audience segments to target.  These attributes all have dimension
   * AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata user_interests = 4; */ int getUserInterestsCount(); /** *
   * Suggested audience segments to target.  These attributes all have dimension
   * AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata user_interests = 4; */ java.util.List getUserInterestsOrBuilderList(); /** *
   * Suggested audience segments to target.  These attributes all have dimension
   * AFFINITY_USER_INTEREST or IN_MARKET_USER_INTEREST
   * 
* * repeated .google.ads.googleads.v17.services.AudienceInsightsAttributeMetadata user_interests = 4; */ com.google.ads.googleads.v17.services.AudienceInsightsAttributeMetadataOrBuilder getUserInterestsOrBuilder( int index); /** *
   * The fraction (from 0 to 1 inclusive) of the requested audience that can be
   * reached using the suggested targeting.
   * 
* * double coverage = 5; * @return The coverage. */ double getCoverage(); /** *
   * The ratio of coverage to the coverage of the baseline audience or zero if
   * this ratio is undefined or is not meaningful.
   * 
* * double index = 6; * @return The index. */ double getIndex(); /** *
   * The approximate estimated number of people that can be reached on YouTube
   * using this targeting.
   * 
* * int64 potential_youtube_reach = 7; * @return The potentialYoutubeReach. */ long getPotentialYoutubeReach(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy