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

org.yamcs.protobuf.UpdateUserRequestOrBuilder 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/iam/iam.proto

package org.yamcs.protobuf;

public interface UpdateUserRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:yamcs.protobuf.iam.UpdateUserRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Username
   * 
* * optional string name = 1; * @return Whether the name field is set. */ boolean hasName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Username
   * 
* * optional string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return Whether the displayName field is set. */ boolean hasDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The displayName. */ java.lang.String getDisplayName(); /** *
   * Display name
   * 
* * optional string displayName = 2; * @return The bytes for displayName. */ com.google.protobuf.ByteString getDisplayNameBytes(); /** *
   * Email address
   * 
* * optional string email = 3; * @return Whether the email field is set. */ boolean hasEmail(); /** *
   * Email address
   * 
* * optional string email = 3; * @return The email. */ java.lang.String getEmail(); /** *
   * Email address
   * 
* * optional string email = 3; * @return The bytes for email. */ com.google.protobuf.ByteString getEmailBytes(); /** *
   * Whether the user may login
   * 
* * optional bool active = 4; * @return Whether the active field is set. */ boolean hasActive(); /** *
   * Whether the user may login
   * 
* * optional bool active = 4; * @return The active. */ boolean getActive(); /** *
   * Whether the user has all privileges
   * 
* * optional bool superuser = 5; * @return Whether the superuser field is set. */ boolean hasSuperuser(); /** *
   * Whether the user has all privileges
   * 
* * optional bool superuser = 5; * @return The superuser. */ boolean getSuperuser(); /** *
   * User password
   * 
* * optional string password = 6 [(.yamcs.api.field_behavior) = SECRET]; * @return Whether the password field is set. */ boolean hasPassword(); /** *
   * User password
   * 
* * optional string password = 6 [(.yamcs.api.field_behavior) = SECRET]; * @return The password. */ java.lang.String getPassword(); /** *
   * User password
   * 
* * optional string password = 6 [(.yamcs.api.field_behavior) = SECRET]; * @return The bytes for password. */ com.google.protobuf.ByteString getPasswordBytes(); /** *
   * Assigned roles
   * 
* * optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7; * @return Whether the roleAssignment field is set. */ boolean hasRoleAssignment(); /** *
   * Assigned roles
   * 
* * optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7; * @return The roleAssignment. */ org.yamcs.protobuf.RoleAssignment getRoleAssignment(); /** *
   * Assigned roles
   * 
* * optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7; */ org.yamcs.protobuf.RoleAssignmentOrBuilder getRoleAssignmentOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy