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

org.yamcs.protobuf.ClientConnectionInfoOrBuilder 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/server/server_service.proto

package org.yamcs.protobuf;

public interface ClientConnectionInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.server.ClientConnectionInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional string id = 1;
   * @return The id.
   */
  java.lang.String getId();
  /**
   * optional string id = 1;
   * @return The bytes for id.
   */
  com.google.protobuf.ByteString
      getIdBytes();

  /**
   * optional bool open = 2;
   * @return Whether the open field is set.
   */
  boolean hasOpen();
  /**
   * optional bool open = 2;
   * @return The open.
   */
  boolean getOpen();

  /**
   * optional bool active = 3;
   * @return Whether the active field is set.
   */
  boolean hasActive();
  /**
   * optional bool active = 3;
   * @return The active.
   */
  boolean getActive();

  /**
   * optional bool writable = 4;
   * @return Whether the writable field is set.
   */
  boolean hasWritable();
  /**
   * optional bool writable = 4;
   * @return The writable.
   */
  boolean getWritable();

  /**
   * optional string remoteAddress = 5;
   * @return Whether the remoteAddress field is set.
   */
  boolean hasRemoteAddress();
  /**
   * optional string remoteAddress = 5;
   * @return The remoteAddress.
   */
  java.lang.String getRemoteAddress();
  /**
   * optional string remoteAddress = 5;
   * @return The bytes for remoteAddress.
   */
  com.google.protobuf.ByteString
      getRemoteAddressBytes();

  /**
   * optional uint64 readBytes = 6;
   * @return Whether the readBytes field is set.
   */
  boolean hasReadBytes();
  /**
   * optional uint64 readBytes = 6;
   * @return The readBytes.
   */
  long getReadBytes();

  /**
   * optional uint64 writtenBytes = 7;
   * @return Whether the writtenBytes field is set.
   */
  boolean hasWrittenBytes();
  /**
   * optional uint64 writtenBytes = 7;
   * @return The writtenBytes.
   */
  long getWrittenBytes();

  /**
   * optional uint64 readThroughput = 8;
   * @return Whether the readThroughput field is set.
   */
  boolean hasReadThroughput();
  /**
   * optional uint64 readThroughput = 8;
   * @return The readThroughput.
   */
  long getReadThroughput();

  /**
   * optional uint64 writeThroughput = 9;
   * @return Whether the writeThroughput field is set.
   */
  boolean hasWriteThroughput();
  /**
   * optional uint64 writeThroughput = 9;
   * @return The writeThroughput.
   */
  long getWriteThroughput();

  /**
   * optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
   * @return Whether the httpRequest field is set.
   */
  boolean hasHttpRequest();
  /**
   * optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
   * @return The httpRequest.
   */
  org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfo getHttpRequest();
  /**
   * optional .yamcs.protobuf.server.ClientConnectionInfo.HttpRequestInfo httpRequest = 10;
   */
  org.yamcs.protobuf.ClientConnectionInfo.HttpRequestInfoOrBuilder getHttpRequestOrBuilder();

  /**
   * optional string username = 11;
   * @return Whether the username field is set.
   */
  boolean hasUsername();
  /**
   * optional string username = 11;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * optional string username = 11;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy