Interface YouTubeMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
YouTubeMetrics, YouTubeMetrics.Builder

public interface YouTubeMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    When true, this channel has published a shorts video in the last 90 days.
    long
    The number of subscribers.
    long
    The total number of videos.
    long
    The total number of views.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSubscriberCount

      long getSubscriberCount()
       The number of subscribers.
       
      int64 subscriber_count = 1;
      Returns:
      The subscriberCount.
    • getViewsCount

      long getViewsCount()
       The total number of views.
       
      int64 views_count = 2;
      Returns:
      The viewsCount.
    • getVideoCount

      long getVideoCount()
       The total number of videos.
       
      int64 video_count = 3;
      Returns:
      The videoCount.
    • getIsActiveShortsCreator

      boolean getIsActiveShortsCreator()
       When true, this channel has published a shorts video in the last 90 days.
       
      bool is_active_shorts_creator = 4;
      Returns:
      The isActiveShortsCreator.