org.hyperledger.fabric.protos.ledger.rwset.CollectionPvtReadWriteSetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: ledger/rwset/rwset.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.ledger.rwset;
public interface CollectionPvtReadWriteSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:rwset.CollectionPvtReadWriteSet)
com.google.protobuf.MessageOrBuilder {
/**
* string collection_name = 1 [json_name = "collectionName"];
* @return The collectionName.
*/
java.lang.String getCollectionName();
/**
* string collection_name = 1 [json_name = "collectionName"];
* @return The bytes for collectionName.
*/
com.google.protobuf.ByteString
getCollectionNameBytes();
/**
*
* Data model specific serialized proto message (e.g., kvrwset.KVRWSet for KV and Document data models)
*
*
* bytes rwset = 2 [json_name = "rwset"];
* @return The rwset.
*/
com.google.protobuf.ByteString getRwset();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy