org.hyperledger.fabric.protos.peer.lifecycle.QueryChaincodeDefinitionResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/lifecycle/lifecycle.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer.lifecycle;
public interface QueryChaincodeDefinitionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.QueryChaincodeDefinitionResult)
com.google.protobuf.MessageOrBuilder {
/**
* int64 sequence = 1 [json_name = "sequence"];
* @return The sequence.
*/
long getSequence();
/**
* string version = 2 [json_name = "version"];
* @return The version.
*/
java.lang.String getVersion();
/**
* string version = 2 [json_name = "version"];
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* string endorsement_plugin = 3 [json_name = "endorsementPlugin"];
* @return The endorsementPlugin.
*/
java.lang.String getEndorsementPlugin();
/**
* string endorsement_plugin = 3 [json_name = "endorsementPlugin"];
* @return The bytes for endorsementPlugin.
*/
com.google.protobuf.ByteString
getEndorsementPluginBytes();
/**
* string validation_plugin = 4 [json_name = "validationPlugin"];
* @return The validationPlugin.
*/
java.lang.String getValidationPlugin();
/**
* string validation_plugin = 4 [json_name = "validationPlugin"];
* @return The bytes for validationPlugin.
*/
com.google.protobuf.ByteString
getValidationPluginBytes();
/**
* bytes validation_parameter = 5 [json_name = "validationParameter"];
* @return The validationParameter.
*/
com.google.protobuf.ByteString getValidationParameter();
/**
* .protos.CollectionConfigPackage collections = 6 [json_name = "collections"];
* @return Whether the collections field is set.
*/
boolean hasCollections();
/**
* .protos.CollectionConfigPackage collections = 6 [json_name = "collections"];
* @return The collections.
*/
org.hyperledger.fabric.protos.peer.CollectionConfigPackage getCollections();
/**
* .protos.CollectionConfigPackage collections = 6 [json_name = "collections"];
*/
org.hyperledger.fabric.protos.peer.CollectionConfigPackageOrBuilder getCollectionsOrBuilder();
/**
* bool init_required = 7 [json_name = "initRequired"];
* @return The initRequired.
*/
boolean getInitRequired();
/**
* map<string, bool> approvals = 8 [json_name = "approvals"];
*/
int getApprovalsCount();
/**
* map<string, bool> approvals = 8 [json_name = "approvals"];
*/
boolean containsApprovals(
java.lang.String key);
/**
* Use {@link #getApprovalsMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getApprovals();
/**
* map<string, bool> approvals = 8 [json_name = "approvals"];
*/
java.util.Map
getApprovalsMap();
/**
* map<string, bool> approvals = 8 [json_name = "approvals"];
*/
boolean getApprovalsOrDefault(
java.lang.String key,
boolean defaultValue);
/**
* map<string, bool> approvals = 8 [json_name = "approvals"];
*/
boolean getApprovalsOrThrow(
java.lang.String key);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy