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

io.axoniq.axondb.EventstoreMessages Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: eventstore_messages.proto

package io.axoniq.axondb;

public final class EventstoreMessages {
  private EventstoreMessages() {}
  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_io_axoniq_axondb_Event_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_axoniq_axondb_Event_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_io_axoniq_axondb_Event_MetaDataEntry_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_axoniq_axondb_Event_MetaDataEntry_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_io_axoniq_axondb_QueryValue_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_axoniq_axondb_QueryValue_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\031eventstore_messages.proto\022\020io.axoniq.a" +
      "xondb\032\025common_messages.proto\"\346\002\n\005Event\022\032" +
      "\n\022message_identifier\030\001 \001(\t\022\034\n\024aggregate_" +
      "identifier\030\002 \001(\t\022!\n\031aggregate_sequence_n" +
      "umber\030\003 \001(\003\022\026\n\016aggregate_type\030\004 \001(\t\022\021\n\tt" +
      "imestamp\030\005 \001(\003\0225\n\007payload\030\006 \001(\0132$.io.axo" +
      "niq.platform.SerializedObject\0228\n\tmeta_da" +
      "ta\030\007 \003(\0132%.io.axoniq.axondb.Event.MetaDa" +
      "taEntry\022\020\n\010snapshot\030\010 \001(\010\032R\n\rMetaDataEnt" +
      "ry\022\013\n\003key\030\001 \001(\t\0220\n\005value\030\002 \001(\0132!.io.axon",
      "iq.platform.MetaDataValue:\0028\001\"s\n\nQueryVa" +
      "lue\022\024\n\ntext_value\030\001 \001(\tH\000\022\026\n\014number_valu" +
      "e\030\002 \001(\022H\000\022\027\n\rboolean_value\030\003 \001(\010H\000\022\026\n\014do" +
      "uble_value\030\004 \001(\001H\000B\006\n\004dataB\002P\001b\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[] {
          io.axoniq.platform.CommonMessages.getDescriptor(),
        }, assigner);
    internal_static_io_axoniq_axondb_Event_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_io_axoniq_axondb_Event_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_axoniq_axondb_Event_descriptor,
        new java.lang.String[] { "MessageIdentifier", "AggregateIdentifier", "AggregateSequenceNumber", "AggregateType", "Timestamp", "Payload", "MetaData", "Snapshot", });
    internal_static_io_axoniq_axondb_Event_MetaDataEntry_descriptor =
      internal_static_io_axoniq_axondb_Event_descriptor.getNestedTypes().get(0);
    internal_static_io_axoniq_axondb_Event_MetaDataEntry_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_axoniq_axondb_Event_MetaDataEntry_descriptor,
        new java.lang.String[] { "Key", "Value", });
    internal_static_io_axoniq_axondb_QueryValue_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_io_axoniq_axondb_QueryValue_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_axoniq_axondb_QueryValue_descriptor,
        new java.lang.String[] { "TextValue", "NumberValue", "BooleanValue", "DoubleValue", "Data", });
    io.axoniq.platform.CommonMessages.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy