Interface UpdateClearanceRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    UpdateClearanceRequest, UpdateClearanceRequest.Builder

    public interface UpdateClearanceRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Mdb.SignificanceInfo.SignificanceLevelType getLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
      String getUsername()
      optional string username = 1;
      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 1;
      boolean hasLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
      boolean hasUsername()
      optional string username = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasUsername

        boolean hasUsername()
        optional string username = 1;
      • getUsername

        String getUsername()
        optional string username = 1;
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        optional string username = 1;
      • hasLevel

        boolean hasLevel()
        optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;