org.hyperledger.fabric.protos.ledger.rwset.CollectionPvtReadWriteSetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-protos Show documentation
Show all versions of fabric-protos Show documentation
PROTO library for fabric-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ledger/rwset/rwset.proto
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();
}