Interface VideoLineupInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VideoLineupInfo, VideoLineupInfo.Builder

public interface VideoLineupInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    ID for a Video lineup.
    boolean
    ID for a Video 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

    • hasVideoLineupId

      boolean hasVideoLineupId()
       ID for a Video lineup. Contact your Google business development
       representative for details.
       
      optional int64 video_lineup_id = 1;
      Returns:
      Whether the videoLineupId field is set.
    • getVideoLineupId

      long getVideoLineupId()
       ID for a Video lineup. Contact your Google business development
       representative for details.
       
      optional int64 video_lineup_id = 1;
      Returns:
      The videoLineupId.