public interface PutStateMetadataOrBuilder
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"]; |
StateMetadata |
getMetadata()
.protos.StateMetadata metadata = 4 [json_name = "metadata"]; |
StateMetadataOrBuilder |
getMetadataOrBuilder()
.protos.StateMetadata metadata = 4 [json_name = "metadata"]; |
boolean |
hasMetadata()
.protos.StateMetadata metadata = 4 [json_name = "metadata"]; |
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"];
String getCollection()
string collection = 3 [json_name = "collection"];
com.google.protobuf.ByteString getCollectionBytes()
string collection = 3 [json_name = "collection"];
boolean hasMetadata()
.protos.StateMetadata metadata = 4 [json_name = "metadata"];
StateMetadata getMetadata()
.protos.StateMetadata metadata = 4 [json_name = "metadata"];
StateMetadataOrBuilder getMetadataOrBuilder()
.protos.StateMetadata metadata = 4 [json_name = "metadata"];
Copyright © 2022. All rights reserved.