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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLineupId()The ID of the YouTube Select Lineup.java.lang.StringgetLineupName()The unique name of the YouTube Select Lineup.com.google.protobuf.ByteStringgetLineupNameBytes()The unique name of the YouTube Select Lineup.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLineupId
long getLineupId()
The ID of the YouTube Select Lineup.
int64 lineup_id = 1;- Returns:
- The lineupId.
-
getLineupName
java.lang.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.
-
-