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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()optional bool active = 4;StringgetDisplayName()optional string displayName = 2;com.google.protobuf.ByteStringgetDisplayNameBytes()optional string displayName = 2;StringgetEmail()optional string email = 3;com.google.protobuf.ByteStringgetEmailBytes()optional string email = 3;StringgetName()optional string name = 1;com.google.protobuf.ByteStringgetNameBytes()optional string name = 1;StringgetPassword()optional string password = 6;com.google.protobuf.ByteStringgetPasswordBytes()optional string password = 6;RoleAssignmentgetRoleAssignment()optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;RoleAssignmentOrBuildergetRoleAssignmentOrBuilder()optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;booleangetSuperuser()optional bool superuser = 5;booleanhasActive()optional bool active = 4;booleanhasDisplayName()optional string displayName = 2;booleanhasEmail()optional string email = 3;booleanhasName()optional string name = 1;booleanhasPassword()optional string password = 6;booleanhasRoleAssignment()optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;booleanhasSuperuser()optional bool superuser = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
optional string name = 1;
-
getName
String getName()
optional string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
-
hasDisplayName
boolean hasDisplayName()
optional string displayName = 2;
-
getDisplayName
String getDisplayName()
optional string displayName = 2;
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
optional string displayName = 2;
-
hasEmail
boolean hasEmail()
optional string email = 3;
-
getEmail
String getEmail()
optional string email = 3;
-
getEmailBytes
com.google.protobuf.ByteString getEmailBytes()
optional string email = 3;
-
hasActive
boolean hasActive()
optional bool active = 4;
-
getActive
boolean getActive()
optional bool active = 4;
-
hasSuperuser
boolean hasSuperuser()
optional bool superuser = 5;
-
getSuperuser
boolean getSuperuser()
optional bool superuser = 5;
-
hasPassword
boolean hasPassword()
optional string password = 6;
-
getPassword
String getPassword()
optional string password = 6;
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
optional string password = 6;
-
hasRoleAssignment
boolean hasRoleAssignment()
optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
-
getRoleAssignment
RoleAssignment getRoleAssignment()
optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
-
getRoleAssignmentOrBuilder
RoleAssignmentOrBuilder getRoleAssignmentOrBuilder()
optional .yamcs.protobuf.iam.RoleAssignment roleAssignment = 7;
-
-