Interface Video.GetVideoResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Video.GetVideoResponse, Video.GetVideoResponse.Builder
Enclosing class:
Video

public static interface Video.GetVideoResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Request ID to match this response to its request
    com.google.protobuf.ByteString
    Request ID to match this response to its request
    Container format (e.g., "mp4", "fmp4")
    com.google.protobuf.ByteString
    Container format (e.g., "mp4", "fmp4")
    com.google.protobuf.ByteString
    Video data chunk

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getVideoData

      com.google.protobuf.ByteString getVideoData()
       Video data chunk
       
      bytes video_data = 1 [json_name = "videoData"];
      Returns:
      The videoData.
    • getVideoContainer

      String getVideoContainer()
       Container format (e.g., "mp4", "fmp4")
       
      string video_container = 2 [json_name = "videoContainer"];
      Returns:
      The videoContainer.
    • getVideoContainerBytes

      com.google.protobuf.ByteString getVideoContainerBytes()
       Container format (e.g., "mp4", "fmp4")
       
      string video_container = 2 [json_name = "videoContainer"];
      Returns:
      The bytes for videoContainer.
    • getRequestId

      String getRequestId()
       Request ID to match this response to its request
       
      string request_id = 3 [json_name = "requestId"];
      Returns:
      The requestId.
    • getRequestIdBytes

      com.google.protobuf.ByteString getRequestIdBytes()
       Request ID to match this response to its request
       
      string request_id = 3 [json_name = "requestId"];
      Returns:
      The bytes for requestId.