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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy