AuthReq.Builder |
AuthReq.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AuthReq.Builder |
AuthReq.Builder.clear() |
|
AuthReq.Builder |
AuthReq.Builder.clearDatabase() |
The database that the given user has access to and to which the returned AuthCtx will be bound
|
AuthReq.Builder |
AuthReq.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
AuthReq.Builder |
AuthReq.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
AuthReq.Builder |
AuthReq.Builder.clearPassword() |
The password of the username provided
|
AuthReq.Builder |
AuthReq.Builder.clearSchema() |
The schema that the given user has access and to which the returned context will be bound, the tables queried must exist in this schema
|
AuthReq.Builder |
AuthReq.Builder.clearUsername() |
The username of a user that exists for the given database
|
AuthReq.Builder |
AuthReq.Builder.clone() |
|
AuthReq.Builder |
AuthReq.Builder.mergeFrom(AuthReq other) |
|
AuthReq.Builder |
AuthReq.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
AuthReq.Builder |
AuthReq.Builder.mergeFrom(com.google.protobuf.Message other) |
|
AuthReq.Builder |
AuthReq.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static AuthReq.Builder |
AuthReq.newBuilder() |
|
static AuthReq.Builder |
AuthReq.newBuilder(AuthReq prototype) |
|
AuthReq.Builder |
AuthReq.newBuilderForType() |
|
protected AuthReq.Builder |
AuthReq.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
AuthReq.Builder |
AuthReq.Builder.setDatabase(java.lang.String value) |
The database that the given user has access to and to which the returned AuthCtx will be bound
|
AuthReq.Builder |
AuthReq.Builder.setDatabaseBytes(com.google.protobuf.ByteString value) |
The database that the given user has access to and to which the returned AuthCtx will be bound
|
AuthReq.Builder |
AuthReq.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
AuthReq.Builder |
AuthReq.Builder.setPassword(java.lang.String value) |
The password of the username provided
|
AuthReq.Builder |
AuthReq.Builder.setPasswordBytes(com.google.protobuf.ByteString value) |
The password of the username provided
|
AuthReq.Builder |
AuthReq.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
AuthReq.Builder |
AuthReq.Builder.setSchema(java.lang.String value) |
The schema that the given user has access and to which the returned context will be bound, the tables queried must exist in this schema
|
AuthReq.Builder |
AuthReq.Builder.setSchemaBytes(com.google.protobuf.ByteString value) |
The schema that the given user has access and to which the returned context will be bound, the tables queried must exist in this schema
|
AuthReq.Builder |
AuthReq.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
AuthReq.Builder |
AuthReq.Builder.setUsername(java.lang.String value) |
The username of a user that exists for the given database
|
AuthReq.Builder |
AuthReq.Builder.setUsernameBytes(com.google.protobuf.ByteString value) |
The username of a user that exists for the given database
|
AuthReq.Builder |
AuthReq.toBuilder() |
|