org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: discovery/protocol.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.discovery;
/**
*
* ChaincodeQueryResult contains EndorsementDescriptors for
* chaincodes
*
*
* Protobuf type {@code discovery.ChaincodeQueryResult}
*/
public final class ChaincodeQueryResult extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:discovery.ChaincodeQueryResult)
ChaincodeQueryResultOrBuilder {
private static final long serialVersionUID = 0L;
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
ChaincodeQueryResult.class.getName());
}
// Use ChaincodeQueryResult.newBuilder() to construct.
private ChaincodeQueryResult(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
}
private ChaincodeQueryResult() {
content_ = java.util.Collections.emptyList();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.discovery.ProtocolProto.internal_static_discovery_ChaincodeQueryResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.discovery.ProtocolProto.internal_static_discovery_ChaincodeQueryResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.class, org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.Builder.class);
}
public static final int CONTENT_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private java.util.List content_;
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
@java.lang.Override
public java.util.List getContentList() {
return content_;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
@java.lang.Override
public java.util.List extends org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder>
getContentOrBuilderList() {
return content_;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
@java.lang.Override
public int getContentCount() {
return content_.size();
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
@java.lang.Override
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptor getContent(int index) {
return content_.get(index);
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
@java.lang.Override
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder getContentOrBuilder(
int index) {
return content_.get(index);
}
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 {
for (int i = 0; i < content_.size(); i++) {
output.writeMessage(1, content_.get(i));
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < content_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, content_.get(i));
}
size += getUnknownFields().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.discovery.ChaincodeQueryResult)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult other = (org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult) obj;
if (!getContentList()
.equals(other.getContentList())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (getContentCount() > 0) {
hash = (37 * hash) + CONTENT_FIELD_NUMBER;
hash = (53 * hash) + getContentList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult 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.discovery.ChaincodeQueryResult parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult 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.discovery.ChaincodeQueryResult parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessage
.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.discovery.ChaincodeQueryResult 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.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* ChaincodeQueryResult contains EndorsementDescriptors for
* chaincodes
*
*
* Protobuf type {@code discovery.ChaincodeQueryResult}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:discovery.ChaincodeQueryResult)
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResultOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.discovery.ProtocolProto.internal_static_discovery_ChaincodeQueryResult_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.discovery.ProtocolProto.internal_static_discovery_ChaincodeQueryResult_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.class, org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
if (contentBuilder_ == null) {
content_ = java.util.Collections.emptyList();
} else {
content_ = null;
contentBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.discovery.ProtocolProto.internal_static_discovery_ChaincodeQueryResult_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult build() {
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult buildPartial() {
org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult result = new org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult result) {
if (contentBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
content_ = java.util.Collections.unmodifiableList(content_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.content_ = content_;
} else {
result.content_ = contentBuilder_.build();
}
}
private void buildPartial0(org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult result) {
int from_bitField0_ = bitField0_;
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult) {
return mergeFrom((org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult other) {
if (other == org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult.getDefaultInstance()) return this;
if (contentBuilder_ == null) {
if (!other.content_.isEmpty()) {
if (content_.isEmpty()) {
content_ = other.content_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureContentIsMutable();
content_.addAll(other.content_);
}
onChanged();
}
} else {
if (!other.content_.isEmpty()) {
if (contentBuilder_.isEmpty()) {
contentBuilder_.dispose();
contentBuilder_ = null;
content_ = other.content_;
bitField0_ = (bitField0_ & ~0x00000001);
contentBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getContentFieldBuilder() : null;
} else {
contentBuilder_.addAllMessages(other.content_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
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 {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor m =
input.readMessage(
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.parser(),
extensionRegistry);
if (contentBuilder_ == null) {
ensureContentIsMutable();
content_.add(m);
} else {
contentBuilder_.addMessage(m);
}
break;
} // case 10
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.util.List content_ =
java.util.Collections.emptyList();
private void ensureContentIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
content_ = new java.util.ArrayList(content_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder, org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder> contentBuilder_;
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public java.util.List getContentList() {
if (contentBuilder_ == null) {
return java.util.Collections.unmodifiableList(content_);
} else {
return contentBuilder_.getMessageList();
}
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public int getContentCount() {
if (contentBuilder_ == null) {
return content_.size();
} else {
return contentBuilder_.getCount();
}
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptor getContent(int index) {
if (contentBuilder_ == null) {
return content_.get(index);
} else {
return contentBuilder_.getMessage(index);
}
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder setContent(
int index, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor value) {
if (contentBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureContentIsMutable();
content_.set(index, value);
onChanged();
} else {
contentBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder setContent(
int index, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder builderForValue) {
if (contentBuilder_ == null) {
ensureContentIsMutable();
content_.set(index, builderForValue.build());
onChanged();
} else {
contentBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder addContent(org.hyperledger.fabric.protos.discovery.EndorsementDescriptor value) {
if (contentBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureContentIsMutable();
content_.add(value);
onChanged();
} else {
contentBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder addContent(
int index, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor value) {
if (contentBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureContentIsMutable();
content_.add(index, value);
onChanged();
} else {
contentBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder addContent(
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder builderForValue) {
if (contentBuilder_ == null) {
ensureContentIsMutable();
content_.add(builderForValue.build());
onChanged();
} else {
contentBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder addContent(
int index, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder builderForValue) {
if (contentBuilder_ == null) {
ensureContentIsMutable();
content_.add(index, builderForValue.build());
onChanged();
} else {
contentBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder addAllContent(
java.lang.Iterable extends org.hyperledger.fabric.protos.discovery.EndorsementDescriptor> values) {
if (contentBuilder_ == null) {
ensureContentIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, content_);
onChanged();
} else {
contentBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder clearContent() {
if (contentBuilder_ == null) {
content_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
contentBuilder_.clear();
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public Builder removeContent(int index) {
if (contentBuilder_ == null) {
ensureContentIsMutable();
content_.remove(index);
onChanged();
} else {
contentBuilder_.remove(index);
}
return this;
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder getContentBuilder(
int index) {
return getContentFieldBuilder().getBuilder(index);
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder getContentOrBuilder(
int index) {
if (contentBuilder_ == null) {
return content_.get(index); } else {
return contentBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public java.util.List extends org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder>
getContentOrBuilderList() {
if (contentBuilder_ != null) {
return contentBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(content_);
}
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder addContentBuilder() {
return getContentFieldBuilder().addBuilder(
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.getDefaultInstance());
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder addContentBuilder(
int index) {
return getContentFieldBuilder().addBuilder(
index, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.getDefaultInstance());
}
/**
* repeated .discovery.EndorsementDescriptor content = 1 [json_name = "content"];
*/
public java.util.List
getContentBuilderList() {
return getContentFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder, org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder>
getContentFieldBuilder() {
if (contentBuilder_ == null) {
contentBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
org.hyperledger.fabric.protos.discovery.EndorsementDescriptor, org.hyperledger.fabric.protos.discovery.EndorsementDescriptor.Builder, org.hyperledger.fabric.protos.discovery.EndorsementDescriptorOrBuilder>(
content_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
content_ = null;
}
return contentBuilder_;
}
// @@protoc_insertion_point(builder_scope:discovery.ChaincodeQueryResult)
}
// @@protoc_insertion_point(class_scope:discovery.ChaincodeQueryResult)
private static final org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult();
}
public static org.hyperledger.fabric.protos.discovery.ChaincodeQueryResult getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ChaincodeQueryResult parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
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.discovery.ChaincodeQueryResult getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy