| Package | Description |
|---|---|
| com.ibm.etcd.api |
| Modifier and Type | Method and Description |
|---|---|
LeaseGrantRequest |
LeaseGrantRequest.Builder.build() |
LeaseGrantRequest |
LeaseGrantRequest.Builder.buildPartial() |
static LeaseGrantRequest |
LeaseGrantRequest.getDefaultInstance() |
LeaseGrantRequest |
LeaseGrantRequest.getDefaultInstanceForType() |
LeaseGrantRequest |
LeaseGrantRequest.Builder.getDefaultInstanceForType() |
static LeaseGrantRequest |
LeaseGrantRequest.parseDelimitedFrom(InputStream input) |
static LeaseGrantRequest |
LeaseGrantRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(byte[] data) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(ByteBuffer data) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(com.google.protobuf.ByteString data) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(InputStream input) |
static LeaseGrantRequest |
LeaseGrantRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<LeaseGrantRequest,LeaseGrantResponse> |
LeaseGrpc.getLeaseGrantMethod() |
com.google.protobuf.Parser<LeaseGrantRequest> |
LeaseGrantRequest.getParserForType() |
static com.google.protobuf.Parser<LeaseGrantRequest> |
LeaseGrantRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
LeaseGrantResponse |
LeaseGrpc.LeaseBlockingStub.leaseGrant(LeaseGrantRequest request)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
com.google.common.util.concurrent.ListenableFuture<LeaseGrantResponse> |
LeaseGrpc.LeaseFutureStub.leaseGrant(LeaseGrantRequest request)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
default void |
LeaseGrpc.AsyncService.leaseGrant(LeaseGrantRequest request,
io.grpc.stub.StreamObserver<LeaseGrantResponse> responseObserver)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
void |
LeaseGrpc.LeaseStub.leaseGrant(LeaseGrantRequest request,
io.grpc.stub.StreamObserver<LeaseGrantResponse> responseObserver)
LeaseGrant creates a lease which expires if the server does not receive a keepAlive
within a given time to live period.
|
LeaseGrantRequest.Builder |
LeaseGrantRequest.Builder.mergeFrom(LeaseGrantRequest other) |
static LeaseGrantRequest.Builder |
LeaseGrantRequest.newBuilder(LeaseGrantRequest prototype) |
Copyright © 2023. All rights reserved.