Package | Description |
---|---|
com.pingcap.tidb.tipb |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<UserIdentity> |
UserIdentity.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UserIdentity |
UserIdentity.Builder.build() |
UserIdentity |
UserIdentity.Builder.buildPartial() |
static UserIdentity |
UserIdentity.getDefaultInstance() |
UserIdentity |
UserIdentity.getDefaultInstanceForType() |
UserIdentity |
UserIdentity.Builder.getDefaultInstanceForType() |
UserIdentity |
DAGRequestOrBuilder.getUser()
UserIdentity uses to do privilege check.
|
UserIdentity |
DAGRequest.getUser()
UserIdentity uses to do privilege check.
|
UserIdentity |
DAGRequest.Builder.getUser()
UserIdentity uses to do privilege check.
|
static UserIdentity |
UserIdentity.parseDelimitedFrom(InputStream input) |
static UserIdentity |
UserIdentity.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserIdentity |
UserIdentity.parseFrom(byte[] data) |
static UserIdentity |
UserIdentity.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserIdentity |
UserIdentity.parseFrom(ByteBuffer data) |
static UserIdentity |
UserIdentity.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserIdentity |
UserIdentity.parseFrom(com.google.protobuf.ByteString data) |
static UserIdentity |
UserIdentity.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserIdentity |
UserIdentity.parseFrom(com.google.protobuf.CodedInputStream input) |
static UserIdentity |
UserIdentity.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserIdentity |
UserIdentity.parseFrom(InputStream input) |
static UserIdentity |
UserIdentity.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UserIdentity> |
UserIdentity.getParserForType() |
static com.google.protobuf.Parser<UserIdentity> |
UserIdentity.parser() |
Modifier and Type | Method and Description |
---|---|
UserIdentity.Builder |
UserIdentity.Builder.mergeFrom(UserIdentity other) |
DAGRequest.Builder |
DAGRequest.Builder.mergeUser(UserIdentity value)
UserIdentity uses to do privilege check.
|
static UserIdentity.Builder |
UserIdentity.newBuilder(UserIdentity prototype) |
DAGRequest.Builder |
DAGRequest.Builder.setUser(UserIdentity value)
UserIdentity uses to do privilege check.
|
Copyright © 2024 PingCAP. All rights reserved.