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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: peer/proposal.proto

package org.hyperledger.fabric.protos.peer;

public final class ProposalProto {
  private ProposalProto() {}
  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_SignedProposal_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_SignedProposal_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_Proposal_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_Proposal_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeHeaderExtension_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeHeaderExtension_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeProposalPayload_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeProposalPayload_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeProposalPayload_TransientMapEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeProposalPayload_TransientMapEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_protos_ChaincodeAction_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_protos_ChaincodeAction_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\023peer/proposal.proto\022\006protos\032\024peer/chai" +
      "ncode.proto\032\034peer/proposal_response.prot" +
      "o\"U\n\016SignedProposal\022%\n\016proposal_bytes\030\001 " +
      "\001(\014R\rproposalBytes\022\034\n\tsignature\030\002 \001(\014R\ts" +
      "ignature\"Z\n\010Proposal\022\026\n\006header\030\001 \001(\014R\006he" +
      "ader\022\030\n\007payload\030\002 \001(\014R\007payload\022\034\n\textens" +
      "ion\030\003 \001(\014R\textension\"k\n\030ChaincodeHeaderE" +
      "xtension\0226\n\014chaincode_id\030\002 \001(\0132\023.protos." +
      "ChaincodeIDR\013chaincodeIdJ\004\010\001\020\002R\021payload_" +
      "visbility\"\311\001\n\030ChaincodeProposalPayload\022\024" +
      "\n\005input\030\001 \001(\014R\005input\022V\n\014TransientMap\030\002 \003" +
      "(\01322.protos.ChaincodeProposalPayload.Tra" +
      "nsientMapEntryR\014TransientMap\032?\n\021Transien" +
      "tMapEntry\022\020\n\003key\030\001 \001(\tR\003key\022\024\n\005value\030\002 \001" +
      "(\014R\005value:\0028\001\"\301\001\n\017ChaincodeAction\022\030\n\007res" +
      "ults\030\001 \001(\014R\007results\022\026\n\006events\030\002 \001(\014R\006eve" +
      "nts\022,\n\010response\030\003 \001(\0132\020.protos.ResponseR" +
      "\010response\0226\n\014chaincode_id\030\004 \001(\0132\023.protos" +
      ".ChaincodeIDR\013chaincodeIdJ\004\010\005\020\006R\020token_o" +
      "perationsB\237\001\n\"org.hyperledger.fabric.pro" +
      "tos.peerB\rProposalProtoP\001Z2github.com/hy" +
      "perledger/fabric-protos-go-apiv2/peer\242\002\003" +
      "PXX\252\002\006Protos\312\002\006Protos\342\002\022Protos\\GPBMetada" +
      "ta\352\002\006Protosb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          org.hyperledger.fabric.protos.peer.ChaincodeProto.getDescriptor(),
          org.hyperledger.fabric.protos.peer.ProposalResponseProto.getDescriptor(),
        });
    internal_static_protos_SignedProposal_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_protos_SignedProposal_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_SignedProposal_descriptor,
        new java.lang.String[] { "ProposalBytes", "Signature", });
    internal_static_protos_Proposal_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_protos_Proposal_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_Proposal_descriptor,
        new java.lang.String[] { "Header", "Payload", "Extension", });
    internal_static_protos_ChaincodeHeaderExtension_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_protos_ChaincodeHeaderExtension_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeHeaderExtension_descriptor,
        new java.lang.String[] { "ChaincodeId", });
    internal_static_protos_ChaincodeProposalPayload_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_protos_ChaincodeProposalPayload_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeProposalPayload_descriptor,
        new java.lang.String[] { "Input", "TransientMap", });
    internal_static_protos_ChaincodeProposalPayload_TransientMapEntry_descriptor =
      internal_static_protos_ChaincodeProposalPayload_descriptor.getNestedTypes().get(0);
    internal_static_protos_ChaincodeProposalPayload_TransientMapEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeProposalPayload_TransientMapEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_protos_ChaincodeAction_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_protos_ChaincodeAction_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_protos_ChaincodeAction_descriptor,
        new java.lang.String[] { "Results", "Events", "Response", "ChaincodeId", });
    org.hyperledger.fabric.protos.peer.ChaincodeProto.getDescriptor();
    org.hyperledger.fabric.protos.peer.ProposalResponseProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy