public interface ReadResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getBeginPosition()
int64 begin_position = 2; |
com.google.protobuf.ByteString |
getData(int index)
repeated bytes data = 3; |
int |
getDataCount()
repeated bytes data = 3; |
java.util.List<com.google.protobuf.ByteString> |
getDataList()
repeated bytes data = 3; |
ExtentState |
getState()
.staros.starlog.proto.ExtentState state = 4; |
int |
getStateValue()
.staros.starlog.proto.ExtentState state = 4; |
StarStatus |
getStatus()
.staros.StarStatus status = 1; |
StarStatusOrBuilder |
getStatusOrBuilder()
.staros.StarStatus status = 1; |
boolean |
hasStatus()
.staros.StarStatus status = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasStatus()
.staros.StarStatus status = 1;StarStatus getStatus()
.staros.StarStatus status = 1;StarStatusOrBuilder getStatusOrBuilder()
.staros.StarStatus status = 1;long getBeginPosition()
int64 begin_position = 2;java.util.List<com.google.protobuf.ByteString> getDataList()
repeated bytes data = 3;int getDataCount()
repeated bytes data = 3;com.google.protobuf.ByteString getData(int index)
repeated bytes data = 3;index - The index of the element to return.int getStateValue()
.staros.starlog.proto.ExtentState state = 4;ExtentState getState()
.staros.starlog.proto.ExtentState state = 4;Copyright © 2024. All rights reserved.