public interface ChaincodeQueryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ChaincodeInfo |
getChaincodes(int index)
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"]; |
int |
getChaincodesCount()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"]; |
List<ChaincodeInfo> |
getChaincodesList()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"]; |
ChaincodeInfoOrBuilder |
getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"]; |
List<? extends ChaincodeInfoOrBuilder> |
getChaincodesOrBuilderList()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ChaincodeInfo> getChaincodesList()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"];
ChaincodeInfo getChaincodes(int index)
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"];
int getChaincodesCount()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"];
List<? extends ChaincodeInfoOrBuilder> getChaincodesOrBuilderList()
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"];
ChaincodeInfoOrBuilder getChaincodesOrBuilder(int index)
repeated .protos.ChaincodeInfo chaincodes = 1 [json_name = "chaincodes"];
Copyright © 2022. All rights reserved.