Uses of Class
io.milvus.grpc.GetIndexStateRequest
-
Packages that use GetIndexStateRequest Package Description io.milvus.grpc -
-
Uses of GetIndexStateRequest in io.milvus.grpc
Methods in io.milvus.grpc that return GetIndexStateRequest Modifier and Type Method Description GetIndexStateRequestGetIndexStateRequest.Builder. build()GetIndexStateRequestGetIndexStateRequest.Builder. buildPartial()static GetIndexStateRequestGetIndexStateRequest. getDefaultInstance()GetIndexStateRequestGetIndexStateRequest.Builder. getDefaultInstanceForType()GetIndexStateRequestGetIndexStateRequest. getDefaultInstanceForType()static GetIndexStateRequestGetIndexStateRequest. parseDelimitedFrom(InputStream input)static GetIndexStateRequestGetIndexStateRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateRequestGetIndexStateRequest. parseFrom(byte[] data)static GetIndexStateRequestGetIndexStateRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateRequestGetIndexStateRequest. parseFrom(com.google.protobuf.ByteString data)static GetIndexStateRequestGetIndexStateRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateRequestGetIndexStateRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetIndexStateRequestGetIndexStateRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateRequestGetIndexStateRequest. parseFrom(InputStream input)static GetIndexStateRequestGetIndexStateRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexStateRequestGetIndexStateRequest. parseFrom(ByteBuffer data)static GetIndexStateRequestGetIndexStateRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.milvus.grpc that return types with arguments of type GetIndexStateRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIndexStateRequest,GetIndexStateResponse>MilvusServiceGrpc. getGetIndexStateMethod()com.google.protobuf.Parser<GetIndexStateRequest>GetIndexStateRequest. getParserForType()static com.google.protobuf.Parser<GetIndexStateRequest>GetIndexStateRequest. parser()Methods in io.milvus.grpc with parameters of type GetIndexStateRequest Modifier and Type Method Description GetIndexStateResponseMilvusServiceGrpc.MilvusServiceBlockingStub. getIndexState(GetIndexStateRequest request)Deprecated: use DescribeIndex insteadcom.google.common.util.concurrent.ListenableFuture<GetIndexStateResponse>MilvusServiceGrpc.MilvusServiceFutureStub. getIndexState(GetIndexStateRequest request)Deprecated: use DescribeIndex insteadvoidMilvusServiceGrpc.MilvusServiceImplBase. getIndexState(GetIndexStateRequest request, io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)Deprecated: use DescribeIndex insteadvoidMilvusServiceGrpc.MilvusServiceStub. getIndexState(GetIndexStateRequest request, io.grpc.stub.StreamObserver<GetIndexStateResponse> responseObserver)Deprecated: use DescribeIndex insteadGetIndexStateRequest.BuilderGetIndexStateRequest.Builder. mergeFrom(GetIndexStateRequest other)static GetIndexStateRequest.BuilderGetIndexStateRequest. newBuilder(GetIndexStateRequest prototype)
-