Class ExistsTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsTemplateRequest
Returns information about whether a particular index template exists.
- 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<ExistsTemplateRequest,BooleanResponse, ErrorResponse> Endpoint "indices.exists_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanReturn settings in flat format (default: false)final Booleanlocal()Return local information, do not retrieve the state from master node (default: false)final TimeExplicit operation timeout for connection to master nodename()Required - The comma separated names of the index templatesstatic ExistsTemplateRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "indices.exists_template".
-
-
Method Details
-
of
public static ExistsTemplateRequest of(Function<ExistsTemplateRequest.Builder, ObjectBuilder<ExistsTemplateRequest>> fn) -
flatSettings
Return settings in flat format (default: false)API name:
flat_settings -
local
Return local information, do not retrieve the state from master node (default: false)API name:
local -
masterTimeout
Explicit operation timeout for connection to master nodeAPI name:
master_timeout -
name
Required - The comma separated names of the index templatesAPI name:
name
-