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

org.polypheny.prism.TransactionResponses Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: org/polypheny/prism/transaction_responses.proto

package org.polypheny.prism;

public final class TransactionResponses {
  private TransactionResponses() {}
  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_org_polypheny_prism_CommitResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_polypheny_prism_CommitResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_org_polypheny_prism_RollbackResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_org_polypheny_prism_RollbackResponse_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/org/polypheny/prism/transaction_respon" +
      "ses.proto\022\023org.polypheny.prism\"\020\n\016Commit" +
      "Response\"\022\n\020RollbackResponseBZ\n\023org.poly" +
      "pheny.prismB\024TransactionResponsesP\001Z\031org" +
      "/polypheny/prism;prism\252\002\017Polypheny.Prism" +
      "b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_org_polypheny_prism_CommitResponse_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_org_polypheny_prism_CommitResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_polypheny_prism_CommitResponse_descriptor,
        new java.lang.String[] { });
    internal_static_org_polypheny_prism_RollbackResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_org_polypheny_prism_RollbackResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_org_polypheny_prism_RollbackResponse_descriptor,
        new java.lang.String[] { });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy