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.ByteStringDisplay namegetEmail()Email addresscom.google.protobuf.ByteStringEmail addressgetName()Usernamecom.google.protobuf.ByteStringUsernameUser passwordcom.google.protobuf.ByteStringUser passwordbooleanDisplay namebooleanhasEmail()Email addressbooleanhasName()UsernamebooleanUser passwordMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-