From 1c04de596b1ff2628211e305af6b6dee82624460 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Tue, 1 Jul 2025 08:52:28 +0000 Subject: [PATCH] Regenerate client --- .../Api/Esql/AsyncQueryGetRequest.g.cs | 25 + .../_Generated/Api/GetRequest.g.cs | 32 +- .../IndexManagement/ClearCacheRequest.g.cs | 6 - .../IndexManagement/CloseIndexRequest.g.cs | 6 - .../IndexManagement/DeleteIndexRequest.g.cs | 6 - .../IndexManagement/ExistsAliasRequest.g.cs | 6 - .../Api/IndexManagement/ExistsRequest.g.cs | 6 - .../Api/IndexManagement/FlushRequest.g.cs | 6 - .../Api/IndexManagement/GetAliasRequest.g.cs | 6 - .../GetDataLifecycleRequest.g.cs | 4 - .../GetFieldMappingRequest.g.cs | 6 - .../IndexManagement/GetMappingRequest.g.cs | 6 - .../Api/IndexManagement/OpenIndexRequest.g.cs | 6 - .../PutDataLifecycleRequest.g.cs | 4 - .../IndexManagement/PutMappingRequest.g.cs | 141 +++--- .../Api/IndexManagement/RefreshRequest.g.cs | 6 - .../ResolveClusterRequest.g.cs | 4 - .../IndexManagement/ResolveIndexRequest.g.cs | 4 - .../Api/IndexManagement/SegmentsRequest.g.cs | 6 - .../IndexManagement/ValidateQueryRequest.g.cs | 6 - .../Api/MachineLearning/PutJobRequest.g.cs | 174 +------ .../UpdateDatafeedRequest.g.cs | 174 +------ .../Api/OpenPointInTimeRequest.g.cs | 12 +- .../Api/Rollup/RollupSearchRequest.g.cs | 2 +- .../SearchApplicationSearchRequest.g.cs | 2 +- .../_Generated/Api/SearchMvtRequest.g.cs | 153 +----- .../_Generated/Api/SearchShardsRequest.g.cs | 6 - .../_Generated/Api/SearchTemplateRequest.g.cs | 8 +- .../Api/Security/QueryApiKeysRequest.g.cs | 5 +- .../UpdateCrossClusterApiKeyRequest.g.cs | 9 + .../_Generated/Api/UpdateByQueryRequest.g.cs | 6 - .../Types/Analysis/ArabicStemTokenFilter.g.cs | 134 ++++++ .../BengaliNormalizationTokenFilter.g.cs | 134 ++++++ .../Analysis/BrazilianStemTokenFilter.g.cs | 134 ++++++ .../Types/Analysis/CzechStemTokenFilter.g.cs | 134 ++++++ .../Types/Analysis/DutchStemTokenFilter.g.cs | 134 ++++++ .../Types/Analysis/EdgeNGramTokenizer.g.cs | 16 +- .../Types/Analysis/FrenchStemTokenFilter.g.cs | 134 ++++++ .../Types/Analysis/GermanStemTokenFilter.g.cs | 134 ++++++ .../Analysis/IcuCollationTokenFilter.g.cs | 8 +- .../Analysis/PatternReplaceTokenFilter.g.cs | 16 + .../Analysis/PersianStemTokenFilter.g.cs | 134 ++++++ .../Analysis/RussianStemTokenFilter.g.cs | 134 ++++++ .../Types/Analysis/TokenFilter.g.cs | 171 +++++++ .../Types/Analysis/TokenFilters.g.cs | 162 +++++++ .../_Generated/Types/Enums/Enums.Mapping.g.cs | 164 +++++++ .../Types/IndexManagement/Storage.g.cs | 27 ++ .../_Generated/Types/LinearRetriever.g.cs | 36 +- .../AggregateMetricDoubleProperty.g.cs | 22 + .../Types/Mapping/DynamicTemplate.g.cs | 1 + .../Types/Mapping/FlattenedProperty.g.cs | 36 +- .../Types/Mapping/GeoPointProperty.g.cs | 24 +- .../_Generated/Types/Mapping/Properties.g.cs | 84 ++++ .../_Generated/Types/Mapping/Property.g.cs | 39 ++ .../Types/Mapping/RankVectorProperty.g.cs | 452 ++++++++++++++++++ .../Types/Mapping/SparseVectorProperty.g.cs | 22 + .../_Generated/Types/Nodes/NodeInfo.g.cs | 65 ++- .../Types/Nodes/NodeInfoDiscover.g.cs | 8 +- .../Types/Nodes/NodeInfoNetworkInterface.g.cs | 125 ----- .../Types/Nodes/NodeInfoSettingsCluster.g.cs | 8 +- .../Nodes/NodeInfoSettingsTransport.g.cs | 16 + .../_Generated/Types/Nodes/NodeJvmInfo.g.cs | 3 +- ...oNetwork.g.cs => RemoveClusterServer.g.cs} | 48 +- .../_Generated/Types/PinnedRetriever.g.cs | 19 +- .../_Generated/Types/Retriever.g.cs | 28 +- .../Types/TextSimilarityReranker.g.cs | 28 +- 66 files changed, 2765 insertions(+), 912 deletions(-) create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/ArabicStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/BengaliNormalizationTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/BrazilianStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/CzechStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/DutchStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/FrenchStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/GermanStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/PersianStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Analysis/RussianStemTokenFilter.g.cs create mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Mapping/RankVectorProperty.g.cs delete mode 100644 src/Elastic.Clients.Elasticsearch/_Generated/Types/Nodes/NodeInfoNetworkInterface.g.cs rename src/Elastic.Clients.Elasticsearch/_Generated/Types/Nodes/{NodeInfoNetwork.g.cs => RemoveClusterServer.g.cs} (51%) 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