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

org.yamcs.protobuf.HttpTrafficOrBuilder 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 HttpTrafficOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.server.HttpTraffic)
    com.google.protobuf.MessageOrBuilder {

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

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

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

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

  /**
   * repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
   */
  java.util.List 
      getConnectionsList();
  /**
   * repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
   */
  org.yamcs.protobuf.ClientConnectionInfo getConnections(int index);
  /**
   * repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
   */
  int getConnectionsCount();
  /**
   * repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
   */
  java.util.List 
      getConnectionsOrBuilderList();
  /**
   * repeated .yamcs.protobuf.server.ClientConnectionInfo connections = 5;
   */
  org.yamcs.protobuf.ClientConnectionInfoOrBuilder getConnectionsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy