org.hyperledger.fabric.protos.transientstore.TxPvtReadWriteSetWithConfigInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: transientstore/transientstore.proto
// Protobuf Java Version: 4.28.2
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"];
*/
/* nullable */
org.hyperledger.fabric.protos.peer.CollectionConfigPackage getCollectionConfigsOrDefault(
java.lang.String key,
/* nullable */
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