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

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

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

package org.hyperledger.fabric.protos.peer;

public final class ProposalResponseProto {
  private ProposalResponseProto() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ProposalResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ProposalResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_Response_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_Response_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ProposalResponsePayload_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ProposalResponsePayload_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_Endorsement_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_Endorsement_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeInterest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeInterest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeCall_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeCall_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\034peer/proposal_response.proto\022\006protos\032\037" +
      "google/protobuf/timestamp.proto\032\025common/" +
      "policies.proto\"\234\002\n\020ProposalResponse\022\030\n\007v" +
      "ersion\030\001 \001(\005R\007version\0228\n\ttimestamp\030\002 \001(\013" +
      "2\032.google.protobuf.TimestampR\ttimestamp\022" +
      ",\n\010response\030\004 \001(\0132\020.protos.ResponseR\010res" +
      "ponse\022\030\n\007payload\030\005 \001(\014R\007payload\0225\n\013endor" +
      "sement\030\006 \001(\0132\023.protos.EndorsementR\013endor" +
      "sement\0225\n\010interest\030\007 \001(\0132\031.protos.Chainc" +
      "odeInterestR\010interest\"V\n\010Response\022\026\n\006sta" +
      "tus\030\001 \001(\005R\006status\022\030\n\007message\030\002 \001(\tR\007mess" +
      "age\022\030\n\007payload\030\003 \001(\014R\007payload\"\\\n\027Proposa" +
      "lResponsePayload\022#\n\rproposal_hash\030\001 \001(\014R" +
      "\014proposalHash\022\034\n\textension\030\002 \001(\014R\textens" +
      "ion\"G\n\013Endorsement\022\032\n\010endorser\030\001 \001(\014R\010en" +
      "dorser\022\034\n\tsignature\030\002 \001(\014R\tsignature\"J\n\021" +
      "ChaincodeInterest\0225\n\nchaincodes\030\001 \003(\0132\025." +
      "protos.ChaincodeCallR\nchaincodes\"\244\002\n\rCha" +
      "incodeCall\022\022\n\004name\030\001 \001(\tR\004name\022)\n\020collec" +
      "tion_names\030\002 \003(\tR\017collectionNames\022(\n\020no_" +
      "private_reads\030\003 \001(\010R\016noPrivateReads\022(\n\020n" +
      "o_public_writes\030\004 \001(\010R\016noPublicWrites\022B\n" +
      "\014key_policies\030\005 \003(\0132\037.common.SignaturePo" +
      "licyEnvelopeR\013keyPolicies\022<\n\032disregard_n" +
      "amespace_policy\030\006 \001(\010R\030disregardNamespac" +
      "ePolicyB\247\001\n\"org.hyperledger.fabric.proto" +
      "s.peerB\025ProposalResponseProtoP\001Z2github." +
      "com/hyperledger/fabric-protos-go-apiv2/p" +
      "eer\242\002\003PXX\252\002\006Protos\312\002\006Protos\342\002\022Protos\\GPB" +
      "Metadata\352\002\006Protosb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
          org.hyperledger.fabric.protos.common.PoliciesProto.getDescriptor(),
        });
    internal_static_protos_ProposalResponse_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_protos_ProposalResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ProposalResponse_descriptor,
        new java.lang.String[] { "Version", "Timestamp", "Response", "Payload", "Endorsement", "Interest", });
    internal_static_protos_Response_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_protos_Response_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_Response_descriptor,
        new java.lang.String[] { "Status", "Message", "Payload", });
    internal_static_protos_ProposalResponsePayload_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_protos_ProposalResponsePayload_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ProposalResponsePayload_descriptor,
        new java.lang.String[] { "ProposalHash", "Extension", });
    internal_static_protos_Endorsement_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_protos_Endorsement_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_Endorsement_descriptor,
        new java.lang.String[] { "Endorser", "Signature", });
    internal_static_protos_ChaincodeInterest_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_protos_ChaincodeInterest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeInterest_descriptor,
        new java.lang.String[] { "Chaincodes", });
    internal_static_protos_ChaincodeCall_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_protos_ChaincodeCall_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeCall_descriptor,
        new java.lang.String[] { "Name", "CollectionNames", "NoPrivateReads", "NoPublicWrites", "KeyPolicies", "DisregardNamespacePolicy", });
    com.google.protobuf.TimestampProto.getDescriptor();
    org.hyperledger.fabric.protos.common.PoliciesProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy