| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
AuthRoleGetRequest |
AuthRoleGetRequest.Builder.build() |
AuthRoleGetRequest |
AuthRoleGetRequest.Builder.buildPartial() |
static AuthRoleGetRequest |
AuthRoleGetRequest.getDefaultInstance() |
AuthRoleGetRequest |
AuthRoleGetRequest.getDefaultInstanceForType() |
AuthRoleGetRequest |
AuthRoleGetRequest.Builder.getDefaultInstanceForType() |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseDelimitedFrom(InputStream input) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(byte[] data) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(ByteBuffer data) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(com.google.protobuf.ByteString data) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(InputStream input) |
static AuthRoleGetRequest |
AuthRoleGetRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthRoleGetRequest> |
AuthRoleGetRequest.getParserForType() |
static io.grpc.MethodDescriptor<AuthRoleGetRequest,AuthRoleGetResponse> |
AuthGrpc.getRoleGetMethod() |
static com.google.protobuf.Parser<AuthRoleGetRequest> |
AuthRoleGetRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
AuthRoleGetRequest.Builder |
AuthRoleGetRequest.Builder.mergeFrom(AuthRoleGetRequest other) |
static AuthRoleGetRequest.Builder |
AuthRoleGetRequest.newBuilder(AuthRoleGetRequest prototype) |
AuthRoleGetResponse |
AuthGrpc.AuthBlockingStub.roleGet(AuthRoleGetRequest request)
RoleGet gets detailed role information.
|
com.google.common.util.concurrent.ListenableFuture<AuthRoleGetResponse> |
AuthGrpc.AuthFutureStub.roleGet(AuthRoleGetRequest request)
RoleGet gets detailed role information.
|
void |
AuthGrpc.AuthImplBase.roleGet(AuthRoleGetRequest request,
io.grpc.stub.StreamObserver<AuthRoleGetResponse> responseObserver)
RoleGet gets detailed role information.
|
void |
AuthGrpc.AuthStub.roleGet(AuthRoleGetRequest request,
io.grpc.stub.StreamObserver<AuthRoleGetResponse> responseObserver)
RoleGet gets detailed role information.
|
Copyright © 2022. All rights reserved.