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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetYoutubeVideoId()YouTube video id.com.google.protobuf.ByteStringgetYoutubeVideoIdBytes()YouTube video id.java.lang.StringgetYoutubeVideoTitle()YouTube video title.com.google.protobuf.ByteStringgetYoutubeVideoTitleBytes()YouTube video title.booleanhasYoutubeVideoId()YouTube video id.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.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
java.lang.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.
-
-