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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetChannelId()The YouTube uploader channel id or the channel code of a YouTube channel.com.google.protobuf.ByteStringgetChannelIdBytes()The YouTube uploader channel id or the channel code of a YouTube channel.booleanhasChannelId()The YouTube uploader channel id or the channel code of a YouTube channel.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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.
-
-