Class ExistsComponentTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.ExistsComponentTemplateRequest
Check component templates. Returns information about whether a particular
component 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<ExistsComponentTemplateRequest,BooleanResponse, ErrorResponse> Endpoint "cluster.exists_component_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleanlocal()If true, the request retrieves information from the local node only.final TimePeriod to wait for a connection to the master node.name()Required - Comma-separated list of component template names used to limit the request.of(Function<ExistsComponentTemplateRequest.Builder, ObjectBuilder<ExistsComponentTemplateRequest>> fn) Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ExistsComponentTemplateRequest,BooleanResponse, _ENDPOINTErrorResponse> Endpoint "cluster.exists_component_template".
-
-
Method Details
-
of
-
local
If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.API name:
local -
masterTimeout
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
Required - Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported.API name:
name
-