public interface UserIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getUserHost()
optional string user_host = 2 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getUserHostBytes()
optional string user_host = 2 [(.gogoproto.nullable) = false]; |
String |
getUserName()
optional string user_name = 1 [(.gogoproto.nullable) = false]; |
com.google.protobuf.ByteString |
getUserNameBytes()
optional string user_name = 1 [(.gogoproto.nullable) = false]; |
boolean |
hasUserHost()
optional string user_host = 2 [(.gogoproto.nullable) = false]; |
boolean |
hasUserName()
optional string user_name = 1 [(.gogoproto.nullable) = false]; |
boolean hasUserName()
optional string user_name = 1 [(.gogoproto.nullable) = false];String getUserName()
optional string user_name = 1 [(.gogoproto.nullable) = false];com.google.protobuf.ByteString getUserNameBytes()
optional string user_name = 1 [(.gogoproto.nullable) = false];boolean hasUserHost()
optional string user_host = 2 [(.gogoproto.nullable) = false];String getUserHost()
optional string user_host = 2 [(.gogoproto.nullable) = false];com.google.protobuf.ByteString getUserHostBytes()
optional string user_host = 2 [(.gogoproto.nullable) = false];Copyright © 2023 PingCAP. All rights reserved.