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