Interface YouTubeVideoInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    YouTube video id as it appears on the YouTube watch page.
    com.google.protobuf.ByteString
    YouTube video id as it appears on the YouTube watch page.
    boolean
    YouTube video id as it appears on the YouTube watch page.

    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

    • hasVideoId

      boolean hasVideoId()
       YouTube video id as it appears on the YouTube watch page.
       
      optional string video_id = 2;
      Returns:
      Whether the videoId field is set.
    • getVideoId

      String getVideoId()
       YouTube video id as it appears on the YouTube watch page.
       
      optional string video_id = 2;
      Returns:
      The videoId.
    • getVideoIdBytes

      com.google.protobuf.ByteString getVideoIdBytes()
       YouTube video id as it appears on the YouTube watch page.
       
      optional string video_id = 2;
      Returns:
      The bytes for videoId.