All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.fabric.protos.peer.Query Maven / Gradle / Ivy

There is a newer version: 2.2.26
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/query.proto

package org.hyperledger.fabric.protos.peer;

public final class Query {
  private Query() {}
  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 ChaincodeQueryResponseOrBuilder extends
      // @@protoc_insertion_point(interface_extends:protos.ChaincodeQueryResponse)
      com.google.protobuf.MessageOrBuilder {

    /**
     * repeated .protos.ChaincodeInfo chaincodes = 1;
     */
    java.util.List 
        getChaincodesList();
    /**
     * repeated .protos.ChaincodeInfo chaincodes = 1;
     */
    org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getChaincodes(int index);
    /**
     * repeated .protos.ChaincodeInfo chaincodes = 1;
     */
    int getChaincodesCount();
    /**
     * repeated .protos.ChaincodeInfo chaincodes = 1;
     */
    java.util.List 
        getChaincodesOrBuilderList();
    /**
     * repeated .protos.ChaincodeInfo chaincodes = 1;
     */
    org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder getChaincodesOrBuilder(
        int index);
  }
  /**
   * 
   * ChaincodeQueryResponse returns information about each chaincode that pertains
   * to a query in lscc.go, such as GetChaincodes (returns all chaincodes
   * instantiated on a channel), and GetInstalledChaincodes (returns all chaincodes
   * installed on a peer)
   * 
* * Protobuf type {@code protos.ChaincodeQueryResponse} */ public static final class ChaincodeQueryResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protos.ChaincodeQueryResponse) ChaincodeQueryResponseOrBuilder { // Use ChaincodeQueryResponse.newBuilder() to construct. private ChaincodeQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ChaincodeQueryResponse() { chaincodes_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ChaincodeQueryResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { chaincodes_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } chaincodes_.add( input.readMessage(org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.parser(), extensionRegistry)); 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 { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { chaincodes_ = java.util.Collections.unmodifiableList(chaincodes_); } makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeQueryResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.class, org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.Builder.class); } public static final int CHAINCODES_FIELD_NUMBER = 1; private java.util.List chaincodes_; /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public java.util.List getChaincodesList() { return chaincodes_; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public java.util.List getChaincodesOrBuilderList() { return chaincodes_; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public int getChaincodesCount() { return chaincodes_.size(); } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getChaincodes(int index) { return chaincodes_.get(index); } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder getChaincodesOrBuilder( int index) { return chaincodes_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < chaincodes_.size(); i++) { output.writeMessage(1, chaincodes_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < chaincodes_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, chaincodes_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse)) { return super.equals(obj); } org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse other = (org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse) obj; boolean result = true; result = result && getChaincodesList() .equals(other.getChaincodesList()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); if (getChaincodesCount() > 0) { hash = (37 * hash) + CHAINCODES_FIELD_NUMBER; hash = (53 * hash) + getChaincodesList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse 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.Query.ChaincodeQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse 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.Query.ChaincodeQueryResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse 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.Query.ChaincodeQueryResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse 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.Query.ChaincodeQueryResponse 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.Query.ChaincodeQueryResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** *
     * ChaincodeQueryResponse returns information about each chaincode that pertains
     * to a query in lscc.go, such as GetChaincodes (returns all chaincodes
     * instantiated on a channel), and GetInstalledChaincodes (returns all chaincodes
     * installed on a peer)
     * 
* * Protobuf type {@code protos.ChaincodeQueryResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protos.ChaincodeQueryResponse) org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeQueryResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.class, org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.Builder.class); } // Construct using org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getChaincodesFieldBuilder(); } } public Builder clear() { super.clear(); if (chaincodesBuilder_ == null) { chaincodes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { chaincodesBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeQueryResponse_descriptor; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse getDefaultInstanceForType() { return org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.getDefaultInstance(); } public org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse build() { org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse buildPartial() { org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse result = new org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse(this); int from_bitField0_ = bitField0_; if (chaincodesBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { chaincodes_ = java.util.Collections.unmodifiableList(chaincodes_); bitField0_ = (bitField0_ & ~0x00000001); } result.chaincodes_ = chaincodes_; } else { result.chaincodes_ = chaincodesBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse) { return mergeFrom((org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse other) { if (other == org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse.getDefaultInstance()) return this; if (chaincodesBuilder_ == null) { if (!other.chaincodes_.isEmpty()) { if (chaincodes_.isEmpty()) { chaincodes_ = other.chaincodes_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureChaincodesIsMutable(); chaincodes_.addAll(other.chaincodes_); } onChanged(); } } else { if (!other.chaincodes_.isEmpty()) { if (chaincodesBuilder_.isEmpty()) { chaincodesBuilder_.dispose(); chaincodesBuilder_ = null; chaincodes_ = other.chaincodes_; bitField0_ = (bitField0_ & ~0x00000001); chaincodesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getChaincodesFieldBuilder() : null; } else { chaincodesBuilder_.addAllMessages(other.chaincodes_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List chaincodes_ = java.util.Collections.emptyList(); private void ensureChaincodesIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { chaincodes_ = new java.util.ArrayList(chaincodes_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder> chaincodesBuilder_; /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public java.util.List getChaincodesList() { if (chaincodesBuilder_ == null) { return java.util.Collections.unmodifiableList(chaincodes_); } else { return chaincodesBuilder_.getMessageList(); } } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public int getChaincodesCount() { if (chaincodesBuilder_ == null) { return chaincodes_.size(); } else { return chaincodesBuilder_.getCount(); } } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getChaincodes(int index) { if (chaincodesBuilder_ == null) { return chaincodes_.get(index); } else { return chaincodesBuilder_.getMessage(index); } } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder setChaincodes( int index, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo value) { if (chaincodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChaincodesIsMutable(); chaincodes_.set(index, value); onChanged(); } else { chaincodesBuilder_.setMessage(index, value); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder setChaincodes( int index, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder builderForValue) { if (chaincodesBuilder_ == null) { ensureChaincodesIsMutable(); chaincodes_.set(index, builderForValue.build()); onChanged(); } else { chaincodesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder addChaincodes(org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo value) { if (chaincodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChaincodesIsMutable(); chaincodes_.add(value); onChanged(); } else { chaincodesBuilder_.addMessage(value); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder addChaincodes( int index, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo value) { if (chaincodesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChaincodesIsMutable(); chaincodes_.add(index, value); onChanged(); } else { chaincodesBuilder_.addMessage(index, value); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder addChaincodes( org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder builderForValue) { if (chaincodesBuilder_ == null) { ensureChaincodesIsMutable(); chaincodes_.add(builderForValue.build()); onChanged(); } else { chaincodesBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder addChaincodes( int index, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder builderForValue) { if (chaincodesBuilder_ == null) { ensureChaincodesIsMutable(); chaincodes_.add(index, builderForValue.build()); onChanged(); } else { chaincodesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder addAllChaincodes( java.lang.Iterable values) { if (chaincodesBuilder_ == null) { ensureChaincodesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, chaincodes_); onChanged(); } else { chaincodesBuilder_.addAllMessages(values); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder clearChaincodes() { if (chaincodesBuilder_ == null) { chaincodes_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { chaincodesBuilder_.clear(); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public Builder removeChaincodes(int index) { if (chaincodesBuilder_ == null) { ensureChaincodesIsMutable(); chaincodes_.remove(index); onChanged(); } else { chaincodesBuilder_.remove(index); } return this; } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder getChaincodesBuilder( int index) { return getChaincodesFieldBuilder().getBuilder(index); } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder getChaincodesOrBuilder( int index) { if (chaincodesBuilder_ == null) { return chaincodes_.get(index); } else { return chaincodesBuilder_.getMessageOrBuilder(index); } } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public java.util.List getChaincodesOrBuilderList() { if (chaincodesBuilder_ != null) { return chaincodesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(chaincodes_); } } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder addChaincodesBuilder() { return getChaincodesFieldBuilder().addBuilder( org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.getDefaultInstance()); } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder addChaincodesBuilder( int index) { return getChaincodesFieldBuilder().addBuilder( index, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.getDefaultInstance()); } /** * repeated .protos.ChaincodeInfo chaincodes = 1; */ public java.util.List getChaincodesBuilderList() { return getChaincodesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder> getChaincodesFieldBuilder() { if (chaincodesBuilder_ == null) { chaincodesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder>( chaincodes_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); chaincodes_ = null; } return chaincodesBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:protos.ChaincodeQueryResponse) } // @@protoc_insertion_point(class_scope:protos.ChaincodeQueryResponse) private static final org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse(); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ChaincodeQueryResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ChaincodeQueryResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeQueryResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ChaincodeInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:protos.ChaincodeInfo) com.google.protobuf.MessageOrBuilder { /** * optional string name = 1; */ java.lang.String getName(); /** * optional string name = 1; */ com.google.protobuf.ByteString getNameBytes(); /** * optional string version = 2; */ java.lang.String getVersion(); /** * optional string version = 2; */ com.google.protobuf.ByteString getVersionBytes(); /** *
     * the path as specified by the install/instantiate transaction
     * 
* * optional string path = 3; */ java.lang.String getPath(); /** *
     * the path as specified by the install/instantiate transaction
     * 
* * optional string path = 3; */ com.google.protobuf.ByteString getPathBytes(); /** *
     * the chaincode function upon instantiation and its arguments. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string input = 4; */ java.lang.String getInput(); /** *
     * the chaincode function upon instantiation and its arguments. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string input = 4; */ com.google.protobuf.ByteString getInputBytes(); /** *
     * the name of the ESCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string escc = 5; */ java.lang.String getEscc(); /** *
     * the name of the ESCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string escc = 5; */ com.google.protobuf.ByteString getEsccBytes(); /** *
     * the name of the VSCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string vscc = 6; */ java.lang.String getVscc(); /** *
     * the name of the VSCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string vscc = 6; */ com.google.protobuf.ByteString getVsccBytes(); /** *
     * the chaincode unique id.
     * computed as: H(
     *                H(name || version) ||
     *                H(CodePackage)
     *              )
     * 
* * optional bytes id = 7; */ com.google.protobuf.ByteString getId(); } /** *
   * ChaincodeInfo contains general information about an installed/instantiated
   * chaincode
   * 
* * Protobuf type {@code protos.ChaincodeInfo} */ public static final class ChaincodeInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protos.ChaincodeInfo) ChaincodeInfoOrBuilder { // Use ChaincodeInfo.newBuilder() to construct. private ChaincodeInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ChaincodeInfo() { name_ = ""; version_ = ""; path_ = ""; input_ = ""; escc_ = ""; vscc_ = ""; id_ = com.google.protobuf.ByteString.EMPTY; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ChaincodeInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); name_ = s; break; } case 18: { java.lang.String s = input.readStringRequireUtf8(); version_ = s; break; } case 26: { java.lang.String s = input.readStringRequireUtf8(); path_ = s; break; } case 34: { java.lang.String s = input.readStringRequireUtf8(); input_ = s; break; } case 42: { java.lang.String s = input.readStringRequireUtf8(); escc_ = s; break; } case 50: { java.lang.String s = input.readStringRequireUtf8(); vscc_ = s; break; } case 58: { id_ = input.readBytes(); 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 { makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.class, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder.class); } public static final int NAME_FIELD_NUMBER = 1; private volatile java.lang.Object name_; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; 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(); name_ = s; return s; } } /** * optional string name = 1; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VERSION_FIELD_NUMBER = 2; private volatile java.lang.Object version_; /** * optional string version = 2; */ 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; } } /** * optional string version = 2; */ 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 PATH_FIELD_NUMBER = 3; private volatile java.lang.Object path_; /** *
     * the path as specified by the install/instantiate transaction
     * 
* * optional string path = 3; */ public java.lang.String getPath() { java.lang.Object ref = path_; 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(); path_ = s; return s; } } /** *
     * the path as specified by the install/instantiate transaction
     * 
* * optional string path = 3; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int INPUT_FIELD_NUMBER = 4; private volatile java.lang.Object input_; /** *
     * the chaincode function upon instantiation and its arguments. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string input = 4; */ public java.lang.String getInput() { java.lang.Object ref = input_; 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(); input_ = s; return s; } } /** *
     * the chaincode function upon instantiation and its arguments. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string input = 4; */ public com.google.protobuf.ByteString getInputBytes() { java.lang.Object ref = input_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); input_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ESCC_FIELD_NUMBER = 5; private volatile java.lang.Object escc_; /** *
     * the name of the ESCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string escc = 5; */ public java.lang.String getEscc() { java.lang.Object ref = escc_; 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(); escc_ = s; return s; } } /** *
     * the name of the ESCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string escc = 5; */ public com.google.protobuf.ByteString getEsccBytes() { java.lang.Object ref = escc_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); escc_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int VSCC_FIELD_NUMBER = 6; private volatile java.lang.Object vscc_; /** *
     * the name of the VSCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string vscc = 6; */ public java.lang.String getVscc() { java.lang.Object ref = vscc_; 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(); vscc_ = s; return s; } } /** *
     * the name of the VSCC for this chaincode. This will be
     * blank if the query is returning information about installed chaincodes.
     * 
* * optional string vscc = 6; */ public com.google.protobuf.ByteString getVsccBytes() { java.lang.Object ref = vscc_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vscc_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ID_FIELD_NUMBER = 7; private com.google.protobuf.ByteString id_; /** *
     * the chaincode unique id.
     * computed as: H(
     *                H(name || version) ||
     *                H(CodePackage)
     *              )
     * 
* * optional bytes id = 7; */ public com.google.protobuf.ByteString getId() { return id_; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, name_); } if (!getVersionBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, version_); } if (!getPathBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, path_); } if (!getInputBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, input_); } if (!getEsccBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, escc_); } if (!getVsccBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, vscc_); } if (!id_.isEmpty()) { output.writeBytes(7, id_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, name_); } if (!getVersionBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, version_); } if (!getPathBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, path_); } if (!getInputBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, input_); } if (!getEsccBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, escc_); } if (!getVsccBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, vscc_); } if (!id_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(7, id_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo)) { return super.equals(obj); } org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo other = (org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo) obj; boolean result = true; result = result && getName() .equals(other.getName()); result = result && getVersion() .equals(other.getVersion()); result = result && getPath() .equals(other.getPath()); result = result && getInput() .equals(other.getInput()); result = result && getEscc() .equals(other.getEscc()); result = result && getVscc() .equals(other.getVscc()); result = result && getId() .equals(other.getId()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); hash = (37 * hash) + VERSION_FIELD_NUMBER; hash = (53 * hash) + getVersion().hashCode(); hash = (37 * hash) + PATH_FIELD_NUMBER; hash = (53 * hash) + getPath().hashCode(); hash = (37 * hash) + INPUT_FIELD_NUMBER; hash = (53 * hash) + getInput().hashCode(); hash = (37 * hash) + ESCC_FIELD_NUMBER; hash = (53 * hash) + getEscc().hashCode(); hash = (37 * hash) + VSCC_FIELD_NUMBER; hash = (53 * hash) + getVscc().hashCode(); hash = (37 * hash) + ID_FIELD_NUMBER; hash = (53 * hash) + getId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo 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.Query.ChaincodeInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo 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.Query.ChaincodeInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo 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.Query.ChaincodeInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo 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.Query.ChaincodeInfo 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.Query.ChaincodeInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** *
     * ChaincodeInfo contains general information about an installed/instantiated
     * chaincode
     * 
* * Protobuf type {@code protos.ChaincodeInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protos.ChaincodeInfo) org.hyperledger.fabric.protos.peer.Query.ChaincodeInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeInfo_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.class, org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.Builder.class); } // Construct using org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); name_ = ""; version_ = ""; path_ = ""; input_ = ""; escc_ = ""; vscc_ = ""; id_ = com.google.protobuf.ByteString.EMPTY; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChaincodeInfo_descriptor; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getDefaultInstanceForType() { return org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.getDefaultInstance(); } public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo build() { org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo buildPartial() { org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo result = new org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo(this); result.name_ = name_; result.version_ = version_; result.path_ = path_; result.input_ = input_; result.escc_ = escc_; result.vscc_ = vscc_; result.id_ = id_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo) { return mergeFrom((org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo other) { if (other == org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo.getDefaultInstance()) return this; if (!other.getName().isEmpty()) { name_ = other.name_; onChanged(); } if (!other.getVersion().isEmpty()) { version_ = other.version_; onChanged(); } if (!other.getPath().isEmpty()) { path_ = other.path_; onChanged(); } if (!other.getInput().isEmpty()) { input_ = other.input_; onChanged(); } if (!other.getEscc().isEmpty()) { escc_ = other.escc_; onChanged(); } if (!other.getVscc().isEmpty()) { vscc_ = other.vscc_; onChanged(); } if (other.getId() != com.google.protobuf.ByteString.EMPTY) { setId(other.getId()); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object name_ = ""; /** * optional string name = 1; */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string name = 1; */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string name = 1; */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; onChanged(); return this; } /** * optional string name = 1; */ public Builder clearName() { name_ = getDefaultInstance().getName(); onChanged(); return this; } /** * optional string name = 1; */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; onChanged(); return this; } private java.lang.Object version_ = ""; /** * optional string version = 2; */ 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; } } /** * optional string version = 2; */ 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; } } /** * optional string version = 2; */ public Builder setVersion( java.lang.String value) { if (value == null) { throw new NullPointerException(); } version_ = value; onChanged(); return this; } /** * optional string version = 2; */ public Builder clearVersion() { version_ = getDefaultInstance().getVersion(); onChanged(); return this; } /** * optional string version = 2; */ public Builder setVersionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); version_ = value; onChanged(); return this; } private java.lang.Object path_ = ""; /** *
       * the path as specified by the install/instantiate transaction
       * 
* * optional string path = 3; */ public java.lang.String getPath() { java.lang.Object ref = path_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); path_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * the path as specified by the install/instantiate transaction
       * 
* * optional string path = 3; */ public com.google.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * the path as specified by the install/instantiate transaction
       * 
* * optional string path = 3; */ public Builder setPath( java.lang.String value) { if (value == null) { throw new NullPointerException(); } path_ = value; onChanged(); return this; } /** *
       * the path as specified by the install/instantiate transaction
       * 
* * optional string path = 3; */ public Builder clearPath() { path_ = getDefaultInstance().getPath(); onChanged(); return this; } /** *
       * the path as specified by the install/instantiate transaction
       * 
* * optional string path = 3; */ public Builder setPathBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); path_ = value; onChanged(); return this; } private java.lang.Object input_ = ""; /** *
       * the chaincode function upon instantiation and its arguments. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string input = 4; */ public java.lang.String getInput() { java.lang.Object ref = input_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); input_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * the chaincode function upon instantiation and its arguments. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string input = 4; */ public com.google.protobuf.ByteString getInputBytes() { java.lang.Object ref = input_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); input_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * the chaincode function upon instantiation and its arguments. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string input = 4; */ public Builder setInput( java.lang.String value) { if (value == null) { throw new NullPointerException(); } input_ = value; onChanged(); return this; } /** *
       * the chaincode function upon instantiation and its arguments. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string input = 4; */ public Builder clearInput() { input_ = getDefaultInstance().getInput(); onChanged(); return this; } /** *
       * the chaincode function upon instantiation and its arguments. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string input = 4; */ public Builder setInputBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); input_ = value; onChanged(); return this; } private java.lang.Object escc_ = ""; /** *
       * the name of the ESCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string escc = 5; */ public java.lang.String getEscc() { java.lang.Object ref = escc_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); escc_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * the name of the ESCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string escc = 5; */ public com.google.protobuf.ByteString getEsccBytes() { java.lang.Object ref = escc_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); escc_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * the name of the ESCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string escc = 5; */ public Builder setEscc( java.lang.String value) { if (value == null) { throw new NullPointerException(); } escc_ = value; onChanged(); return this; } /** *
       * the name of the ESCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string escc = 5; */ public Builder clearEscc() { escc_ = getDefaultInstance().getEscc(); onChanged(); return this; } /** *
       * the name of the ESCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string escc = 5; */ public Builder setEsccBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); escc_ = value; onChanged(); return this; } private java.lang.Object vscc_ = ""; /** *
       * the name of the VSCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string vscc = 6; */ public java.lang.String getVscc() { java.lang.Object ref = vscc_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); vscc_ = s; return s; } else { return (java.lang.String) ref; } } /** *
       * the name of the VSCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string vscc = 6; */ public com.google.protobuf.ByteString getVsccBytes() { java.lang.Object ref = vscc_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); vscc_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
       * the name of the VSCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string vscc = 6; */ public Builder setVscc( java.lang.String value) { if (value == null) { throw new NullPointerException(); } vscc_ = value; onChanged(); return this; } /** *
       * the name of the VSCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string vscc = 6; */ public Builder clearVscc() { vscc_ = getDefaultInstance().getVscc(); onChanged(); return this; } /** *
       * the name of the VSCC for this chaincode. This will be
       * blank if the query is returning information about installed chaincodes.
       * 
* * optional string vscc = 6; */ public Builder setVsccBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); vscc_ = value; onChanged(); return this; } private com.google.protobuf.ByteString id_ = com.google.protobuf.ByteString.EMPTY; /** *
       * the chaincode unique id.
       * computed as: H(
       *                H(name || version) ||
       *                H(CodePackage)
       *              )
       * 
* * optional bytes id = 7; */ public com.google.protobuf.ByteString getId() { return id_; } /** *
       * the chaincode unique id.
       * computed as: H(
       *                H(name || version) ||
       *                H(CodePackage)
       *              )
       * 
* * optional bytes id = 7; */ public Builder setId(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } id_ = value; onChanged(); return this; } /** *
       * the chaincode unique id.
       * computed as: H(
       *                H(name || version) ||
       *                H(CodePackage)
       *              )
       * 
* * optional bytes id = 7; */ public Builder clearId() { id_ = getDefaultInstance().getId(); onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:protos.ChaincodeInfo) } // @@protoc_insertion_point(class_scope:protos.ChaincodeInfo) private static final org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo(); } public static org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ChaincodeInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ChaincodeInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public org.hyperledger.fabric.protos.peer.Query.ChaincodeInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ChannelQueryResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:protos.ChannelQueryResponse) com.google.protobuf.MessageOrBuilder { /** * repeated .protos.ChannelInfo channels = 1; */ java.util.List getChannelsList(); /** * repeated .protos.ChannelInfo channels = 1; */ org.hyperledger.fabric.protos.peer.Query.ChannelInfo getChannels(int index); /** * repeated .protos.ChannelInfo channels = 1; */ int getChannelsCount(); /** * repeated .protos.ChannelInfo channels = 1; */ java.util.List getChannelsOrBuilderList(); /** * repeated .protos.ChannelInfo channels = 1; */ org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder getChannelsOrBuilder( int index); } /** *
   * ChannelQueryResponse returns information about each channel that pertains
   * to a query in lscc.go, such as GetChannels (returns all channels for a
   * given peer)
   * 
* * Protobuf type {@code protos.ChannelQueryResponse} */ public static final class ChannelQueryResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protos.ChannelQueryResponse) ChannelQueryResponseOrBuilder { // Use ChannelQueryResponse.newBuilder() to construct. private ChannelQueryResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ChannelQueryResponse() { channels_ = java.util.Collections.emptyList(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ChannelQueryResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { channels_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000001; } channels_.add( input.readMessage(org.hyperledger.fabric.protos.peer.Query.ChannelInfo.parser(), extensionRegistry)); 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 { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { channels_ = java.util.Collections.unmodifiableList(channels_); } makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelQueryResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelQueryResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.class, org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.Builder.class); } public static final int CHANNELS_FIELD_NUMBER = 1; private java.util.List channels_; /** * repeated .protos.ChannelInfo channels = 1; */ public java.util.List getChannelsList() { return channels_; } /** * repeated .protos.ChannelInfo channels = 1; */ public java.util.List getChannelsOrBuilderList() { return channels_; } /** * repeated .protos.ChannelInfo channels = 1; */ public int getChannelsCount() { return channels_.size(); } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfo getChannels(int index) { return channels_.get(index); } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder getChannelsOrBuilder( int index) { return channels_.get(index); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < channels_.size(); i++) { output.writeMessage(1, channels_.get(i)); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < channels_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, channels_.get(i)); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse)) { return super.equals(obj); } org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse other = (org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse) obj; boolean result = true; result = result && getChannelsList() .equals(other.getChannelsList()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); if (getChannelsCount() > 0) { hash = (37 * hash) + CHANNELS_FIELD_NUMBER; hash = (53 * hash) + getChannelsList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse 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.Query.ChannelQueryResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse 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.Query.ChannelQueryResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse 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.Query.ChannelQueryResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse 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.Query.ChannelQueryResponse 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.Query.ChannelQueryResponse parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** *
     * ChannelQueryResponse returns information about each channel that pertains
     * to a query in lscc.go, such as GetChannels (returns all channels for a
     * given peer)
     * 
* * Protobuf type {@code protos.ChannelQueryResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protos.ChannelQueryResponse) org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelQueryResponse_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelQueryResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.class, org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.Builder.class); } // Construct using org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getChannelsFieldBuilder(); } } public Builder clear() { super.clear(); if (channelsBuilder_ == null) { channels_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { channelsBuilder_.clear(); } return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelQueryResponse_descriptor; } public org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse getDefaultInstanceForType() { return org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.getDefaultInstance(); } public org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse build() { org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse buildPartial() { org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse result = new org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse(this); int from_bitField0_ = bitField0_; if (channelsBuilder_ == null) { if (((bitField0_ & 0x00000001) == 0x00000001)) { channels_ = java.util.Collections.unmodifiableList(channels_); bitField0_ = (bitField0_ & ~0x00000001); } result.channels_ = channels_; } else { result.channels_ = channelsBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse) { return mergeFrom((org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse other) { if (other == org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse.getDefaultInstance()) return this; if (channelsBuilder_ == null) { if (!other.channels_.isEmpty()) { if (channels_.isEmpty()) { channels_ = other.channels_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureChannelsIsMutable(); channels_.addAll(other.channels_); } onChanged(); } } else { if (!other.channels_.isEmpty()) { if (channelsBuilder_.isEmpty()) { channelsBuilder_.dispose(); channelsBuilder_ = null; channels_ = other.channels_; bitField0_ = (bitField0_ & ~0x00000001); channelsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getChannelsFieldBuilder() : null; } else { channelsBuilder_.addAllMessages(other.channels_); } } } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.util.List channels_ = java.util.Collections.emptyList(); private void ensureChannelsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { channels_ = new java.util.ArrayList(channels_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChannelInfo, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder> channelsBuilder_; /** * repeated .protos.ChannelInfo channels = 1; */ public java.util.List getChannelsList() { if (channelsBuilder_ == null) { return java.util.Collections.unmodifiableList(channels_); } else { return channelsBuilder_.getMessageList(); } } /** * repeated .protos.ChannelInfo channels = 1; */ public int getChannelsCount() { if (channelsBuilder_ == null) { return channels_.size(); } else { return channelsBuilder_.getCount(); } } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfo getChannels(int index) { if (channelsBuilder_ == null) { return channels_.get(index); } else { return channelsBuilder_.getMessage(index); } } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder setChannels( int index, org.hyperledger.fabric.protos.peer.Query.ChannelInfo value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.set(index, value); onChanged(); } else { channelsBuilder_.setMessage(index, value); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder setChannels( int index, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.set(index, builderForValue.build()); onChanged(); } else { channelsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder addChannels(org.hyperledger.fabric.protos.peer.Query.ChannelInfo value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.add(value); onChanged(); } else { channelsBuilder_.addMessage(value); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder addChannels( int index, org.hyperledger.fabric.protos.peer.Query.ChannelInfo value) { if (channelsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureChannelsIsMutable(); channels_.add(index, value); onChanged(); } else { channelsBuilder_.addMessage(index, value); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder addChannels( org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.add(builderForValue.build()); onChanged(); } else { channelsBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder addChannels( int index, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder builderForValue) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.add(index, builderForValue.build()); onChanged(); } else { channelsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder addAllChannels( java.lang.Iterable values) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, channels_); onChanged(); } else { channelsBuilder_.addAllMessages(values); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder clearChannels() { if (channelsBuilder_ == null) { channels_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { channelsBuilder_.clear(); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public Builder removeChannels(int index) { if (channelsBuilder_ == null) { ensureChannelsIsMutable(); channels_.remove(index); onChanged(); } else { channelsBuilder_.remove(index); } return this; } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder getChannelsBuilder( int index) { return getChannelsFieldBuilder().getBuilder(index); } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder getChannelsOrBuilder( int index) { if (channelsBuilder_ == null) { return channels_.get(index); } else { return channelsBuilder_.getMessageOrBuilder(index); } } /** * repeated .protos.ChannelInfo channels = 1; */ public java.util.List getChannelsOrBuilderList() { if (channelsBuilder_ != null) { return channelsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(channels_); } } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder addChannelsBuilder() { return getChannelsFieldBuilder().addBuilder( org.hyperledger.fabric.protos.peer.Query.ChannelInfo.getDefaultInstance()); } /** * repeated .protos.ChannelInfo channels = 1; */ public org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder addChannelsBuilder( int index) { return getChannelsFieldBuilder().addBuilder( index, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.getDefaultInstance()); } /** * repeated .protos.ChannelInfo channels = 1; */ public java.util.List getChannelsBuilderList() { return getChannelsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChannelInfo, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder> getChannelsFieldBuilder() { if (channelsBuilder_ == null) { channelsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< org.hyperledger.fabric.protos.peer.Query.ChannelInfo, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder, org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder>( channels_, ((bitField0_ & 0x00000001) == 0x00000001), getParentForChildren(), isClean()); channels_ = null; } return channelsBuilder_; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:protos.ChannelQueryResponse) } // @@protoc_insertion_point(class_scope:protos.ChannelQueryResponse) private static final org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse(); } public static org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ChannelQueryResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ChannelQueryResponse(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public org.hyperledger.fabric.protos.peer.Query.ChannelQueryResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } public interface ChannelInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:protos.ChannelInfo) com.google.protobuf.MessageOrBuilder { /** * optional string channel_id = 1; */ java.lang.String getChannelId(); /** * optional string channel_id = 1; */ com.google.protobuf.ByteString getChannelIdBytes(); } /** *
   * ChannelInfo contains general information about channels
   * 
* * Protobuf type {@code protos.ChannelInfo} */ public static final class ChannelInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:protos.ChannelInfo) ChannelInfoOrBuilder { // Use ChannelInfo.newBuilder() to construct. private ChannelInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ChannelInfo() { channelId_ = ""; } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } private ChannelInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!input.skipField(tag)) { done = true; } break; } case 10: { java.lang.String s = input.readStringRequireUtf8(); channelId_ = s; 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 { makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelInfo_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChannelInfo.class, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder.class); } public static final int CHANNEL_ID_FIELD_NUMBER = 1; private volatile java.lang.Object channelId_; /** * optional string channel_id = 1; */ public java.lang.String getChannelId() { java.lang.Object ref = channelId_; 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(); channelId_ = s; return s; } } /** * optional string channel_id = 1; */ public com.google.protobuf.ByteString getChannelIdBytes() { java.lang.Object ref = channelId_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); channelId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!getChannelIdBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, channelId_); } } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!getChannelIdBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, channelId_); } memoizedSize = size; return size; } private static final long serialVersionUID = 0L; @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.hyperledger.fabric.protos.peer.Query.ChannelInfo)) { return super.equals(obj); } org.hyperledger.fabric.protos.peer.Query.ChannelInfo other = (org.hyperledger.fabric.protos.peer.Query.ChannelInfo) obj; boolean result = true; result = result && getChannelId() .equals(other.getChannelId()); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptorForType().hashCode(); hash = (37 * hash) + CHANNEL_ID_FIELD_NUMBER; hash = (53 * hash) + getChannelId().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo 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.Query.ChannelInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo 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.Query.ChannelInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo 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.Query.ChannelInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo 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.Query.ChannelInfo 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.Query.ChannelInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.hyperledger.fabric.protos.peer.Query.ChannelInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } 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; } /** *
     * ChannelInfo contains general information about channels
     * 
* * Protobuf type {@code protos.ChannelInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:protos.ChannelInfo) org.hyperledger.fabric.protos.peer.Query.ChannelInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelInfo_descriptor; } protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.hyperledger.fabric.protos.peer.Query.ChannelInfo.class, org.hyperledger.fabric.protos.peer.Query.ChannelInfo.Builder.class); } // Construct using org.hyperledger.fabric.protos.peer.Query.ChannelInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); channelId_ = ""; return this; } public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.hyperledger.fabric.protos.peer.Query.internal_static_protos_ChannelInfo_descriptor; } public org.hyperledger.fabric.protos.peer.Query.ChannelInfo getDefaultInstanceForType() { return org.hyperledger.fabric.protos.peer.Query.ChannelInfo.getDefaultInstance(); } public org.hyperledger.fabric.protos.peer.Query.ChannelInfo build() { org.hyperledger.fabric.protos.peer.Query.ChannelInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public org.hyperledger.fabric.protos.peer.Query.ChannelInfo buildPartial() { org.hyperledger.fabric.protos.peer.Query.ChannelInfo result = new org.hyperledger.fabric.protos.peer.Query.ChannelInfo(this); result.channelId_ = channelId_; onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.setField(field, value); } public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.hyperledger.fabric.protos.peer.Query.ChannelInfo) { return mergeFrom((org.hyperledger.fabric.protos.peer.Query.ChannelInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.hyperledger.fabric.protos.peer.Query.ChannelInfo other) { if (other == org.hyperledger.fabric.protos.peer.Query.ChannelInfo.getDefaultInstance()) return this; if (!other.getChannelId().isEmpty()) { channelId_ = other.channelId_; onChanged(); } onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.hyperledger.fabric.protos.peer.Query.ChannelInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.hyperledger.fabric.protos.peer.Query.ChannelInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private java.lang.Object channelId_ = ""; /** * optional string channel_id = 1; */ public java.lang.String getChannelId() { java.lang.Object ref = channelId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); channelId_ = s; return s; } else { return (java.lang.String) ref; } } /** * optional string channel_id = 1; */ public com.google.protobuf.ByteString getChannelIdBytes() { java.lang.Object ref = channelId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); channelId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * optional string channel_id = 1; */ public Builder setChannelId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } channelId_ = value; onChanged(); return this; } /** * optional string channel_id = 1; */ public Builder clearChannelId() { channelId_ = getDefaultInstance().getChannelId(); onChanged(); return this; } /** * optional string channel_id = 1; */ public Builder setChannelIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); channelId_ = value; onChanged(); return this; } public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return this; } // @@protoc_insertion_point(builder_scope:protos.ChannelInfo) } // @@protoc_insertion_point(class_scope:protos.ChannelInfo) private static final org.hyperledger.fabric.protos.peer.Query.ChannelInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.Query.ChannelInfo(); } public static org.hyperledger.fabric.protos.peer.Query.ChannelInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { public ChannelInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ChannelInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } public org.hyperledger.fabric.protos.peer.Query.ChannelInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_protos_ChaincodeQueryResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protos_ChaincodeInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protos_ChaincodeInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protos_ChannelQueryResponse_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protos_ChannelQueryResponse_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_protos_ChannelInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_protos_ChannelInfo_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\020peer/query.proto\022\006protos\"C\n\026ChaincodeQ" + "ueryResponse\022)\n\nchaincodes\030\001 \003(\0132\025.proto" + "s.ChaincodeInfo\"s\n\rChaincodeInfo\022\014\n\004name" + "\030\001 \001(\t\022\017\n\007version\030\002 \001(\t\022\014\n\004path\030\003 \001(\t\022\r\n" + "\005input\030\004 \001(\t\022\014\n\004escc\030\005 \001(\t\022\014\n\004vscc\030\006 \001(\t" + "\022\n\n\002id\030\007 \001(\014\"=\n\024ChannelQueryResponse\022%\n\010" + "channels\030\001 \003(\0132\023.protos.ChannelInfo\"!\n\013C" + "hannelInfo\022\022\n\nchannel_id\030\001 \001(\tBO\n\"org.hy" + "perledger.fabric.protos.peerZ)github.com" + "/hyperledger/fabric/protos/peerb\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_protos_ChaincodeQueryResponse_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_protos_ChaincodeQueryResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protos_ChaincodeQueryResponse_descriptor, new java.lang.String[] { "Chaincodes", }); internal_static_protos_ChaincodeInfo_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_protos_ChaincodeInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protos_ChaincodeInfo_descriptor, new java.lang.String[] { "Name", "Version", "Path", "Input", "Escc", "Vscc", "Id", }); internal_static_protos_ChannelQueryResponse_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_protos_ChannelQueryResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protos_ChannelQueryResponse_descriptor, new java.lang.String[] { "Channels", }); internal_static_protos_ChannelInfo_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_protos_ChannelInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_protos_ChannelInfo_descriptor, new java.lang.String[] { "ChannelId", }); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy