public interface ChaincodeEndorsementInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEndorsementPlugin()
string endorsement_plugin = 3 [json_name = "endorsementPlugin"]; |
com.google.protobuf.ByteString |
getEndorsementPluginBytes()
string endorsement_plugin = 3 [json_name = "endorsementPlugin"]; |
boolean |
getInitRequired()
bool init_required = 2 [json_name = "initRequired"]; |
String |
getVersion()
string version = 1 [json_name = "version"]; |
com.google.protobuf.ByteString |
getVersionBytes()
string version = 1 [json_name = "version"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getVersion()
string version = 1 [json_name = "version"];
com.google.protobuf.ByteString getVersionBytes()
string version = 1 [json_name = "version"];
boolean getInitRequired()
bool init_required = 2 [json_name = "initRequired"];
String getEndorsementPlugin()
string endorsement_plugin = 3 [json_name = "endorsementPlugin"];
com.google.protobuf.ByteString getEndorsementPluginBytes()
string endorsement_plugin = 3 [json_name = "endorsementPlugin"];
Copyright © 2022. All rights reserved.