Class GetComponentTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.GetComponentTemplateRequest
Get component templates. Get information about component templates.
- 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 TypeFieldDescriptionEndpoint "cluster.get_component_template". -
Method Summary
Modifier and TypeMethodDescriptionfinal BooleanIftrue, returns settings in flat format.final BooleanReturn all default configurations for the component template (default: false)final Booleanlocal()Iftrue, the request retrieves information from the local node only.final TimePeriod to wait for a connection to the master node.final Stringname()Comma-separated list of component template names used to limit the request.static GetComponentTemplateRequestFilter out results, for example to filter out sensitive information.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetComponentTemplateRequest,GetComponentTemplateResponse, _ENDPOINTErrorResponse> Endpoint "cluster.get_component_template".
-
-
Method Details
-
of
-
flatSettings
Iftrue, returns settings in flat format.API name:
flat_settings -
includeDefaults
Return all default configurations for the component template (default: false)API name:
include_defaults -
local
Iftrue, the request retrieves information from the local node only. Iffalse, 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
Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported.API name:
name -
settingsFilter
Filter out results, for example to filter out sensitive information. Supports wildcards or full settings keysAPI name:
settings_filter
-