com.google.ads.googleads.v17.services.OnTargetAudienceMetricsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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