Interface YouTubeChannelInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The YouTube uploader channel id or the channel code of a YouTube channel.
    com.google.protobuf.ByteString
    The YouTube uploader channel id or the channel code of a YouTube channel.
    boolean
    The YouTube uploader channel id or the channel code of a YouTube channel.

    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

    • hasChannelId

      boolean hasChannelId()
       The YouTube uploader channel id or the channel code of a YouTube channel.
       
      optional string channel_id = 2;
      Returns:
      Whether the channelId field is set.
    • getChannelId

      String getChannelId()
       The YouTube uploader channel id or the channel code of a YouTube channel.
       
      optional string channel_id = 2;
      Returns:
      The channelId.
    • getChannelIdBytes

      com.google.protobuf.ByteString getChannelIdBytes()
       The YouTube uploader channel id or the channel code of a YouTube channel.
       
      optional string channel_id = 2;
      Returns:
      The bytes for channelId.