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

org.yamcs.protobuf.UpdateClearanceRequestOrBuilder 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/commanding/clearance_service.proto

package org.yamcs.protobuf;

public interface UpdateClearanceRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.UpdateClearanceRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string username = 1;
   * @return Whether the username field is set.
   */
  boolean hasUsername();
  /**
   * optional string username = 1;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * optional string username = 1;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
   * @return Whether the level field is set.
   */
  boolean hasLevel();
  /**
   * optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
   * @return The level.
   */
  org.yamcs.protobuf.Mdb.SignificanceInfo.SignificanceLevelType getLevel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy