Uses of Class
io.dingodb.version.Version.ListLeasesRequest
Packages that use Version.ListLeasesRequest
-
Uses of Version.ListLeasesRequest in io.dingodb.version
Methods in io.dingodb.version that return Version.ListLeasesRequestModifier and TypeMethodDescriptionVersion.ListLeasesRequest.Builder.build()Version.ListLeasesRequest.Builder.buildPartial()static Version.ListLeasesRequestVersion.ListLeasesRequest.getDefaultInstance()Version.ListLeasesRequest.Builder.getDefaultInstanceForType()Version.ListLeasesRequest.getDefaultInstanceForType()static Version.ListLeasesRequestVersion.ListLeasesRequest.parseDelimitedFrom(InputStream input) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(byte[] data) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(com.google.protobuf.ByteString data) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(com.google.protobuf.CodedInputStream input) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(InputStream input) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(ByteBuffer data) static Version.ListLeasesRequestVersion.ListLeasesRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.ListLeasesRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.ListLeasesRequest,Version.ListLeasesResponse> VersionServiceGrpc.getListLeasesMethod()com.google.protobuf.Parser<Version.ListLeasesRequest>Version.ListLeasesRequest.getParserForType()static com.google.protobuf.Parser<Version.ListLeasesRequest>Version.ListLeasesRequest.parser()Methods in io.dingodb.version with parameters of type Version.ListLeasesRequestModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.listLeases(Version.ListLeasesRequest request, io.grpc.stub.StreamObserver<Version.ListLeasesResponse> responseObserver) ListLeases lists all existing leases.VersionServiceGrpc.VersionServiceBlockingStub.listLeases(Version.ListLeasesRequest request) ListLeases lists all existing leases.com.google.common.util.concurrent.ListenableFuture<Version.ListLeasesResponse>VersionServiceGrpc.VersionServiceFutureStub.listLeases(Version.ListLeasesRequest request) ListLeases lists all existing leases.voidVersionServiceGrpc.VersionServiceStub.listLeases(Version.ListLeasesRequest request, io.grpc.stub.StreamObserver<Version.ListLeasesResponse> responseObserver) ListLeases lists all existing leases.Version.ListLeasesRequest.Builder.mergeFrom(Version.ListLeasesRequest other) Version.ListLeasesRequest.newBuilder(Version.ListLeasesRequest prototype)