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 templatefinal Booleanlocal()Deprecated.9.0.0 This parameter has no effect, is now deprecated, and will be removed in a future version.final TimePeriod to wait for a connection to the master node.final Stringname()Name of component template to retrieve.static GetComponentTemplateRequestrebuild()Filter 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 templateAPI name:
include_defaults -
local
Deprecated.9.0.0 This parameter has no effect, is now deprecated, and will be removed in a future version.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
Name of component template to retrieve. 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 -
rebuild
- Returns:
- New
GetComponentTemplateRequest.Builderinitialized with field values of this instance
-