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