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 Type
    Method
    Description
    long
    The ID of the YouTube Select Lineup.
    The unique name of the YouTube Select Lineup.
    com.google.protobuf.ByteString
    The unique name of the YouTube Select Lineup.

    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

    • 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.