public interface UserIdentityOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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 © 2024 PingCAP. All rights reserved.