public interface CollectionPvtReadWriteSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollectionName()
string collection_name = 1 [json_name = "collectionName"]; |
com.google.protobuf.ByteString |
getCollectionNameBytes()
string collection_name = 1 [json_name = "collectionName"]; |
com.google.protobuf.ByteString |
getRwset()
Data model specific serialized proto message (e.g., kvrwset.KVRWSet for KV and Document data models)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getCollectionName()
string collection_name = 1 [json_name = "collectionName"];
com.google.protobuf.ByteString getCollectionNameBytes()
string collection_name = 1 [json_name = "collectionName"];
com.google.protobuf.ByteString getRwset()
Data model specific serialized proto message (e.g., kvrwset.KVRWSet for KV and Document data models)
bytes rwset = 2 [json_name = "rwset"];
Copyright © 2022. All rights reserved.