| Package | Description |
|---|---|
| io.etcd.jetcd.api | |
| io.kcache.keta.server.grpc |
| Modifier and Type | Method and Description |
|---|---|
AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.Builder.build() |
AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.Builder.buildPartial() |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.getDefaultInstance() |
AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.getDefaultInstanceForType() |
AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.Builder.getDefaultInstanceForType() |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseDelimitedFrom(InputStream input) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(byte[] data) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(com.google.protobuf.ByteString data) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(InputStream input) |
static AuthUserGrantRoleResponse |
AuthUserGrantRoleResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthUserGrantRoleResponse |
AuthGrpc.AuthBlockingStub.userGrantRole(AuthUserGrantRoleRequest request)
UserGrant grants a role to a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthUserGrantRoleResponse> |
AuthUserGrantRoleResponse.getParserForType() |
static io.grpc.MethodDescriptor<AuthUserGrantRoleRequest,AuthUserGrantRoleResponse> |
AuthGrpc.getUserGrantRoleMethod() |
static com.google.protobuf.Parser<AuthUserGrantRoleResponse> |
AuthUserGrantRoleResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<AuthUserGrantRoleResponse> |
AuthGrpc.AuthFutureStub.userGrantRole(AuthUserGrantRoleRequest request)
UserGrant grants a role to a specified user.
|
io.vertx.core.Future<AuthUserGrantRoleResponse> |
VertxAuthGrpc.AuthVertxStub.userGrantRole(AuthUserGrantRoleRequest request)
UserGrant grants a role to a specified user.
|
io.vertx.core.Future<AuthUserGrantRoleResponse> |
VertxAuthGrpc.AuthVertxImplBase.userGrantRole(AuthUserGrantRoleRequest request)
UserGrant grants a role to a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
AuthUserGrantRoleResponse.Builder |
AuthUserGrantRoleResponse.Builder.mergeFrom(AuthUserGrantRoleResponse other) |
static AuthUserGrantRoleResponse.Builder |
AuthUserGrantRoleResponse.newBuilder(AuthUserGrantRoleResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthGrpc.AuthImplBase.userGrantRole(AuthUserGrantRoleRequest request,
io.grpc.stub.StreamObserver<AuthUserGrantRoleResponse> responseObserver)
UserGrant grants a role to a specified user.
|
void |
AuthGrpc.AuthStub.userGrantRole(AuthUserGrantRoleRequest request,
io.grpc.stub.StreamObserver<AuthUserGrantRoleResponse> responseObserver)
UserGrant grants a role to a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthService.userGrantRole(AuthUserGrantRoleRequest request,
io.grpc.stub.StreamObserver<AuthUserGrantRoleResponse> responseObserver) |
Copyright © 2021. All rights reserved.