Class ExistsTemplateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.indices.ExistsTemplateRequest

public class ExistsTemplateRequest
extends RequestBase
Returns information about whether a particular index template exists.
See Also:
API specification
  • Field Details

  • Method Details

    • of

      public static ExistsTemplateRequest of​(java.util.function.Function<ExistsTemplateRequest.Builder,​ObjectBuilder<ExistsTemplateRequest>> fn)
    • flatSettings

      @Nullable public final java.lang.Boolean flatSettings()
      Return settings in flat format (default: false)

      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

      @Nullable public final Time masterTimeout()
      Explicit operation timeout for connection to master node

      API name: master_timeout

    • name

      public final java.util.List<java.lang.String> name()
      Required - The comma separated names of the index templates

      API name: name