Class GetTransformRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.transform.GetTransformRequest

public class GetTransformRequest
extends RequestBase
Retrieves configuration information for transforms.
See Also:
API specification
  • Field Details

  • Method Details

    • of

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

      @Nullable public final java.lang.Boolean allowNoMatch()
      Whether to ignore if a wildcard expression matches no transforms. (This includes _all string or when no transforms have been specified)

      API name: allow_no_match

    • excludeGenerated

      @Nullable public final java.lang.Boolean excludeGenerated()
      Omits fields that are illegal to set on transform PUT

      API name: exclude_generated

    • from

      @Nullable public final java.lang.Integer from()
      skips a number of transform configs, defaults to 0

      API name: from

    • size

      @Nullable public final java.lang.Integer size()
      specifies a max number of transforms to get, defaults to 100

      API name: size

    • transformId

      @Nullable public final java.lang.String transformId()
      The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms

      API name: transform_id