Class ExistsTemplateRequest
java.lang.Object
org.opensearch.client.opensearch._types.RequestBase
org.opensearch.client.opensearch.indices.ExistsTemplateRequest
- All Implemented Interfaces:
ToCopyableBuilder<ExistsTemplateRequest.Builder,ExistsTemplateRequest>
@Generated("org.opensearch.client.codegen.CodeGenerator")
public final class ExistsTemplateRequest
extends RequestBase
implements ToCopyableBuilder<ExistsTemplateRequest.Builder,ExistsTemplateRequest>
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<ExistsTemplateRequest, BooleanResponse, ErrorResponse> Endpoint "indices.exists_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.name()Required - The comma separated names of the index templatesstatic ExistsTemplateRequestCreate 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_template".
-
-
Method Details
-
of
public static ExistsTemplateRequest of(Function<ExistsTemplateRequest.Builder, ObjectBuilder<ExistsTemplateRequest>> 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.Explicit operation timeout for connection to cluster-manager nodeAPI name:
master_timeout -
name
Required - The comma separated names of the index templatesAPI name:
name -
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<ExistsTemplateRequest.Builder,ExistsTemplateRequest> - Returns:
- a new builder instance.
-
builder
-
applyQueryParameters
- Overrides:
applyQueryParametersin classRequestBase
-
hashCode
public int hashCode() -
equals
-