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

de.unistuttgart.isw.sfsc.clientserver.protocol.bootstrap.BootstrapMessageOrBuilder Maven / Gradle / Ivy

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

package de.unistuttgart.isw.sfsc.clientserver.protocol.bootstrap;

public interface BootstrapMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:de.unistuttgart.isw.sfsc.clientserver.protocol.bootstrap.BootstrapMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * int32 core_control_pub_tcp_port = 1;
   * @return The coreControlPubTcpPort.
   */
  int getCoreControlPubTcpPort();

  /**
   * int32 core_control_sub_tcp_port = 2;
   * @return The coreControlSubTcpPort.
   */
  int getCoreControlSubTcpPort();

  /**
   * int32 core_data_pub_tcp_port = 3;
   * @return The coreDataPubTcpPort.
   */
  int getCoreDataPubTcpPort();

  /**
   * int32 core_data_sub_tcp_port = 4;
   * @return The coreDataSubTcpPort.
   */
  int getCoreDataSubTcpPort();

  /**
   * string core_control_pub_ipc_file = 5;
   * @return The coreControlPubIpcFile.
   */
  java.lang.String getCoreControlPubIpcFile();
  /**
   * string core_control_pub_ipc_file = 5;
   * @return The bytes for coreControlPubIpcFile.
   */
  com.google.protobuf.ByteString
      getCoreControlPubIpcFileBytes();

  /**
   * string core_control_sub_ipc_file = 6;
   * @return The coreControlSubIpcFile.
   */
  java.lang.String getCoreControlSubIpcFile();
  /**
   * string core_control_sub_ipc_file = 6;
   * @return The bytes for coreControlSubIpcFile.
   */
  com.google.protobuf.ByteString
      getCoreControlSubIpcFileBytes();

  /**
   * string core_data_pub_ipc_file = 7;
   * @return The coreDataPubIpcFile.
   */
  java.lang.String getCoreDataPubIpcFile();
  /**
   * string core_data_pub_ipc_file = 7;
   * @return The bytes for coreDataPubIpcFile.
   */
  com.google.protobuf.ByteString
      getCoreDataPubIpcFileBytes();

  /**
   * string core_data_sub_ipc_file = 8;
   * @return The coreDataSubIpcFile.
   */
  java.lang.String getCoreDataSubIpcFile();
  /**
   * string core_data_sub_ipc_file = 8;
   * @return The bytes for coreDataSubIpcFile.
   */
  com.google.protobuf.ByteString
      getCoreDataSubIpcFileBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy