public static interface AuthenticationProtos.WhoAmIResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAuthMethod()
optional string auth_method = 2; |
com.google.protobuf.ByteString |
getAuthMethodBytes()
optional string auth_method = 2; |
String |
getUsername()
optional string username = 1; |
com.google.protobuf.ByteString |
getUsernameBytes()
optional string username = 1; |
boolean |
hasAuthMethod()
optional string auth_method = 2; |
boolean |
hasUsername()
optional string username = 1; |
boolean hasUsername()
optional string username = 1;String getUsername()
optional string username = 1;com.google.protobuf.ByteString getUsernameBytes()
optional string username = 1;boolean hasAuthMethod()
optional string auth_method = 2;String getAuthMethod()
optional string auth_method = 2;com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 2;Copyright © 2007–2019. All rights reserved.