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

org.yamcs.protobuf.ClearanceInfoOrBuilder 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 ClearanceInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.commanding.ClearanceInfo)
    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();

  /**
   * optional string issuedBy = 3;
   * @return Whether the issuedBy field is set.
   */
  boolean hasIssuedBy();
  /**
   * optional string issuedBy = 3;
   * @return The issuedBy.
   */
  java.lang.String getIssuedBy();
  /**
   * optional string issuedBy = 3;
   * @return The bytes for issuedBy.
   */
  com.google.protobuf.ByteString
      getIssuedByBytes();

  /**
   * optional .google.protobuf.Timestamp issueTime = 4;
   * @return Whether the issueTime field is set.
   */
  boolean hasIssueTime();
  /**
   * optional .google.protobuf.Timestamp issueTime = 4;
   * @return The issueTime.
   */
  com.google.protobuf.Timestamp getIssueTime();
  /**
   * optional .google.protobuf.Timestamp issueTime = 4;
   */
  com.google.protobuf.TimestampOrBuilder getIssueTimeOrBuilder();

  /**
   * optional bool hasCommandPrivileges = 5;
   * @return Whether the hasCommandPrivileges field is set.
   */
  boolean hasHasCommandPrivileges();
  /**
   * optional bool hasCommandPrivileges = 5;
   * @return The hasCommandPrivileges.
   */
  boolean getHasCommandPrivileges();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy