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

org.yamcs.protobuf.ReplicationProto Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/replication/replication.proto

package org.yamcs.protobuf;

public final class ReplicationProto {
  private ReplicationProto() {}
  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_yamcs_protobuf_replication_ReplicationInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_replication_ReplicationInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_protobuf_replication_ReplicationMasterInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_replication_ReplicationMasterInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_yamcs_protobuf_replication_ReplicationSlaveInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_yamcs_protobuf_replication_ReplicationSlaveInfo_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,yamcs/protobuf/replication/replication" +
      ".proto\022\032yamcs.protobuf.replication\032\033goog" +
      "le/protobuf/empty.proto\032\033yamcs/api/annot" +
      "ations.proto\"\227\001\n\017ReplicationInfo\022B\n\007mast" +
      "ers\030\001 \003(\01321.yamcs.protobuf.replication.R" +
      "eplicationMasterInfo\022@\n\006slaves\030\002 \003(\01320.y" +
      "amcs.protobuf.replication.ReplicationSla" +
      "veInfo\"\246\001\n\025ReplicationMasterInfo\022\020\n\010inst" +
      "ance\030\001 \001(\t\022\017\n\007streams\030\002 \003(\t\022\024\n\014localAddr" +
      "ess\030\003 \001(\t\022\025\n\rremoteAddress\030\004 \001(\t\022\014\n\004push" +
      "\030\005 \001(\010\022\016\n\006pushTo\030\006 \001(\t\022\017\n\007localTx\030\007 \001(\003\022" +
      "\016\n\006nextTx\030\010 \001(\003\"\222\001\n\024ReplicationSlaveInfo" +
      "\022\020\n\010instance\030\001 \001(\t\022\017\n\007streams\030\002 \003(\t\022\024\n\014l" +
      "ocalAddress\030\003 \001(\t\022\025\n\rremoteAddress\030\004 \001(\t" +
      "\022\014\n\004push\030\005 \001(\010\022\020\n\010pullFrom\030\006 \001(\t\022\n\n\002tx\030\007" +
      " \001(\0032\376\001\n\016ReplicationApi\022q\n\022GetReplicatio" +
      "nInfo\022\026.google.protobuf.Empty\032+.yamcs.pr" +
      "otobuf.replication.ReplicationInfo\"\026\212\222\003\022" +
      "\n\020/api/replication\022y\n\030SubscribeReplicati" +
      "onInfo\022\026.google.protobuf.Empty\032+.yamcs.p" +
      "rotobuf.replication.ReplicationInfo\"\026\332\222\003" +
      "\022\n\020replication-info0\001B(\n\022org.yamcs.proto" +
      "bufB\020ReplicationProtoP\001"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
          org.yamcs.api.AnnotationsProto.getDescriptor(),
        });
    internal_static_yamcs_protobuf_replication_ReplicationInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_yamcs_protobuf_replication_ReplicationInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_replication_ReplicationInfo_descriptor,
        new java.lang.String[] { "Masters", "Slaves", });
    internal_static_yamcs_protobuf_replication_ReplicationMasterInfo_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_yamcs_protobuf_replication_ReplicationMasterInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_replication_ReplicationMasterInfo_descriptor,
        new java.lang.String[] { "Instance", "Streams", "LocalAddress", "RemoteAddress", "Push", "PushTo", "LocalTx", "NextTx", });
    internal_static_yamcs_protobuf_replication_ReplicationSlaveInfo_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_yamcs_protobuf_replication_ReplicationSlaveInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_yamcs_protobuf_replication_ReplicationSlaveInfo_descriptor,
        new java.lang.String[] { "Instance", "Streams", "LocalAddress", "RemoteAddress", "Push", "PullFrom", "Tx", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(org.yamcs.api.AnnotationsProto.route);
    registry.add(org.yamcs.api.AnnotationsProto.websocket);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.protobuf.EmptyProto.getDescriptor();
    org.yamcs.api.AnnotationsProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy