
com.google.ads.googleads.v18.services.YouTubeMetricsOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v18 Show documentation
Show all versions of google-ads-stubs-v18 Show documentation
Stubs for GAAPI version google-ads-stubs-v18
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v18/services/content_creator_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v18.services;
public interface YouTubeMetricsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v18.services.YouTubeMetrics)
com.google.protobuf.MessageOrBuilder {
/**
*
* The number of subscribers.
*
*
* int64 subscriber_count = 1;
* @return The subscriberCount.
*/
long getSubscriberCount();
/**
*
* The total number of views.
*
*
* int64 views_count = 2;
* @return The viewsCount.
*/
long getViewsCount();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy