Uses of Class
io.milvus.grpc.AllocTimestampResponse
Packages that use AllocTimestampResponse
-
Uses of AllocTimestampResponse in io.milvus.grpc
Methods in io.milvus.grpc that return AllocTimestampResponseModifier and TypeMethodDescriptionMilvusServiceGrpc.MilvusServiceBlockingStub.allocTimestamp(AllocTimestampRequest request) AllocTimestampResponse.Builder.build()AllocTimestampResponse.Builder.buildPartial()static AllocTimestampResponseAllocTimestampResponse.getDefaultInstance()AllocTimestampResponse.Builder.getDefaultInstanceForType()AllocTimestampResponse.getDefaultInstanceForType()static AllocTimestampResponseAllocTimestampResponse.parseDelimitedFrom(InputStream input) static AllocTimestampResponseAllocTimestampResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocTimestampResponseAllocTimestampResponse.parseFrom(byte[] data) static AllocTimestampResponseAllocTimestampResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocTimestampResponseAllocTimestampResponse.parseFrom(com.google.protobuf.ByteString data) static AllocTimestampResponseAllocTimestampResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocTimestampResponseAllocTimestampResponse.parseFrom(com.google.protobuf.CodedInputStream input) static AllocTimestampResponseAllocTimestampResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocTimestampResponseAllocTimestampResponse.parseFrom(InputStream input) static AllocTimestampResponseAllocTimestampResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static AllocTimestampResponseAllocTimestampResponse.parseFrom(ByteBuffer data) static AllocTimestampResponseAllocTimestampResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.milvus.grpc that return types with arguments of type AllocTimestampResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<AllocTimestampResponse> MilvusServiceGrpc.MilvusServiceFutureStub.allocTimestamp(AllocTimestampRequest request) static io.grpc.MethodDescriptor<AllocTimestampRequest, AllocTimestampResponse> MilvusServiceGrpc.getAllocTimestampMethod()com.google.protobuf.Parser<AllocTimestampResponse> AllocTimestampResponse.getParserForType()static com.google.protobuf.Parser<AllocTimestampResponse> AllocTimestampResponse.parser()Methods in io.milvus.grpc with parameters of type AllocTimestampResponseModifier and TypeMethodDescriptionAllocTimestampResponse.Builder.mergeFrom(AllocTimestampResponse other) AllocTimestampResponse.newBuilder(AllocTimestampResponse prototype) Method parameters in io.milvus.grpc with type arguments of type AllocTimestampResponseModifier and TypeMethodDescriptiondefault voidMilvusServiceGrpc.AsyncService.allocTimestamp(AllocTimestampRequest request, io.grpc.stub.StreamObserver<AllocTimestampResponse> responseObserver) voidMilvusServiceGrpc.MilvusServiceStub.allocTimestamp(AllocTimestampRequest request, io.grpc.stub.StreamObserver<AllocTimestampResponse> responseObserver)