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

com.google.ads.googleads.v18.services.YouTubeMetricsOrBuilder Maven / Gradle / Ivy

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