Uses of Class
io.dingodb.version.Version.LeaseRevokeResponse
Packages that use Version.LeaseRevokeResponse
-
Uses of Version.LeaseRevokeResponse in io.dingodb.version
Methods in io.dingodb.version that return Version.LeaseRevokeResponseModifier and TypeMethodDescriptionVersion.LeaseRevokeResponse.Builder.build()Version.LeaseRevokeResponse.Builder.buildPartial()static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.getDefaultInstance()Version.LeaseRevokeResponse.Builder.getDefaultInstanceForType()Version.LeaseRevokeResponse.getDefaultInstanceForType()VersionServiceGrpc.VersionServiceBlockingStub.leaseRevoke(Version.LeaseRevokeRequest request) LeaseRevoke revokes a lease.static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseDelimitedFrom(InputStream input) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(byte[] data) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(com.google.protobuf.ByteString data) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(InputStream input) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(ByteBuffer data) static Version.LeaseRevokeResponseVersion.LeaseRevokeResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.version that return types with arguments of type Version.LeaseRevokeResponseModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Version.LeaseRevokeRequest,Version.LeaseRevokeResponse> VersionServiceGrpc.getLeaseRevokeMethod()com.google.protobuf.Parser<Version.LeaseRevokeResponse>Version.LeaseRevokeResponse.getParserForType()com.google.common.util.concurrent.ListenableFuture<Version.LeaseRevokeResponse>VersionServiceGrpc.VersionServiceFutureStub.leaseRevoke(Version.LeaseRevokeRequest request) LeaseRevoke revokes a lease.static com.google.protobuf.Parser<Version.LeaseRevokeResponse>Version.LeaseRevokeResponse.parser()Methods in io.dingodb.version with parameters of type Version.LeaseRevokeResponseModifier and TypeMethodDescriptionVersion.LeaseRevokeResponse.Builder.mergeFrom(Version.LeaseRevokeResponse other) Version.LeaseRevokeResponse.newBuilder(Version.LeaseRevokeResponse prototype) Method parameters in io.dingodb.version with type arguments of type Version.LeaseRevokeResponseModifier and TypeMethodDescriptiondefault voidVersionServiceGrpc.AsyncService.leaseRevoke(Version.LeaseRevokeRequest request, io.grpc.stub.StreamObserver<Version.LeaseRevokeResponse> responseObserver) LeaseRevoke revokes a lease.voidVersionServiceGrpc.VersionServiceStub.leaseRevoke(Version.LeaseRevokeRequest request, io.grpc.stub.StreamObserver<Version.LeaseRevokeResponse> responseObserver) LeaseRevoke revokes a lease.