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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy