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 TypeMethodDescriptionbooleanWhen true, this channel has published a shorts video in the last 90 days.longThe number of subscribers.longThe total number of videos.longThe total number of views.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-