org.hyperledger.fabric.protos.peer.TransactionProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: peer/transaction.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.peer;
public final class TransactionProto {
private TransactionProto() {}
static {
com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 28,
/* patch= */ 2,
/* suffix= */ "",
TransactionProto.class.getName());
}
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_ProcessedTransaction_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ProcessedTransaction_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_Transaction_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_Transaction_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_TransactionAction_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_TransactionAction_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChaincodeActionPayload_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeActionPayload_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_protos_ChaincodeEndorsedAction_descriptor;
static final
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_protos_ChaincodeEndorsedAction_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\026peer/transaction.proto\022\006protos\032\034peer/p" +
"roposal_response.proto\032\023common/common.pr" +
"oto\"\202\001\n\024ProcessedTransaction\022B\n\023transact" +
"ionEnvelope\030\001 \001(\0132\020.common.EnvelopeR\023tra" +
"nsactionEnvelope\022&\n\016validationCode\030\002 \001(\005" +
"R\016validationCode\"B\n\013Transaction\0223\n\007actio" +
"ns\030\001 \003(\0132\031.protos.TransactionActionR\007act" +
"ions\"E\n\021TransactionAction\022\026\n\006header\030\001 \001(" +
"\014R\006header\022\030\n\007payload\030\002 \001(\014R\007payload\"\217\001\n\026" +
"ChaincodeActionPayload\022<\n\032chaincode_prop" +
"osal_payload\030\001 \001(\014R\030chaincodeProposalPay" +
"load\0227\n\006action\030\002 \001(\0132\037.protos.ChaincodeE" +
"ndorsedActionR\006action\"\216\001\n\027ChaincodeEndor" +
"sedAction\022:\n\031proposal_response_payload\030\001" +
" \001(\014R\027proposalResponsePayload\0227\n\014endorse" +
"ments\030\002 \003(\0132\023.protos.EndorsementR\014endors" +
"ements*\253\005\n\020TxValidationCode\022\t\n\005VALID\020\000\022\020" +
"\n\014NIL_ENVELOPE\020\001\022\017\n\013BAD_PAYLOAD\020\002\022\025\n\021BAD" +
"_COMMON_HEADER\020\003\022\031\n\025BAD_CREATOR_SIGNATUR" +
"E\020\004\022 \n\034INVALID_ENDORSER_TRANSACTION\020\005\022\036\n" +
"\032INVALID_CONFIG_TRANSACTION\020\006\022\032\n\026UNSUPPO" +
"RTED_TX_PAYLOAD\020\007\022\025\n\021BAD_PROPOSAL_TXID\020\010" +
"\022\022\n\016DUPLICATE_TXID\020\t\022\036\n\032ENDORSEMENT_POLI" +
"CY_FAILURE\020\n\022\026\n\022MVCC_READ_CONFLICT\020\013\022\031\n\025" +
"PHANTOM_READ_CONFLICT\020\014\022\023\n\017UNKNOWN_TX_TY" +
"PE\020\r\022\032\n\026TARGET_CHAIN_NOT_FOUND\020\016\022\024\n\020MARS" +
"HAL_TX_ERROR\020\017\022\020\n\014NIL_TXACTION\020\020\022\025\n\021EXPI" +
"RED_CHAINCODE\020\021\022\036\n\032CHAINCODE_VERSION_CON" +
"FLICT\020\022\022\030\n\024BAD_HEADER_EXTENSION\020\023\022\026\n\022BAD" +
"_CHANNEL_HEADER\020\024\022\030\n\024BAD_RESPONSE_PAYLOA" +
"D\020\025\022\r\n\tBAD_RWSET\020\026\022\024\n\020ILLEGAL_WRITESET\020\027" +
"\022\024\n\020INVALID_WRITESET\020\030\022\025\n\021INVALID_CHAINC" +
"ODE\020\031\022\022\n\rNOT_VALIDATED\020\376\001\022\031\n\024INVALID_OTH" +
"ER_REASON\020\377\001*E\n\014MetaDataKeys\022\030\n\024VALIDATI" +
"ON_PARAMETER\020\000\022\033\n\027VALIDATION_PARAMETER_V" +
"2\020\001B\242\001\n\"org.hyperledger.fabric.protos.pe" +
"erB\020TransactionProtoP\001Z2github.com/hyper" +
"ledger/fabric-protos-go-apiv2/peer\242\002\003PXX" +
"\252\002\006Protos\312\002\006Protos\342\002\022Protos\\GPBMetadata\352" +
"\002\006Protosb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
org.hyperledger.fabric.protos.peer.ProposalResponseProto.getDescriptor(),
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor(),
});
internal_static_protos_ProcessedTransaction_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_protos_ProcessedTransaction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ProcessedTransaction_descriptor,
new java.lang.String[] { "TransactionEnvelope", "ValidationCode", });
internal_static_protos_Transaction_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_protos_Transaction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_Transaction_descriptor,
new java.lang.String[] { "Actions", });
internal_static_protos_TransactionAction_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_protos_TransactionAction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_TransactionAction_descriptor,
new java.lang.String[] { "Header", "Payload", });
internal_static_protos_ChaincodeActionPayload_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_protos_ChaincodeActionPayload_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeActionPayload_descriptor,
new java.lang.String[] { "ChaincodeProposalPayload", "Action", });
internal_static_protos_ChaincodeEndorsedAction_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_protos_ChaincodeEndorsedAction_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_protos_ChaincodeEndorsedAction_descriptor,
new java.lang.String[] { "ProposalResponsePayload", "Endorsements", });
descriptor.resolveAllFeaturesImmutable();
org.hyperledger.fabric.protos.peer.ProposalResponseProto.getDescriptor();
org.hyperledger.fabric.protos.common.CommonProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy