Class GetAsyncStatusRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.sql.GetAsyncStatusRequest
public class GetAsyncStatusRequest extends RequestBase
Returns the current status of an async SQL search or a stored synchronous SQL
search
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAsyncStatusRequest.BuilderBuilder forGetAsyncStatusRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetAsyncStatusRequest,GetAsyncStatusResponse,ErrorResponse>_ENDPOINTEndpoint "sql.get_async_status". -
Method Summary
Modifier and Type Method Description java.lang.Stringid()Required - The async search IDstatic GetAsyncStatusRequestof(java.util.function.Function<GetAsyncStatusRequest.Builder,ObjectBuilder<GetAsyncStatusRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetAsyncStatusRequest,GetAsyncStatusResponse,ErrorResponse> _ENDPOINTEndpoint "sql.get_async_status".
-
-
Method Details
-
of
public static GetAsyncStatusRequest of(java.util.function.Function<GetAsyncStatusRequest.Builder,ObjectBuilder<GetAsyncStatusRequest>> fn) -
id
public final java.lang.String id()Required - The async search IDAPI name:
id
-