| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
AuthDisableResponse |
AuthGrpc.AuthBlockingStub.authDisable(AuthDisableRequest request)
AuthDisable disables authentication.
|
AuthDisableResponse |
AuthDisableResponse.Builder.build() |
AuthDisableResponse |
AuthDisableResponse.Builder.buildPartial() |
static AuthDisableResponse |
AuthDisableResponse.getDefaultInstance() |
AuthDisableResponse |
AuthDisableResponse.getDefaultInstanceForType() |
AuthDisableResponse |
AuthDisableResponse.Builder.getDefaultInstanceForType() |
static AuthDisableResponse |
AuthDisableResponse.parseDelimitedFrom(InputStream input) |
static AuthDisableResponse |
AuthDisableResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(byte[] data) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(ByteBuffer data) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(com.google.protobuf.ByteString data) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(InputStream input) |
static AuthDisableResponse |
AuthDisableResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<AuthDisableResponse> |
AuthGrpc.AuthFutureStub.authDisable(AuthDisableRequest request)
AuthDisable disables authentication.
|
static io.grpc.MethodDescriptor<AuthDisableRequest,AuthDisableResponse> |
AuthGrpc.getAuthDisableMethod() |
com.google.protobuf.Parser<AuthDisableResponse> |
AuthDisableResponse.getParserForType() |
static com.google.protobuf.Parser<AuthDisableResponse> |
AuthDisableResponse.parser() |
| Modifier and Type | Method and Description |
|---|---|
AuthDisableResponse.Builder |
AuthDisableResponse.Builder.mergeFrom(AuthDisableResponse other) |
static AuthDisableResponse.Builder |
AuthDisableResponse.newBuilder(AuthDisableResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
AuthGrpc.AsyncService.authDisable(AuthDisableRequest request,
io.grpc.stub.StreamObserver<AuthDisableResponse> responseObserver)
AuthDisable disables authentication.
|
void |
AuthGrpc.AuthStub.authDisable(AuthDisableRequest request,
io.grpc.stub.StreamObserver<AuthDisableResponse> responseObserver)
AuthDisable disables authentication.
|
Copyright © 2023. All rights reserved.