public interface AuthUserChangePasswordRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
name is the name of the user whose password is being changed.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the name of the user whose password is being changed.
|
String |
getPassword()
password is the new password for the user.
|
com.google.protobuf.ByteString |
getPasswordBytes()
password is the new password for the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
name is the name of the user whose password is being changed.
string name = 1;com.google.protobuf.ByteString getNameBytes()
name is the name of the user whose password is being changed.
string name = 1;String getPassword()
password is the new password for the user.
string password = 2;com.google.protobuf.ByteString getPasswordBytes()
password is the new password for the user.
string password = 2;Copyright © 2021. All rights reserved.