Skip to content

Commit 4ee7f9e

Browse files
committed
Regenerate client
1 parent 2c9b6eb commit 4ee7f9e

File tree

65 files changed

+2872
-692
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2872
-692
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Api/Esql/AsyncQueryGetRequest.g.cs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ public sealed partial class AsyncQueryGetRequestParameters : Elastic.Transport.R
3333
/// </summary>
3434
public bool? DropNullColumns { get => Q<bool?>("drop_null_columns"); set => Q("drop_null_columns", value); }
3535

36+
/// <summary>
37+
/// <para>
38+
/// A short version of the Accept header, for example <c>json</c> or <c>yaml</c>.
39+
/// </para>
40+
/// </summary>
41+
public Elastic.Clients.Elasticsearch.Esql.EsqlFormat? Format { get => Q<Elastic.Clients.Elasticsearch.Esql.EsqlFormat?>("format"); set => Q("format", value); }
42+
3643
/// <summary>
3744
/// <para>
3845
/// 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
135142
/// </summary>
136143
public bool? DropNullColumns { get => Q<bool?>("drop_null_columns"); set => Q("drop_null_columns", value); }
137144

145+
/// <summary>
146+
/// <para>
147+
/// A short version of the Accept header, for example <c>json</c> or <c>yaml</c>.
148+
/// </para>
149+
/// </summary>
150+
public Elastic.Clients.Elasticsearch.Esql.EsqlFormat? Format { get => Q<Elastic.Clients.Elasticsearch.Esql.EsqlFormat?>("format"); set => Q("format", value); }
151+
138152
/// <summary>
139153
/// <para>
140154
/// 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
210224
return this;
211225
}
212226

227+
/// <summary>
228+
/// <para>
229+
/// A short version of the Accept header, for example <c>json</c> or <c>yaml</c>.
230+
/// </para>
231+
/// </summary>
232+
public Elastic.Clients.Elasticsearch.Esql.AsyncQueryGetRequestDescriptor Format(Elastic.Clients.Elasticsearch.Esql.EsqlFormat? value)
233+
{
234+
Instance.Format = value;
235+
return this;
236+
}
237+
213238
/// <summary>
214239
/// <para>
215240
/// The period for which the query and its results are stored in the cluster.

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ClearCacheRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class ClearCacheRequestParameters : Elastic.Transport.Requ
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -173,7 +172,6 @@ internal ClearCacheRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst
173172
/// Type of index that wildcard patterns can match.
174173
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
175174
/// Supports comma-separated values, such as <c>open,hidden</c>.
176-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
177175
/// </para>
178176
/// </summary>
179177
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -280,7 +278,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
280278
/// Type of index that wildcard patterns can match.
281279
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
282280
/// Supports comma-separated values, such as <c>open,hidden</c>.
283-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
284281
/// </para>
285282
/// </summary>
286283
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -294,7 +291,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
294291
/// Type of index that wildcard patterns can match.
295292
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
296293
/// Supports comma-separated values, such as <c>open,hidden</c>.
297-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
298294
/// </para>
299295
/// </summary>
300296
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -491,7 +487,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
491487
/// Type of index that wildcard patterns can match.
492488
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
493489
/// Supports comma-separated values, such as <c>open,hidden</c>.
494-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
495490
/// </para>
496491
/// </summary>
497492
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -505,7 +500,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor
505500
/// Type of index that wildcard patterns can match.
506501
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
507502
/// Supports comma-separated values, such as <c>open,hidden</c>.
508-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
509503
/// </para>
510504
/// </summary>
511505
public Elastic.Clients.Elasticsearch.IndexManagement.ClearCacheRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/CloseIndexRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class CloseIndexRequestParameters : Elastic.Transport.Requ
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -180,7 +179,6 @@ internal CloseIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst
180179
/// Type of index that wildcard patterns can match.
181180
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
182181
/// Supports comma-separated values, such as <c>open,hidden</c>.
183-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
184182
/// </para>
185183
/// </summary>
186184
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -295,7 +293,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
295293
/// Type of index that wildcard patterns can match.
296294
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
297295
/// Supports comma-separated values, such as <c>open,hidden</c>.
298-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
299296
/// </para>
300297
/// </summary>
301298
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -309,7 +306,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
309306
/// Type of index that wildcard patterns can match.
310307
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
311308
/// Supports comma-separated values, such as <c>open,hidden</c>.
312-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
313309
/// </para>
314310
/// </summary>
315311
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -493,7 +489,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
493489
/// Type of index that wildcard patterns can match.
494490
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
495491
/// Supports comma-separated values, such as <c>open,hidden</c>.
496-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
497492
/// </para>
498493
/// </summary>
499494
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -507,7 +502,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor
507502
/// Type of index that wildcard patterns can match.
508503
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
509504
/// Supports comma-separated values, such as <c>open,hidden</c>.
510-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
511505
/// </para>
512506
/// </summary>
513507
public Elastic.Clients.Elasticsearch.IndexManagement.CloseIndexRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/DeleteIndexRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class DeleteIndexRequestParameters : Elastic.Transport.Req
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -161,7 +160,6 @@ internal DeleteIndexRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCons
161160
/// Type of index that wildcard patterns can match.
162161
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
163162
/// Supports comma-separated values, such as <c>open,hidden</c>.
164-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
165163
/// </para>
166164
/// </summary>
167165
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -257,7 +255,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
257255
/// Type of index that wildcard patterns can match.
258256
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
259257
/// Supports comma-separated values, such as <c>open,hidden</c>.
260-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
261258
/// </para>
262259
/// </summary>
263260
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -271,7 +268,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
271268
/// Type of index that wildcard patterns can match.
272269
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
273270
/// Supports comma-separated values, such as <c>open,hidden</c>.
274-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
275271
/// </para>
276272
/// </summary>
277273
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -432,7 +428,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
432428
/// Type of index that wildcard patterns can match.
433429
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
434430
/// Supports comma-separated values, such as <c>open,hidden</c>.
435-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
436431
/// </para>
437432
/// </summary>
438433
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -446,7 +441,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescripto
446441
/// Type of index that wildcard patterns can match.
447442
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
448443
/// Supports comma-separated values, such as <c>open,hidden</c>.
449-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
450444
/// </para>
451445
/// </summary>
452446
public Elastic.Clients.Elasticsearch.IndexManagement.DeleteIndexRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

src/Elastic.Clients.Elasticsearch/_Generated/Api/IndexManagement/ExistsAliasRequest.g.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ public sealed partial class ExistsAliasRequestParameters : Elastic.Transport.Req
3838
/// Type of index that wildcard patterns can match.
3939
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
4040
/// Supports comma-separated values, such as <c>open,hidden</c>.
41-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
4241
/// </para>
4342
/// </summary>
4443
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -159,7 +158,6 @@ internal ExistsAliasRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCons
159158
/// Type of index that wildcard patterns can match.
160159
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
161160
/// Supports comma-separated values, such as <c>open,hidden</c>.
162-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
163161
/// </para>
164162
/// </summary>
165163
public System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? ExpandWildcards { get => Q<System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>?>("expand_wildcards"); set => Q("expand_wildcards", value); }
@@ -257,7 +255,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto
257255
/// Type of index that wildcard patterns can match.
258256
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
259257
/// Supports comma-separated values, such as <c>open,hidden</c>.
260-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
261258
/// </para>
262259
/// </summary>
263260
public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -271,7 +268,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto
271268
/// Type of index that wildcard patterns can match.
272269
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
273270
/// Supports comma-separated values, such as <c>open,hidden</c>.
274-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
275271
/// </para>
276272
/// </summary>
277273
public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)
@@ -431,7 +427,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto
431427
/// Type of index that wildcard patterns can match.
432428
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
433429
/// Supports comma-separated values, such as <c>open,hidden</c>.
434-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
435430
/// </para>
436431
/// </summary>
437432
public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor<TDocument> ExpandWildcards(System.Collections.Generic.ICollection<Elastic.Clients.Elasticsearch.ExpandWildcard>? value)
@@ -445,7 +440,6 @@ public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescripto
445440
/// Type of index that wildcard patterns can match.
446441
/// If the request can target data streams, this argument determines whether wildcard expressions match hidden data streams.
447442
/// Supports comma-separated values, such as <c>open,hidden</c>.
448-
/// Valid values are: <c>all</c>, <c>open</c>, <c>closed</c>, <c>hidden</c>, <c>none</c>.
449443
/// </para>
450444
/// </summary>
451445
public Elastic.Clients.Elasticsearch.IndexManagement.ExistsAliasRequestDescriptor<TDocument> ExpandWildcards(params Elastic.Clients.Elasticsearch.ExpandWildcard[] values)

0 commit comments

Comments
 (0)