public interface GetStateByRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollection()
string collection = 3 [json_name = "collection"]; |
com.google.protobuf.ByteString |
getCollectionBytes()
string collection = 3 [json_name = "collection"]; |
String |
getEndKey()
string endKey = 2 [json_name = "endKey"]; |
com.google.protobuf.ByteString |
getEndKeyBytes()
string endKey = 2 [json_name = "endKey"]; |
com.google.protobuf.ByteString |
getMetadata()
bytes metadata = 4 [json_name = "metadata"]; |
String |
getStartKey()
string startKey = 1 [json_name = "startKey"]; |
com.google.protobuf.ByteString |
getStartKeyBytes()
string startKey = 1 [json_name = "startKey"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getStartKey()
string startKey = 1 [json_name = "startKey"];
com.google.protobuf.ByteString getStartKeyBytes()
string startKey = 1 [json_name = "startKey"];
String getEndKey()
string endKey = 2 [json_name = "endKey"];
com.google.protobuf.ByteString getEndKeyBytes()
string endKey = 2 [json_name = "endKey"];
String getCollection()
string collection = 3 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
string collection = 3 [json_name = "collection"];
com.google.protobuf.ByteString getMetadata()
bytes metadata = 4 [json_name = "metadata"];
Copyright © 2022. All rights reserved.