public interface PutStateOrBuilder
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 |
getKey()
string key = 1 [json_name = "key"]; |
com.google.protobuf.ByteString |
getKeyBytes()
string key = 1 [json_name = "key"]; |
com.google.protobuf.ByteString |
getValue()
bytes value = 2 [json_name = "value"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getKey()
string key = 1 [json_name = "key"];
com.google.protobuf.ByteString getKeyBytes()
string key = 1 [json_name = "key"];
com.google.protobuf.ByteString getValue()
bytes value = 2 [json_name = "value"];
String getCollection()
string collection = 3 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
string collection = 3 [json_name = "collection"];
Copyright © 2022. All rights reserved.