| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.build() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.buildPartial() |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.getDefaultInstance() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.getDefaultInstanceForType() |
AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.Builder.getDefaultInstanceForType() |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseDelimitedFrom(InputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(byte[] data) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(ByteBuffer data) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.ByteString data) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.CodedInputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(InputStream input) |
static AuthUserChangePasswordResponse |
AuthUserChangePasswordResponse.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AuthUserChangePasswordResponse |
AuthGrpc.AuthBlockingStub.userChangePassword(AuthUserChangePasswordRequest request)
UserChangePassword changes the password of a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<AuthUserChangePasswordResponse> |
AuthUserChangePasswordResponse.getParserForType() |
static io.grpc.MethodDescriptor<AuthUserChangePasswordRequest,AuthUserChangePasswordResponse> |
AuthGrpc.getUserChangePasswordMethod() |
static com.google.protobuf.Parser<AuthUserChangePasswordResponse> |
AuthUserChangePasswordResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<AuthUserChangePasswordResponse> |
AuthGrpc.AuthFutureStub.userChangePassword(AuthUserChangePasswordRequest request)
UserChangePassword changes the password of a specified user.
|
| Modifier and Type | Method and Description |
|---|---|
AuthUserChangePasswordResponse.Builder |
AuthUserChangePasswordResponse.Builder.mergeFrom(AuthUserChangePasswordResponse other) |
static AuthUserChangePasswordResponse.Builder |
AuthUserChangePasswordResponse.newBuilder(AuthUserChangePasswordResponse prototype) |
| Modifier and Type | Method and Description |
|---|---|
default void |
AuthGrpc.AsyncService.userChangePassword(AuthUserChangePasswordRequest request,
io.grpc.stub.StreamObserver<AuthUserChangePasswordResponse> responseObserver)
UserChangePassword changes the password of a specified user.
|
void |
AuthGrpc.AuthStub.userChangePassword(AuthUserChangePasswordRequest request,
io.grpc.stub.StreamObserver<AuthUserChangePasswordResponse> responseObserver)
UserChangePassword changes the password of a specified user.
|
Copyright © 2023. All rights reserved.