Package org.yamcs.protobuf
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 SummaryModifier and TypeMethodDescriptionbooleanWhether the user may loginDisplay namecom.google.protobuf.ByteStringDisplay namegetEmail()Email addresscom.google.protobuf.ByteStringEmail addressgetName()Usernamecom.google.protobuf.ByteStringUsernameUser passwordcom.google.protobuf.ByteStringUser passwordAssigned rolesAssigned rolesbooleanWhether the user has all privilegesbooleanWhether the user may loginbooleanDisplay namebooleanhasEmail()Email addressbooleanhasName()UsernamebooleanUser passwordbooleanAssigned rolesbooleanWhether the user has all privilegesMethods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasNameboolean hasName()Username optional string name = 1;- Returns:
- Whether the name field is set.
 
- 
getNameString getName()Username optional string name = 1;- Returns:
- The name.
 
- 
getNameBytescom.google.protobuf.ByteString getNameBytes()Username optional string name = 1;- Returns:
- The bytes for name.
 
- 
hasDisplayNameboolean hasDisplayName()Display name optional string displayName = 2;- Returns:
- Whether the displayName field is set.
 
- 
getDisplayNameString getDisplayName()Display name optional string displayName = 2;- Returns:
- The displayName.
 
- 
getDisplayNameBytescom.google.protobuf.ByteString getDisplayNameBytes()Display name optional string displayName = 2;- Returns:
- The bytes for displayName.
 
- 
hasEmailboolean hasEmail()Email address optional string email = 3;- Returns:
- Whether the email field is set.
 
- 
getEmailString getEmail()Email address optional string email = 3;- Returns:
- The email.
 
- 
getEmailBytescom.google.protobuf.ByteString getEmailBytes()Email address optional string email = 3;- Returns:
- The bytes for email.
 
- 
hasActiveboolean hasActive()Whether the user may login optional bool active = 4;- Returns:
- Whether the active field is set.
 
- 
getActiveboolean getActive()Whether the user may login optional bool active = 4;- Returns:
- The active.
 
- 
hasSuperuserboolean hasSuperuser()Whether the user has all privileges optional bool superuser = 5;- Returns:
- Whether the superuser field is set.
 
- 
getSuperuserboolean getSuperuser()Whether the user has all privileges optional bool superuser = 5;- Returns:
- The superuser.
 
- 
hasPasswordboolean hasPassword()User password optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];- Returns:
- Whether the password field is set.
 
- 
getPasswordString getPassword()User password optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];- Returns:
- The password.
 
- 
getPasswordBytescom.google.protobuf.ByteString getPasswordBytes()User password optional string password = 6 [(.yamcs.api.field_behavior) = SECRET];- Returns:
- The bytes for password.
 
- 
hasRoleAssignmentboolean hasRoleAssignment()Assigned roles optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;- Returns:
- Whether the roleAssignment field is set.
 
- 
getRoleAssignmentRoleAssignment getRoleAssignment()Assigned roles optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;- Returns:
- The roleAssignment.
 
- 
getRoleAssignmentOrBuilderRoleAssignmentOrBuilder getRoleAssignmentOrBuilder()Assigned roles optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
 
-