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

org.yamcs.protobuf.ReplicationSlaveInfoOrBuilder 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 interface ReplicationSlaveInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.replication.ReplicationSlaveInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** * repeated string streams = 2; * @return A list containing the streams. */ java.util.List getStreamsList(); /** * repeated string streams = 2; * @return The count of streams. */ int getStreamsCount(); /** * repeated string streams = 2; * @param index The index of the element to return. * @return The streams at the given index. */ java.lang.String getStreams(int index); /** * repeated string streams = 2; * @param index The index of the value to return. * @return The bytes of the streams at the given index. */ com.google.protobuf.ByteString getStreamsBytes(int index); /** * optional string localAddress = 3; * @return Whether the localAddress field is set. */ boolean hasLocalAddress(); /** * optional string localAddress = 3; * @return The localAddress. */ java.lang.String getLocalAddress(); /** * optional string localAddress = 3; * @return The bytes for localAddress. */ com.google.protobuf.ByteString getLocalAddressBytes(); /** * optional string remoteAddress = 4; * @return Whether the remoteAddress field is set. */ boolean hasRemoteAddress(); /** * optional string remoteAddress = 4; * @return The remoteAddress. */ java.lang.String getRemoteAddress(); /** * optional string remoteAddress = 4; * @return The bytes for remoteAddress. */ com.google.protobuf.ByteString getRemoteAddressBytes(); /** * optional bool push = 5; * @return Whether the push field is set. */ boolean hasPush(); /** * optional bool push = 5; * @return The push. */ boolean getPush(); /** * optional string pullFrom = 6; * @return Whether the pullFrom field is set. */ boolean hasPullFrom(); /** * optional string pullFrom = 6; * @return The pullFrom. */ java.lang.String getPullFrom(); /** * optional string pullFrom = 6; * @return The bytes for pullFrom. */ com.google.protobuf.ByteString getPullFromBytes(); /** * optional int64 tx = 7; * @return Whether the tx field is set. */ boolean hasTx(); /** * optional int64 tx = 7; * @return The tx. */ long getTx(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy