Class DeleteScriptRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.DeleteScriptRequest

public class DeleteScriptRequest extends RequestBase
Deletes a stored script or search template.
See Also:
  • Field Details

  • Method Details

    • of

    • id

      public final String id()
      Required - Identifier for the stored script or search template.

      API name: id

    • 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

    • timeout

      @Nullable public final Time timeout()
      Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.

      API name: timeout