Class ExistsIndexTemplateRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.ExistsIndexTemplateRequest
- All Implemented Interfaces:
ToCopyableBuilder<ExistsIndexTemplateRequest.Builder,ExistsIndexTemplateRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ExistsIndexTemplateRequest
extends RequestBase
implements ToCopyableBuilder<ExistsIndexTemplateRequest.Builder,ExistsIndexTemplateRequest>
Returns information about whether a particular index template exists.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Endpoint<ExistsIndexTemplateRequest, BooleanResponse, ErrorResponse> Endpoint "indices.exists_index_template". -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyQueryParameters(Map<String, String> params) builder()final TimeOperation timeout for connection to cluster-manager node.booleanfinal BooleanReturn settings in flat format.inthashCode()final Booleanlocal()Return local information, do not retrieve the state from cluster-manager node.final TimeDeprecated.final Stringname()Required - Name of the index template to check existence of.static ExistsIndexTemplateRequestCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.RequestBase
errorTrace, humanMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_ENDPOINT
Endpoint "indices.exists_index_template".
-
-
Method Details
-
of
public static ExistsIndexTemplateRequest of(Function<ExistsIndexTemplateRequest.Builder, ObjectBuilder<ExistsIndexTemplateRequest>> fn) -
clusterManagerTimeout
Operation timeout for connection to cluster-manager node.API name:
cluster_manager_timeout -
flatSettings
Return settings in flat format.API name:
flat_settings -
local
Return local information, do not retrieve the state from cluster-manager node.API name:
local -
masterTimeout
Deprecated.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:
master_timeout -
name
Required - Name of the index template to check existence of. Wildcard (*) expressions are supported.API name:
name -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExistsIndexTemplateRequest.Builder,ExistsIndexTemplateRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-