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

org.hyperledger.fabric.protos.transientstore.TxPvtReadWriteSetWithConfigInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: transientstore/transientstore.proto

package org.hyperledger.fabric.protos.transientstore;

public interface TxPvtReadWriteSetWithConfigInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:transientstore.TxPvtReadWriteSetWithConfigInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 endorsed_at = 1 [json_name = "endorsedAt"];
   * @return The endorsedAt.
   */
  long getEndorsedAt();

  /**
   * .rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
   * @return Whether the pvtRwset field is set.
   */
  boolean hasPvtRwset();
  /**
   * .rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
   * @return The pvtRwset.
   */
  org.hyperledger.fabric.protos.ledger.rwset.TxPvtReadWriteSet getPvtRwset();
  /**
   * .rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
   */
  org.hyperledger.fabric.protos.ledger.rwset.TxPvtReadWriteSetOrBuilder getPvtRwsetOrBuilder();

  /**
   * map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
   */
  int getCollectionConfigsCount();
  /**
   * map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
   */
  boolean containsCollectionConfigs(
      java.lang.String key);
  /**
   * Use {@link #getCollectionConfigsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getCollectionConfigs();
  /**
   * map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
   */
  java.util.Map
  getCollectionConfigsMap();
  /**
   * map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
   */

  org.hyperledger.fabric.protos.peer.CollectionConfigPackage getCollectionConfigsOrDefault(
      java.lang.String key,
      org.hyperledger.fabric.protos.peer.CollectionConfigPackage defaultValue);
  /**
   * map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
   */

  org.hyperledger.fabric.protos.peer.CollectionConfigPackage getCollectionConfigsOrThrow(
      java.lang.String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy