public interface TxPvtReadWriteSetWithConfigInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsCollectionConfigs(String key)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"]; |
Map<String,CollectionConfigPackage> |
getCollectionConfigs()
Deprecated.
|
int |
getCollectionConfigsCount()
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"]; |
Map<String,CollectionConfigPackage> |
getCollectionConfigsMap()
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"]; |
CollectionConfigPackage |
getCollectionConfigsOrDefault(String key,
CollectionConfigPackage defaultValue)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"]; |
CollectionConfigPackage |
getCollectionConfigsOrThrow(String key)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"]; |
long |
getEndorsedAt()
uint64 endorsed_at = 1 [json_name = "endorsedAt"]; |
TxPvtReadWriteSet |
getPvtRwset()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"]; |
TxPvtReadWriteSetOrBuilder |
getPvtRwsetOrBuilder()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"]; |
boolean |
hasPvtRwset()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getEndorsedAt()
uint64 endorsed_at = 1 [json_name = "endorsedAt"];
boolean hasPvtRwset()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
TxPvtReadWriteSet getPvtRwset()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
TxPvtReadWriteSetOrBuilder getPvtRwsetOrBuilder()
.rwset.TxPvtReadWriteSet pvt_rwset = 2 [json_name = "pvtRwset"];
int getCollectionConfigsCount()
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
boolean containsCollectionConfigs(String key)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
@Deprecated Map<String,CollectionConfigPackage> getCollectionConfigs()
getCollectionConfigsMap()
instead.Map<String,CollectionConfigPackage> getCollectionConfigsMap()
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
CollectionConfigPackage getCollectionConfigsOrDefault(String key, CollectionConfigPackage defaultValue)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
CollectionConfigPackage getCollectionConfigsOrThrow(String key)
map<string, .protos.CollectionConfigPackage> collection_configs = 3 [json_name = "collectionConfigs"];
Copyright © 2022. All rights reserved.