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

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

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

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

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

  /**
   * 
   * Reference audience size matching the considered targeting for YouTube.
   * 
* * optional int64 youtube_audience_size = 3; * @return Whether the youtubeAudienceSize field is set. */ boolean hasYoutubeAudienceSize(); /** *
   * Reference audience size matching the considered targeting for YouTube.
   * 
* * optional int64 youtube_audience_size = 3; * @return The youtubeAudienceSize. */ long getYoutubeAudienceSize(); /** *
   * Reference audience size matching the considered targeting for Census.
   * 
* * optional int64 census_audience_size = 4; * @return Whether the censusAudienceSize field is set. */ boolean hasCensusAudienceSize(); /** *
   * Reference audience size matching the considered targeting for Census.
   * 
* * optional int64 census_audience_size = 4; * @return The censusAudienceSize. */ long getCensusAudienceSize(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy