Interface YouTubeSelectLineUpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
YouTubeSelectLineUp,YouTubeSelectLineUp.Builder
public interface YouTubeSelectLineUpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongThe ID of the YouTube Select Lineup.The unique name of the YouTube Select Lineup.com.google.protobuf.ByteStringThe unique name of the YouTube Select Lineup.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
-
getLineupId
long getLineupId()The ID of the YouTube Select Lineup.
int64 lineup_id = 1;- Returns:
- The lineupId.
-
getLineupName
String getLineupName()The unique name of the YouTube Select Lineup.
string lineup_name = 2;- Returns:
- The lineupName.
-
getLineupNameBytes
com.google.protobuf.ByteString getLineupNameBytes()The unique name of the YouTube Select Lineup.
string lineup_name = 2;- Returns:
- The bytes for lineupName.
-