Package org.yamcs.protobuf
Interface CreateUserRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateUserRequest
,CreateUserRequest.Builder
public interface CreateUserRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDisplay namecom.google.protobuf.ByteString
Display namegetEmail()
Email addresscom.google.protobuf.ByteString
Email addressgetName()
Usernamecom.google.protobuf.ByteString
UsernameUser passwordcom.google.protobuf.ByteString
User passwordboolean
Display nameboolean
hasEmail()
Email addressboolean
hasName()
Usernameboolean
User passwordMethods 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
-
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.
-
hasPassword
boolean hasPassword()User password
optional string password = 4 [(.yamcs.api.field_behavior) = SECRET];
- Returns:
- Whether the password field is set.
-
getPassword
String getPassword()User password
optional string password = 4 [(.yamcs.api.field_behavior) = SECRET];
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()User password
optional string password = 4 [(.yamcs.api.field_behavior) = SECRET];
- Returns:
- The bytes for password.
-