public static interface Rpc.AuthUserChangePasswordRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
String 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 © 2018. All rights reserved.