Interface YoutubeVideoAssetOrBuilder

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

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

    Modifier and Type
    Method
    Description
    YouTube video id.
    com.google.protobuf.ByteString
    YouTube video id.
    YouTube video title.
    com.google.protobuf.ByteString
    YouTube video title.
    boolean
    YouTube video id.

    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

    • hasYoutubeVideoId

      boolean hasYoutubeVideoId()
       YouTube video id. This is the 11 character string value used in the
       YouTube video URL.
       
      optional string youtube_video_id = 2;
      Returns:
      Whether the youtubeVideoId field is set.
    • getYoutubeVideoId

      String getYoutubeVideoId()
       YouTube video id. This is the 11 character string value used in the
       YouTube video URL.
       
      optional string youtube_video_id = 2;
      Returns:
      The youtubeVideoId.
    • getYoutubeVideoIdBytes

      com.google.protobuf.ByteString getYoutubeVideoIdBytes()
       YouTube video id. This is the 11 character string value used in the
       YouTube video URL.
       
      optional string youtube_video_id = 2;
      Returns:
      The bytes for youtubeVideoId.
    • getYoutubeVideoTitle

      String getYoutubeVideoTitle()
       YouTube video title.
       
      string youtube_video_title = 3;
      Returns:
      The youtubeVideoTitle.
    • getYoutubeVideoTitleBytes

      com.google.protobuf.ByteString getYoutubeVideoTitleBytes()
       YouTube video title.
       
      string youtube_video_title = 3;
      Returns:
      The bytes for youtubeVideoTitle.