Interface UpdateUserRequestOrBuilder

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

public interface UpdateUserRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasName

      boolean hasName()
       Username
       
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Username
       
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Username
       
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasDisplayName

      boolean hasDisplayName()
       Display name
       
      optional string displayName = 2;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Display name
       
      optional string displayName = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Display name
       
      optional string displayName = 2;
      Returns:
      The bytes for displayName.
    • hasEmail

      boolean hasEmail()
       Email address
       
      optional string email = 3;
      Returns:
      Whether the email field is set.
    • getEmail

      String getEmail()
       Email address
       
      optional string email = 3;
      Returns:
      The email.
    • getEmailBytes

      com.google.protobuf.ByteString getEmailBytes()
       Email address
       
      optional string email = 3;
      Returns:
      The bytes for email.
    • hasActive

      boolean hasActive()
       Whether the user may login
       
      optional bool active = 4;
      Returns:
      Whether the active field is set.
    • getActive

      boolean getActive()
       Whether the user may login
       
      optional bool active = 4;
      Returns:
      The active.
    • hasSuperuser

      boolean hasSuperuser()
       Whether the user has all privileges
       
      optional bool superuser = 5;
      Returns:
      Whether the superuser field is set.
    • getSuperuser

      boolean getSuperuser()
       Whether the user has all privileges
       
      optional bool superuser = 5;
      Returns:
      The superuser.
    • hasPassword

      boolean hasPassword()
       User password
       
      optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];
      Returns:
      Whether the password field is set.
    • getPassword

      String getPassword()
       User password
       
      optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
       User password
       
      optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];
      Returns:
      The bytes for password.
    • hasRoleAssignment

      boolean hasRoleAssignment()
       Assigned roles
       
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      Returns:
      Whether the roleAssignment field is set.
    • getRoleAssignment

      RoleAssignment getRoleAssignment()
       Assigned roles
       
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
      Returns:
      The roleAssignment.
    • getRoleAssignmentOrBuilder

      RoleAssignmentOrBuilder getRoleAssignmentOrBuilder()
       Assigned roles
       
      optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;