Class GetUpgradeRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.GetUpgradeRequest
public class GetUpgradeRequest extends RequestBase
DEPRECATED Returns a progress status of current upgrade.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetUpgradeRequest.BuilderBuilder forGetUpgradeRequest.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<GetUpgradeRequest,GetUpgradeResponse,ErrorResponse>_ENDPOINTEndpoint "indices.get_upgrade". -
Method Summary
Modifier and Type Method Description java.lang.Stringindex()A comma-separated list of index names; use_allor empty string to perform the operation on all indicesstatic GetUpgradeRequestof(java.util.function.Function<GetUpgradeRequest.Builder,ObjectBuilder<GetUpgradeRequest>> fn)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_ENDPOINT
Endpoint "indices.get_upgrade".
-
-
Method Details
-
of
public static GetUpgradeRequest of(java.util.function.Function<GetUpgradeRequest.Builder,ObjectBuilder<GetUpgradeRequest>> fn) -
index
@Nullable public final java.lang.String index()A comma-separated list of index names; use_allor empty string to perform the operation on all indicesAPI name:
index
-