org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-sdk-java Show documentation
Show all versions of fabric-sdk-java Show documentation
Java SDK for Hyperledger Fabric. Deprecated as of Fabric v2.5, replaced by org.hyperledger.fabric:fabric-gateway.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: peer/lifecycle/chaincode_definition.proto
package org.hyperledger.fabric.protos.peer.lifecycle;
public final class ChaincodeDefinition {
private ChaincodeDefinition() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface ChaincodeEndorsementInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.ChaincodeEndorsementInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string version = 1;
*/
java.lang.String getVersion();
/**
* string version = 1;
*/
com.google.protobuf.ByteString
getVersionBytes();
/**
* bool init_required = 2;
*/
boolean getInitRequired();
/**
* string endorsement_plugin = 3;
*/
java.lang.String getEndorsementPlugin();
/**
* string endorsement_plugin = 3;
*/
com.google.protobuf.ByteString
getEndorsementPluginBytes();
}
/**
*
* ChaincodeEndorsementInfo is (most) everything the peer needs to know in order
* to execute a chaincode
*
*
* Protobuf type {@code lifecycle.ChaincodeEndorsementInfo}
*/
public static final class ChaincodeEndorsementInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:lifecycle.ChaincodeEndorsementInfo)
ChaincodeEndorsementInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ChaincodeEndorsementInfo.newBuilder() to construct.
private ChaincodeEndorsementInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ChaincodeEndorsementInfo() {
version_ = "";
endorsementPlugin_ = "";
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ChaincodeEndorsementInfo(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
java.lang.String s = input.readStringRequireUtf8();
version_ = s;
break;
}
case 16: {
initRequired_ = input.readBool();
break;
}
case 26: {
java.lang.String s = input.readStringRequireUtf8();
endorsementPlugin_ = s;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeEndorsementInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.class, org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.Builder.class);
}
public static final int VERSION_FIELD_NUMBER = 1;
private volatile java.lang.Object version_;
/**
* string version = 1;
*/
public java.lang.String getVersion() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
version_ = s;
return s;
}
}
/**
* string version = 1;
*/
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int INIT_REQUIRED_FIELD_NUMBER = 2;
private boolean initRequired_;
/**
* bool init_required = 2;
*/
public boolean getInitRequired() {
return initRequired_;
}
public static final int ENDORSEMENT_PLUGIN_FIELD_NUMBER = 3;
private volatile java.lang.Object endorsementPlugin_;
/**
* string endorsement_plugin = 3;
*/
public java.lang.String getEndorsementPlugin() {
java.lang.Object ref = endorsementPlugin_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
endorsementPlugin_ = s;
return s;
}
}
/**
* string endorsement_plugin = 3;
*/
public com.google.protobuf.ByteString
getEndorsementPluginBytes() {
java.lang.Object ref = endorsementPlugin_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
endorsementPlugin_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getVersionBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, version_);
}
if (initRequired_ != false) {
output.writeBool(2, initRequired_);
}
if (!getEndorsementPluginBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, endorsementPlugin_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getVersionBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, version_);
}
if (initRequired_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(2, initRequired_);
}
if (!getEndorsementPluginBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, endorsementPlugin_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo other = (org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo) obj;
if (!getVersion()
.equals(other.getVersion())) return false;
if (getInitRequired()
!= other.getInitRequired()) return false;
if (!getEndorsementPlugin()
.equals(other.getEndorsementPlugin())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + VERSION_FIELD_NUMBER;
hash = (53 * hash) + getVersion().hashCode();
hash = (37 * hash) + INIT_REQUIRED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getInitRequired());
hash = (37 * hash) + ENDORSEMENT_PLUGIN_FIELD_NUMBER;
hash = (53 * hash) + getEndorsementPlugin().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* ChaincodeEndorsementInfo is (most) everything the peer needs to know in order
* to execute a chaincode
*
*
* Protobuf type {@code lifecycle.ChaincodeEndorsementInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:lifecycle.ChaincodeEndorsementInfo)
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeEndorsementInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.class, org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
version_ = "";
initRequired_ = false;
endorsementPlugin_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo build() {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo buildPartial() {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo result = new org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo(this);
result.version_ = version_;
result.initRequired_ = initRequired_;
result.endorsementPlugin_ = endorsementPlugin_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo) {
return mergeFrom((org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo other) {
if (other == org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo.getDefaultInstance()) return this;
if (!other.getVersion().isEmpty()) {
version_ = other.version_;
onChanged();
}
if (other.getInitRequired() != false) {
setInitRequired(other.getInitRequired());
}
if (!other.getEndorsementPlugin().isEmpty()) {
endorsementPlugin_ = other.endorsementPlugin_;
onChanged();
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object version_ = "";
/**
* string version = 1;
*/
public java.lang.String getVersion() {
java.lang.Object ref = version_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
version_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string version = 1;
*/
public com.google.protobuf.ByteString
getVersionBytes() {
java.lang.Object ref = version_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
version_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string version = 1;
*/
public Builder setVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
version_ = value;
onChanged();
return this;
}
/**
* string version = 1;
*/
public Builder clearVersion() {
version_ = getDefaultInstance().getVersion();
onChanged();
return this;
}
/**
* string version = 1;
*/
public Builder setVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
version_ = value;
onChanged();
return this;
}
private boolean initRequired_ ;
/**
* bool init_required = 2;
*/
public boolean getInitRequired() {
return initRequired_;
}
/**
* bool init_required = 2;
*/
public Builder setInitRequired(boolean value) {
initRequired_ = value;
onChanged();
return this;
}
/**
* bool init_required = 2;
*/
public Builder clearInitRequired() {
initRequired_ = false;
onChanged();
return this;
}
private java.lang.Object endorsementPlugin_ = "";
/**
* string endorsement_plugin = 3;
*/
public java.lang.String getEndorsementPlugin() {
java.lang.Object ref = endorsementPlugin_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
endorsementPlugin_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string endorsement_plugin = 3;
*/
public com.google.protobuf.ByteString
getEndorsementPluginBytes() {
java.lang.Object ref = endorsementPlugin_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
endorsementPlugin_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string endorsement_plugin = 3;
*/
public Builder setEndorsementPlugin(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
endorsementPlugin_ = value;
onChanged();
return this;
}
/**
* string endorsement_plugin = 3;
*/
public Builder clearEndorsementPlugin() {
endorsementPlugin_ = getDefaultInstance().getEndorsementPlugin();
onChanged();
return this;
}
/**
* string endorsement_plugin = 3;
*/
public Builder setEndorsementPluginBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
endorsementPlugin_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:lifecycle.ChaincodeEndorsementInfo)
}
// @@protoc_insertion_point(class_scope:lifecycle.ChaincodeEndorsementInfo)
private static final org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo();
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ChaincodeEndorsementInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ChaincodeEndorsementInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeEndorsementInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface ChaincodeValidationInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.ChaincodeValidationInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string validation_plugin = 1;
*/
java.lang.String getValidationPlugin();
/**
* string validation_plugin = 1;
*/
com.google.protobuf.ByteString
getValidationPluginBytes();
/**
* bytes validation_parameter = 2;
*/
com.google.protobuf.ByteString getValidationParameter();
}
/**
*
* ValidationInfo is (most) everything the peer needs to know in order
* to validate a transaction
*
*
* Protobuf type {@code lifecycle.ChaincodeValidationInfo}
*/
public static final class ChaincodeValidationInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:lifecycle.ChaincodeValidationInfo)
ChaincodeValidationInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use ChaincodeValidationInfo.newBuilder() to construct.
private ChaincodeValidationInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ChaincodeValidationInfo() {
validationPlugin_ = "";
validationParameter_ = com.google.protobuf.ByteString.EMPTY;
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ChaincodeValidationInfo(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
java.lang.String s = input.readStringRequireUtf8();
validationPlugin_ = s;
break;
}
case 18: {
validationParameter_ = input.readBytes();
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeValidationInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeValidationInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.class, org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.Builder.class);
}
public static final int VALIDATION_PLUGIN_FIELD_NUMBER = 1;
private volatile java.lang.Object validationPlugin_;
/**
* string validation_plugin = 1;
*/
public java.lang.String getValidationPlugin() {
java.lang.Object ref = validationPlugin_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
validationPlugin_ = s;
return s;
}
}
/**
* string validation_plugin = 1;
*/
public com.google.protobuf.ByteString
getValidationPluginBytes() {
java.lang.Object ref = validationPlugin_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
validationPlugin_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int VALIDATION_PARAMETER_FIELD_NUMBER = 2;
private com.google.protobuf.ByteString validationParameter_;
/**
* bytes validation_parameter = 2;
*/
public com.google.protobuf.ByteString getValidationParameter() {
return validationParameter_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!getValidationPluginBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, validationPlugin_);
}
if (!validationParameter_.isEmpty()) {
output.writeBytes(2, validationParameter_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!getValidationPluginBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, validationPlugin_);
}
if (!validationParameter_.isEmpty()) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, validationParameter_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo other = (org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo) obj;
if (!getValidationPlugin()
.equals(other.getValidationPlugin())) return false;
if (!getValidationParameter()
.equals(other.getValidationParameter())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + VALIDATION_PLUGIN_FIELD_NUMBER;
hash = (53 * hash) + getValidationPlugin().hashCode();
hash = (37 * hash) + VALIDATION_PARAMETER_FIELD_NUMBER;
hash = (53 * hash) + getValidationParameter().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* ValidationInfo is (most) everything the peer needs to know in order
* to validate a transaction
*
*
* Protobuf type {@code lifecycle.ChaincodeValidationInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:lifecycle.ChaincodeValidationInfo)
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeValidationInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeValidationInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.class, org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
validationPlugin_ = "";
validationParameter_ = com.google.protobuf.ByteString.EMPTY;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.internal_static_lifecycle_ChaincodeValidationInfo_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo build() {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo buildPartial() {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo result = new org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo(this);
result.validationPlugin_ = validationPlugin_;
result.validationParameter_ = validationParameter_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo) {
return mergeFrom((org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo other) {
if (other == org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo.getDefaultInstance()) return this;
if (!other.getValidationPlugin().isEmpty()) {
validationPlugin_ = other.validationPlugin_;
onChanged();
}
if (other.getValidationParameter() != com.google.protobuf.ByteString.EMPTY) {
setValidationParameter(other.getValidationParameter());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object validationPlugin_ = "";
/**
* string validation_plugin = 1;
*/
public java.lang.String getValidationPlugin() {
java.lang.Object ref = validationPlugin_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
validationPlugin_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string validation_plugin = 1;
*/
public com.google.protobuf.ByteString
getValidationPluginBytes() {
java.lang.Object ref = validationPlugin_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
validationPlugin_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string validation_plugin = 1;
*/
public Builder setValidationPlugin(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
validationPlugin_ = value;
onChanged();
return this;
}
/**
* string validation_plugin = 1;
*/
public Builder clearValidationPlugin() {
validationPlugin_ = getDefaultInstance().getValidationPlugin();
onChanged();
return this;
}
/**
* string validation_plugin = 1;
*/
public Builder setValidationPluginBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
validationPlugin_ = value;
onChanged();
return this;
}
private com.google.protobuf.ByteString validationParameter_ = com.google.protobuf.ByteString.EMPTY;
/**
* bytes validation_parameter = 2;
*/
public com.google.protobuf.ByteString getValidationParameter() {
return validationParameter_;
}
/**
* bytes validation_parameter = 2;
*/
public Builder setValidationParameter(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
validationParameter_ = value;
onChanged();
return this;
}
/**
* bytes validation_parameter = 2;
*/
public Builder clearValidationParameter() {
validationParameter_ = getDefaultInstance().getValidationParameter();
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:lifecycle.ChaincodeValidationInfo)
}
// @@protoc_insertion_point(class_scope:lifecycle.ChaincodeValidationInfo)
private static final org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo();
}
public static org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ChaincodeValidationInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ChaincodeValidationInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.ChaincodeDefinition.ChaincodeValidationInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_lifecycle_ChaincodeEndorsementInfo_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_lifecycle_ChaincodeValidationInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_lifecycle_ChaincodeValidationInfo_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n)peer/lifecycle/chaincode_definition.pr" +
"oto\022\tlifecycle\"^\n\030ChaincodeEndorsementIn" +
"fo\022\017\n\007version\030\001 \001(\t\022\025\n\rinit_required\030\002 \001" +
"(\010\022\032\n\022endorsement_plugin\030\003 \001(\t\"R\n\027Chainc" +
"odeValidationInfo\022\031\n\021validation_plugin\030\001" +
" \001(\t\022\034\n\024validation_parameter\030\002 \001(\014Bf\n,or" +
"g.hyperledger.fabric.protos.peer.lifecyc" +
"leZ6github.com/hyperledger/fabric-protos" +
"-go/peer/lifecycleb\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_lifecycle_ChaincodeEndorsementInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_lifecycle_ChaincodeEndorsementInfo_descriptor,
new java.lang.String[] { "Version", "InitRequired", "EndorsementPlugin", });
internal_static_lifecycle_ChaincodeValidationInfo_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_lifecycle_ChaincodeValidationInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_lifecycle_ChaincodeValidationInfo_descriptor,
new java.lang.String[] { "ValidationPlugin", "ValidationParameter", });
}
// @@protoc_insertion_point(outer_class_scope)
}