All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.ledger.rwset.CollectionPvtReadWriteSetOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy