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

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

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

  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo parent = 3;
   * @return Whether the parent field is set.
   */
  boolean hasParent();
  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo parent = 3;
   * @return The parent.
   */
  org.yamcs.protobuf.ThreadGroupInfo getParent();
  /**
   * optional .yamcs.protobuf.server.ThreadGroupInfo parent = 3;
   */
  org.yamcs.protobuf.ThreadGroupInfoOrBuilder getParentOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy