public interface QueryInstalledChaincodeResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsReferences(String key)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"]; |
String |
getLabel()
string label = 2 [json_name = "label"]; |
com.google.protobuf.ByteString |
getLabelBytes()
string label = 2 [json_name = "label"]; |
String |
getPackageId()
string package_id = 1 [json_name = "packageId"]; |
com.google.protobuf.ByteString |
getPackageIdBytes()
string package_id = 1 [json_name = "packageId"]; |
Map<String,QueryInstalledChaincodeResult.References> |
getReferences()
Deprecated.
|
int |
getReferencesCount()
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"]; |
Map<String,QueryInstalledChaincodeResult.References> |
getReferencesMap()
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"]; |
QueryInstalledChaincodeResult.References |
getReferencesOrDefault(String key,
QueryInstalledChaincodeResult.References defaultValue)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"]; |
QueryInstalledChaincodeResult.References |
getReferencesOrThrow(String key)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getPackageId()
string package_id = 1 [json_name = "packageId"];
com.google.protobuf.ByteString getPackageIdBytes()
string package_id = 1 [json_name = "packageId"];
String getLabel()
string label = 2 [json_name = "label"];
com.google.protobuf.ByteString getLabelBytes()
string label = 2 [json_name = "label"];
int getReferencesCount()
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
boolean containsReferences(String key)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
@Deprecated Map<String,QueryInstalledChaincodeResult.References> getReferences()
getReferencesMap()
instead.Map<String,QueryInstalledChaincodeResult.References> getReferencesMap()
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
QueryInstalledChaincodeResult.References getReferencesOrDefault(String key, QueryInstalledChaincodeResult.References defaultValue)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
QueryInstalledChaincodeResult.References getReferencesOrThrow(String key)
map<string, .lifecycle.QueryInstalledChaincodeResult.References> references = 3 [json_name = "references"];
Copyright © 2022. All rights reserved.