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

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

  /**
   * optional int64 id = 1;
   * @return Whether the id field is set.
   */
  boolean hasId();
  /**
   * optional int64 id = 1;
   * @return The id.
   */
  long getId();

  /**
   * optional string name = 2;
   * @return Whether the name field is set.
   */
  boolean hasName();
  /**
   * optional string name = 2;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * optional string name = 2;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional string state = 3;
   * @return Whether the state field is set.
   */
  boolean hasState();
  /**
   * optional string state = 3;
   * @return The state.
   */
  java.lang.String getState();
  /**
   * optional string state = 3;
   * @return The bytes for state.
   */
  com.google.protobuf.ByteString
      getStateBytes();

  /**
   * optional bool native = 4;
   * @return Whether the native field is set.
   */
  boolean hasNative();
  /**
   * optional bool native = 4;
   * @return The native.
   */
  boolean getNative();

  /**
   * optional bool suspended = 5;
   * @return Whether the suspended field is set.
   */
  boolean hasSuspended();
  /**
   * optional bool suspended = 5;
   * @return The suspended.
   */
  boolean getSuspended();

  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo group = 6;
   * @return Whether the group field is set.
   */
  boolean hasGroup();
  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo group = 6;
   * @return The group.
   */
  org.yamcs.protobuf.ThreadGroupInfo getGroup();
  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo group = 6;
   */
  org.yamcs.protobuf.ThreadGroupInfoOrBuilder getGroupOrBuilder();

  /**
   * repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
   */
  java.util.List 
      getTraceList();
  /**
   * repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
   */
  org.yamcs.protobuf.TraceElementInfo getTrace(int index);
  /**
   * repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
   */
  int getTraceCount();
  /**
   * repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
   */
  java.util.List 
      getTraceOrBuilderList();
  /**
   * repeated .yamcs.protobuf.server.TraceElementInfo trace = 7;
   */
  org.yamcs.protobuf.TraceElementInfoOrBuilder getTraceOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy