Class ExistsComponentTemplateRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.ExistsComponentTemplateRequest

public class ExistsComponentTemplateRequest extends RequestBase
Check component templates. Returns information about whether a particular component template exists.
See Also:
  • Field Details

  • Method Details

    • of

    • local

      @Deprecated @Nullable public final Boolean local()
      Deprecated.
      9.0.0 This parameter has no effect, is now deprecated, and will be removed in a future version.
      If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.

      API name: local

    • masterTimeout

      @Nullable public final Time masterTimeout()
      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

    • name

      public final List<String> name()
      Required - Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported.

      API name: name