diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Esql/AsyncQueryGetRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Esql/AsyncQueryGetRequest.g.cs index 7a7588a3119..3629e3b2ce8 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/Esql/AsyncQueryGetRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/Esql/AsyncQueryGetRequest.g.cs @@ -33,6 +33,13 @@ public sealed partial class AsyncQueryGetRequestParameters : Elastic.Transport.R /// public bool? DropNullColumns { get => Q("drop_null_columns"); set => Q("drop_null_columns", value); } + /// + /// + /// A short version of the Accept header, for example json or yaml. + /// + /// + public Elastic.Clients.Elasticsearch.Esql.EsqlFormat? Format { get => Q("format"); set => Q("format", value); } + /// /// /// The period for which the query and its results are stored in the cluster. @@ -135,6 +142,13 @@ internal AsyncQueryGetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCo /// public bool? DropNullColumns { get => Q("drop_null_columns"); set => Q("drop_null_columns", value); } + /// + /// + /// A short version of the Accept header, for example json or yaml. + /// + /// + public Elastic.Clients.Elasticsearch.Esql.EsqlFormat? Format { get => Q("format"); set => Q("format", value); } + /// /// /// The period for which the query and its results are stored in the cluster. @@ -210,6 +224,17 @@ public Elastic.Clients.Elasticsearch.Esql.AsyncQueryGetRequestDescriptor DropNul return this; } + /// + /// + /// A short version of the Accept header, for example json or yaml. + /// + /// + public Elastic.Clients.Elasticsearch.Esql.AsyncQueryGetRequestDescriptor Format(Elastic.Clients.Elasticsearch.Esql.EsqlFormat? value) + { + Instance.Format = value; + return this; + } + /// /// /// The period for which the query and its results are stored in the cluster. diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/GetRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/GetRequest.g.cs index 1ba52d8db38..b94832df04a 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/GetRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/GetRequest.g.cs @@ -28,7 +28,7 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara /// /// /// Indicates whether the request forces synthetic _source. - /// Use this paramater to test if the mapping supports synthetic _source and to get a sense of the worst case performance. + /// Use this parameter to test if the mapping supports synthetic _source and to get a sense of the worst case performance. /// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index. /// /// @@ -101,8 +101,8 @@ public sealed partial class GetRequestParameters : Elastic.Transport.RequestPara /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.Fields? StoredFields { get => Q("stored_fields"); set => Q("stored_fields", value); } @@ -275,7 +275,7 @@ internal GetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructorS /// /// /// Indicates whether the request forces synthetic _source. - /// Use this paramater to test if the mapping supports synthetic _source and to get a sense of the worst case performance. + /// Use this parameter to test if the mapping supports synthetic _source and to get a sense of the worst case performance. /// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index. /// /// @@ -348,8 +348,8 @@ internal GetRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructorS /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.Fields? StoredFields { get => Q("stored_fields"); set => Q("stored_fields", value); } @@ -491,7 +491,7 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor Index(Elastic.Clients. /// /// /// Indicates whether the request forces synthetic _source. - /// Use this paramater to test if the mapping supports synthetic _source and to get a sense of the worst case performance. + /// Use this parameter to test if the mapping supports synthetic _source and to get a sense of the worst case performance. /// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index. /// /// @@ -645,8 +645,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor SourceIncludes(para /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.Clients.Elasticsearch.Fields? value) @@ -660,8 +660,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.C /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(params System.Linq.Expressions.Expression>[] value) @@ -885,7 +885,7 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor Index(Elast /// /// /// Indicates whether the request forces synthetic _source. - /// Use this paramater to test if the mapping supports synthetic _source and to get a sense of the worst case performance. + /// Use this parameter to test if the mapping supports synthetic _source and to get a sense of the worst case performance. /// Fetches with this parameter enabled will be slower than enabling synthetic source natively in the index. /// /// @@ -1028,8 +1028,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor SourceInclu /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(Elastic.Clients.Elasticsearch.Fields? value) @@ -1043,8 +1043,8 @@ public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredField /// A comma-separated list of stored fields to return as part of a hit. /// If no fields are specified, no stored fields are included in the response. /// If this field is specified, the _source parameter defaults to false. - /// Only leaf fields can be retrieved with the stored_field option. - /// Object fields can't be returned;​if specified, the request fails. + /// Only leaf fields can be retrieved with the stored_fields option. + /// Object fields can't be returned; if specified, the request fails. /// /// public Elastic.Clients.Elasticsearch.GetRequestDescriptor StoredFields(params System.Linq.Expressions.Expression>[] value) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs index c3728ef77fc..eea4dbc0c8b 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs @@ -38,7 +38,6 @@ public sealed partial class ClearCacheRequestParameters : Elastic.Transport.Requ /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -173,7 +172,6 @@ internal ClearCacheRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -280,7 +278,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -294,7 +291,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) @@ -491,7 +487,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -505,7 +500,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs index ee1ef2337fd..cd9e0ce1eb9 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs @@ -38,7 +38,6 @@ public sealed partial class CloseIndexRequestParameters : Elastic.Transport.Requ /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -180,7 +179,6 @@ internal CloseIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -295,7 +293,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -309,7 +306,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) @@ -493,7 +489,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -507,7 +502,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs index e520feba365..11a531793e4 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs @@ -38,7 +38,6 @@ public sealed partial class DeleteIndexRequestParameters : Elastic.Transport.Req /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -161,7 +160,6 @@ internal DeleteIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCons /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -257,7 +255,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -271,7 +268,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) @@ -432,7 +428,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -446,7 +441,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsAliasRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsAliasRequest.g.cs index 36523580b09..6c257ad8bed 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsAliasRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsAliasRequest.g.cs @@ -38,7 +38,6 @@ public sealed partial class ExistsAliasRequestParameters : Elastic.Transport.Req /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -159,7 +158,6 @@ internal ExistsAliasRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCons /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -257,7 +255,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -271,7 +268,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) @@ -431,7 +427,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -445,7 +440,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) diff --git a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsRequest.g.cs b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsRequest.g.cs index 0388a793b6a..fe14014be38 100644 --- a/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsRequest.g.cs +++ b/src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsRequest.g.cs @@ -38,7 +38,6 @@ public sealed partial class ExistsRequestParameters : Elastic.Transport.RequestP /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -157,7 +156,6 @@ internal ExistsRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstruct /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public System.Collections.Generic.ICollection? ExpandWildcards { get => Q?>("expand_wildcards"); set => Q("expand_wildcards", value); } @@ -249,7 +247,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsRequestDescriptor All /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection? value) @@ -263,7 +260,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsRequestDescriptor Exp /// Type of index that wildcard patterns can match. /// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams. /// Supports comma-separated values, such as open,hidden. - /// Valid values are: all, open, closed, hidden, none. /// /// public Elastic.Clients.Elasticsearch.IndexManagement.ExistsRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values) @@ -424,7 +420,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsRequestDescriptor