Package com.viam.service.video.v1
Class Video.GetVideoResponse
java.lang.Object
com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite<Video.GetVideoResponse,Video.GetVideoResponse.Builder>
com.viam.service.video.v1.Video.GetVideoResponse
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Video.GetVideoResponseOrBuilder
- Enclosing class:
- Video
public static final class Video.GetVideoResponse
extends com.google.protobuf.GeneratedMessageLite<Video.GetVideoResponse,Video.GetVideoResponse.Builder>
implements Video.GetVideoResponseOrBuilder
Protobuf type
viam.service.video.v1.GetVideoResponse-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.service.video.v1.GetVideoResponseNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type extends Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) static Video.GetVideoResponseRequest ID to match this response to its requestcom.google.protobuf.ByteStringRequest ID to match this response to its requestContainer format (e.g., "mp4", "fmp4")com.google.protobuf.ByteStringContainer format (e.g., "mp4", "fmp4")com.google.protobuf.ByteStringVideo data chunknewBuilder(Video.GetVideoResponse prototype) static Video.GetVideoResponseparseDelimitedFrom(InputStream input) static Video.GetVideoResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Video.GetVideoResponseparseFrom(byte[] data) static Video.GetVideoResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Video.GetVideoResponseparseFrom(com.google.protobuf.ByteString data) static Video.GetVideoResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Video.GetVideoResponseparseFrom(com.google.protobuf.CodedInputStream input) static Video.GetVideoResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Video.GetVideoResponseparseFrom(InputStream input) static Video.GetVideoResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Video.GetVideoResponseparseFrom(ByteBuffer data) static Video.GetVideoResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Video.GetVideoResponse>parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
VIDEO_DATA_FIELD_NUMBER
public static final int VIDEO_DATA_FIELD_NUMBER- See Also:
-
VIDEO_CONTAINER_FIELD_NUMBER
public static final int VIDEO_CONTAINER_FIELD_NUMBER- See Also:
-
REQUEST_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER- See Also:
-
-
Method Details
-
getVideoData
public com.google.protobuf.ByteString getVideoData()Video data chunk
bytes video_data = 1 [json_name = "videoData"];- Specified by:
getVideoDatain interfaceVideo.GetVideoResponseOrBuilder- Returns:
- The videoData.
-
getVideoContainer
Container format (e.g., "mp4", "fmp4")
string video_container = 2 [json_name = "videoContainer"];- Specified by:
getVideoContainerin interfaceVideo.GetVideoResponseOrBuilder- Returns:
- The videoContainer.
-
getVideoContainerBytes
public com.google.protobuf.ByteString getVideoContainerBytes()Container format (e.g., "mp4", "fmp4")
string video_container = 2 [json_name = "videoContainer"];- Specified by:
getVideoContainerBytesin interfaceVideo.GetVideoResponseOrBuilder- Returns:
- The bytes for videoContainer.
-
getRequestId
Request ID to match this response to its request
string request_id = 3 [json_name = "requestId"];- Specified by:
getRequestIdin interfaceVideo.GetVideoResponseOrBuilder- Returns:
- The requestId.
-
getRequestIdBytes
public com.google.protobuf.ByteString getRequestIdBytes()Request ID to match this response to its request
string request_id = 3 [json_name = "requestId"];- Specified by:
getRequestIdBytesin interfaceVideo.GetVideoResponseOrBuilder- Returns:
- The bytes for requestId.
-
parseFrom
public static Video.GetVideoResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Video.GetVideoResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Video.GetVideoResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Video.GetVideoResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Video.GetVideoResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Video.GetVideoResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Video.GetVideoResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Video.GetVideoResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Video.GetVideoResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Video.GetVideoResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
-
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Video.GetVideoResponse,Video.GetVideoResponse.Builder>
-
getDefaultInstance
-
parser
-