public interface ApproveChaincodeDefinitionForMyOrgArgsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CollectionConfigPackage |
getCollections()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"]; |
CollectionConfigPackageOrBuilder |
getCollectionsOrBuilder()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"]; |
String |
getEndorsementPlugin()
string endorsement_plugin = 4 [json_name = "endorsementPlugin"]; |
com.google.protobuf.ByteString |
getEndorsementPluginBytes()
string endorsement_plugin = 4 [json_name = "endorsementPlugin"]; |
boolean |
getInitRequired()
bool init_required = 8 [json_name = "initRequired"]; |
String |
getName()
string name = 2 [json_name = "name"]; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2 [json_name = "name"]; |
long |
getSequence()
int64 sequence = 1 [json_name = "sequence"]; |
ChaincodeSource |
getSource()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"]; |
ChaincodeSourceOrBuilder |
getSourceOrBuilder()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"]; |
com.google.protobuf.ByteString |
getValidationParameter()
bytes validation_parameter = 6 [json_name = "validationParameter"]; |
String |
getValidationPlugin()
string validation_plugin = 5 [json_name = "validationPlugin"]; |
com.google.protobuf.ByteString |
getValidationPluginBytes()
string validation_plugin = 5 [json_name = "validationPlugin"]; |
String |
getVersion()
string version = 3 [json_name = "version"]; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 3 [json_name = "version"]; |
boolean |
hasCollections()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"]; |
boolean |
hasSource()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getSequence()
int64 sequence = 1 [json_name = "sequence"];
String getName()
string name = 2 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
string name = 2 [json_name = "name"];
String getVersion()
string version = 3 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
string version = 3 [json_name = "version"];
String getEndorsementPlugin()
string endorsement_plugin = 4 [json_name = "endorsementPlugin"];
com.google.protobuf.ByteString getEndorsementPluginBytes()
string endorsement_plugin = 4 [json_name = "endorsementPlugin"];
String getValidationPlugin()
string validation_plugin = 5 [json_name = "validationPlugin"];
com.google.protobuf.ByteString getValidationPluginBytes()
string validation_plugin = 5 [json_name = "validationPlugin"];
com.google.protobuf.ByteString getValidationParameter()
bytes validation_parameter = 6 [json_name = "validationParameter"];
boolean hasCollections()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"];
CollectionConfigPackage getCollections()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"];
CollectionConfigPackageOrBuilder getCollectionsOrBuilder()
.protos.CollectionConfigPackage collections = 7 [json_name = "collections"];
boolean getInitRequired()
bool init_required = 8 [json_name = "initRequired"];
boolean hasSource()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"];
ChaincodeSource getSource()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"];
ChaincodeSourceOrBuilder getSourceOrBuilder()
.lifecycle.ChaincodeSource source = 9 [json_name = "source"];
Copyright © 2022. All rights reserved.