public static interface RpcRequests.GetFileResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getData()
required bytes data = 2; |
boolean |
getEof()
Data is in attachment
|
RpcRequests.ErrorResponse |
getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
RpcRequests.ErrorResponseOrBuilder |
getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99; |
long |
getReadSize()
optional int64 read_size = 3; |
boolean |
hasData()
required bytes data = 2; |
boolean |
hasEof()
Data is in attachment
|
boolean |
hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99; |
boolean |
hasReadSize()
optional int64 read_size = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEof()
Data is in attachment
required bool eof = 1;boolean getEof()
Data is in attachment
required bool eof = 1;boolean hasData()
required bytes data = 2;com.google.protobuf.ByteString getData()
required bytes data = 2;boolean hasReadSize()
optional int64 read_size = 3;long getReadSize()
optional int64 read_size = 3;boolean hasErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99;RpcRequests.ErrorResponse getErrorResponse()
optional .jraft.ErrorResponse errorResponse = 99;RpcRequests.ErrorResponseOrBuilder getErrorResponseOrBuilder()
optional .jraft.ErrorResponse errorResponse = 99;Copyright © 2024. All rights reserved.