public interface ChaincodeCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCollectionNames(int index)
repeated string collection_names = 2 [json_name = "collectionNames"]; |
com.google.protobuf.ByteString |
getCollectionNamesBytes(int index)
repeated string collection_names = 2 [json_name = "collectionNames"]; |
int |
getCollectionNamesCount()
repeated string collection_names = 2 [json_name = "collectionNames"]; |
List<String> |
getCollectionNamesList()
repeated string collection_names = 2 [json_name = "collectionNames"]; |
boolean |
getDisregardNamespacePolicy()
Indicates we wish to ignore the namespace endorsement policy
|
SignaturePolicyEnvelope |
getKeyPolicies(int index)
The set of signature policies associated with states in the write-set
that have state-based endorsement policies.
|
int |
getKeyPoliciesCount()
The set of signature policies associated with states in the write-set
that have state-based endorsement policies.
|
List<SignaturePolicyEnvelope> |
getKeyPoliciesList()
The set of signature policies associated with states in the write-set
that have state-based endorsement policies.
|
SignaturePolicyEnvelopeOrBuilder |
getKeyPoliciesOrBuilder(int index)
The set of signature policies associated with states in the write-set
that have state-based endorsement policies.
|
List<? extends SignaturePolicyEnvelopeOrBuilder> |
getKeyPoliciesOrBuilderList()
The set of signature policies associated with states in the write-set
that have state-based endorsement policies.
|
String |
getName()
string name = 1 [json_name = "name"]; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1 [json_name = "name"]; |
boolean |
getNoPrivateReads()
Indicates we do not need to read from private data
|
boolean |
getNoPublicWrites()
Indicates we do not need to write to the chaincode namespace
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getName()
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
string name = 1 [json_name = "name"];
List<String> getCollectionNamesList()
repeated string collection_names = 2 [json_name = "collectionNames"];
int getCollectionNamesCount()
repeated string collection_names = 2 [json_name = "collectionNames"];
String getCollectionNames(int index)
repeated string collection_names = 2 [json_name = "collectionNames"];
index
- The index of the element to return.com.google.protobuf.ByteString getCollectionNamesBytes(int index)
repeated string collection_names = 2 [json_name = "collectionNames"];
index
- The index of the value to return.boolean getNoPrivateReads()
Indicates we do not need to read from private data
bool no_private_reads = 3 [json_name = "noPrivateReads"];
boolean getNoPublicWrites()
Indicates we do not need to write to the chaincode namespace
bool no_public_writes = 4 [json_name = "noPublicWrites"];
List<SignaturePolicyEnvelope> getKeyPoliciesList()
The set of signature policies associated with states in the write-set that have state-based endorsement policies.
repeated .common.SignaturePolicyEnvelope key_policies = 5 [json_name = "keyPolicies"];
SignaturePolicyEnvelope getKeyPolicies(int index)
The set of signature policies associated with states in the write-set that have state-based endorsement policies.
repeated .common.SignaturePolicyEnvelope key_policies = 5 [json_name = "keyPolicies"];
int getKeyPoliciesCount()
The set of signature policies associated with states in the write-set that have state-based endorsement policies.
repeated .common.SignaturePolicyEnvelope key_policies = 5 [json_name = "keyPolicies"];
List<? extends SignaturePolicyEnvelopeOrBuilder> getKeyPoliciesOrBuilderList()
The set of signature policies associated with states in the write-set that have state-based endorsement policies.
repeated .common.SignaturePolicyEnvelope key_policies = 5 [json_name = "keyPolicies"];
SignaturePolicyEnvelopeOrBuilder getKeyPoliciesOrBuilder(int index)
The set of signature policies associated with states in the write-set that have state-based endorsement policies.
repeated .common.SignaturePolicyEnvelope key_policies = 5 [json_name = "keyPolicies"];
boolean getDisregardNamespacePolicy()
Indicates we wish to ignore the namespace endorsement policy
bool disregard_namespace_policy = 6 [json_name = "disregardNamespacePolicy"];
Copyright © 2022. All rights reserved.