Class DeleteTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.DeleteTemplateRequest
Deprecated.
7.8.0
Delete a legacy index template. IMPORTANT: This documentation is about legacy
index templates, which are deprecated and will be replaced by the composable
templates introduced in Elasticsearch 7.8.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<DeleteTemplateRequest,DeleteTemplateResponse, ErrorResponse> Deprecated.Endpoint "indices.delete_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal TimeDeprecated.Period to wait for a connection to the master node.final Stringname()Deprecated.Required - The name of the legacy index template to delete.static DeleteTemplateRequestDeprecated.final Timetimeout()Deprecated.Period to wait for a response.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "indices.delete_template".
-
-
Method Details
-
of
public static DeleteTemplateRequest of(Function<DeleteTemplateRequest.Builder, ObjectBuilder<DeleteTemplateRequest>> fn) Deprecated. -
masterTimeout
Deprecated.Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.API name:
master_timeout -
name
Deprecated.Required - The name of the legacy index template to delete. Wildcard (*) expressions are supported.API name:
name -
timeout
Deprecated.Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.API name:
timeout
-