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

org.yamcs.protobuf.InitializeRequestOrBuilder 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/cop1/cop1.proto

package org.yamcs.protobuf;

public interface InitializeRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.cop1.InitializeRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ boolean hasInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The instance. */ java.lang.String getInstance(); /** *
   * Yamcs instance name.
   * 
* * optional string instance = 1; * @return The bytes for instance. */ com.google.protobuf.ByteString getInstanceBytes(); /** *
   * Link name.
   * 
* * optional string link = 2; * @return Whether the link field is set. */ boolean hasLink(); /** *
   * Link name.
   * 
* * optional string link = 2; * @return The link. */ java.lang.String getLink(); /** *
   * Link name.
   * 
* * optional string link = 2; * @return The bytes for link. */ com.google.protobuf.ByteString getLinkBytes(); /** * optional .yamcs.protobuf.cop1.InitializationType type = 3; * @return Whether the type field is set. */ boolean hasType(); /** * optional .yamcs.protobuf.cop1.InitializationType type = 3; * @return The type. */ org.yamcs.protobuf.InitializationType getType(); /** *
   * Timeout in milliseconds for initialize with CLCW check
   * 
* * optional uint64 clcwCheckInitializeTimeout = 4; * @return Whether the clcwCheckInitializeTimeout field is set. */ boolean hasClcwCheckInitializeTimeout(); /** *
   * Timeout in milliseconds for initialize with CLCW check
   * 
* * optional uint64 clcwCheckInitializeTimeout = 4; * @return The clcwCheckInitializeTimeout. */ long getClcwCheckInitializeTimeout(); /** *
   *vR value for initialize with set V(R)
   * 
* * optional uint32 vR = 5; * @return Whether the vR field is set. */ boolean hasVR(); /** *
   *vR value for initialize with set V(R)
   * 
* * optional uint32 vR = 5; * @return The vR. */ int getVR(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy