public interface CollectionHashedReadWriteSetOrBuilder
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 |
getHashedRwset()
Data model specific serialized proto message (e.g., kvrwset.HashedRWSet for KV and Document data models)
|
com.google.protobuf.ByteString |
getPvtRwsetHash()
Hash of entire private read-write set for a specific collection.
|
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 getHashedRwset()
Data model specific serialized proto message (e.g., kvrwset.HashedRWSet for KV and Document data models)
bytes hashed_rwset = 2 [json_name = "hashedRwset"];
com.google.protobuf.ByteString getPvtRwsetHash()
Hash of entire private read-write set for a specific collection. This helps in authenticating the private read-write set efficiently
bytes pvt_rwset_hash = 3 [json_name = "pvtRwsetHash"];
Copyright © 2022. All rights reserved.