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

    Modifier and Type
    Method
    Description
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
    optional string username = 1;
    com.google.protobuf.ByteString
    optional string username = 1;
    boolean
    optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
    boolean
    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 Details

    • hasUsername

      boolean hasUsername()
      optional string username = 1;
      Returns:
      Whether the username field is set.
    • getUsername

      String getUsername()
      optional string username = 1;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      optional string username = 1;
      Returns:
      The bytes for username.
    • hasLevel

      boolean hasLevel()
      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
      Returns:
      Whether the level field is set.
    • getLevel

      optional .yamcs.protobuf.mdb.SignificanceInfo.SignificanceLevelType level = 2;
      Returns:
      The level.