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 TypeMethodDescriptionThe YouTube uploader channel id or the channel code of a YouTube channel.com.google.protobuf.ByteStringThe YouTube uploader channel id or the channel code of a YouTube channel.booleanThe YouTube uploader channel id or the channel code of a YouTube channel.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
-
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.
-