Class GetComponentTemplateRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.GetComponentTemplateRequest
public class GetComponentTemplateRequest extends RequestBase
Returns one or more component templates
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetComponentTemplateRequest.BuilderBuilder forGetComponentTemplateRequest.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static Endpoint<GetComponentTemplateRequest,GetComponentTemplateResponse,ErrorResponse>_ENDPOINTEndpoint "cluster.get_component_template". -
Method Summary
Modifier and Type Method Description java.lang.BooleanflatSettings()API name:flat_settingsjava.lang.Booleanlocal()Return local information, do not retrieve the state from master node (default: false)TimemasterTimeout()Explicit operation timeout for connection to master nodejava.lang.Stringname()The comma separated names of the component templatesstatic GetComponentTemplateRequestof(java.util.function.Function<GetComponentTemplateRequest.Builder,ObjectBuilder<GetComponentTemplateRequest>> fn)Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetComponentTemplateRequest,GetComponentTemplateResponse,ErrorResponse> _ENDPOINTEndpoint "cluster.get_component_template".
-
-
Method Details
-
of
public static GetComponentTemplateRequest of(java.util.function.Function<GetComponentTemplateRequest.Builder,ObjectBuilder<GetComponentTemplateRequest>> fn) -
flatSettings
@Nullable public final java.lang.Boolean flatSettings()API name:flat_settings -
local
@Nullable public final java.lang.Boolean 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
@Nullable public final java.lang.String name()The comma separated names of the component templatesAPI name:
name
-