Class ExistsComponentTemplateRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.cluster.ExistsComponentTemplateRequest
-
public class ExistsComponentTemplateRequest extends RequestBase
Returns information about whether a particular component template exist
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExistsComponentTemplateRequest.BuilderBuilder forExistsComponentTemplateRequest.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<ExistsComponentTemplateRequest,BooleanResponse,ErrorResponse>_ENDPOINTEndpoint "cluster.exists_component_template".
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description TimeclusterManagerTimeout()Period to wait for a connection to the cluster-manager node.java.lang.Booleanlocal()If true, the request retrieves information from the local node only.TimemasterTimeout()Deprecated.java.util.List<java.lang.String>name()Required - Comma-separated list of component template names used to limit the request.static ExistsComponentTemplateRequestof(java.util.function.Function<ExistsComponentTemplateRequest.Builder,ObjectBuilder<ExistsComponentTemplateRequest>> fn)
-
-
-
Field Detail
-
_ENDPOINT
public static final Endpoint<ExistsComponentTemplateRequest,BooleanResponse,ErrorResponse> _ENDPOINT
Endpoint "cluster.exists_component_template".
-
-
Method Detail
-
of
public static ExistsComponentTemplateRequest of(java.util.function.Function<ExistsComponentTemplateRequest.Builder,ObjectBuilder<ExistsComponentTemplateRequest>> fn)
-
local
@Nullable public final java.lang.Boolean local()
If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the cluster-manager node.API name:
local
-
masterTimeout
@Deprecated @Nullable public final Time masterTimeout()
Deprecated.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
-
clusterManagerTimeout
@Nullable public final Time clusterManagerTimeout()
Period to wait for a connection to the cluster-manager node. If no response is received before the timeout expires, the request fails and returns an error.API name:
cluster_manager_timeout
-
name
public final java.util.List<java.lang.String> name()
Required - Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported.API name:
name
-
-