Skip to content

Commit c8d8310

Browse files
committed
Temp
1 parent 2af20bc commit c8d8310

File tree

593 files changed

+3092
-3594
lines changed

Some content is hidden

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

593 files changed

+3092
-3594
lines changed

src/Elastic.Clients.Elasticsearch/_Generated/Api/AsyncSearch/SubmitAsyncSearchRequest.g.cs

Lines changed: 36 additions & 36 deletions
Large diffs are not rendered by default.

src/Elastic.Clients.Elasticsearch/_Generated/Api/Cluster/ClusterInfoRequest.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target
152152
/// Limits the information returned to the specific target. Supports a comma-separated list, such as http,ingest.
153153
/// </para>
154154
/// </summary>
155-
public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget> action)
155+
public Elastic.Clients.Elasticsearch.Cluster.ClusterInfoRequestDescriptor Target(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget>? action)
156156
{
157157
Instance.Target = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfClusterInfoTarget.Build(action);
158158
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/Cluster/HealthRequest.g.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildc
340340
/// Whether to expand wildcard expression to concrete indices that are open, closed or both.
341341
/// </para>
342342
/// </summary>
343-
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
343+
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard>? action)
344344
{
345345
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
346346
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/Cluster/PutComponentTemplateRequest.g.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
373373
/// To unset <c>_meta</c>, replace the template without specifying this information.
374374
/// </para>
375375
/// </summary>
376-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
376+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject>? action)
377377
{
378378
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
379379
return this;
@@ -413,7 +413,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
413413
/// The template to be applied which includes mappings, settings, or aliases configuration.
414414
/// </para>
415415
/// </summary>
416-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Template(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor> action)
416+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Template(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor>? action)
417417
{
418418
Instance.Template = Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor.Build(action);
419419
return this;
@@ -424,7 +424,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
424424
/// The template to be applied which includes mappings, settings, or aliases configuration.
425425
/// </para>
426426
/// </summary>
427-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Template<T>(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<T>> action)
427+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Template<T>(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<T>>? action)
428428
{
429429
Instance.Template = Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<T>.Build(action);
430430
return this;
@@ -587,7 +587,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
587587
/// To unset <c>_meta</c>, replace the template without specifying this information.
588588
/// </para>
589589
/// </summary>
590-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
590+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Meta(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject>? action)
591591
{
592592
Instance.Meta = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
593593
return this;
@@ -627,7 +627,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
627627
/// The template to be applied which includes mappings, settings, or aliases configuration.
628628
/// </para>
629629
/// </summary>
630-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Template(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<TDocument>> action)
630+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Template(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<TDocument>>? action)
631631
{
632632
Instance.Template = Elastic.Clients.Elasticsearch.IndexManagement.IndexStateDescriptor<TDocument>.Build(action);
633633
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/CountRequest.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards()
493493
/// It supports comma-separated values, such as <c>open,hidden</c>.
494494
/// </para>
495495
/// </summary>
496-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
496+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard>? action)
497497
{
498498
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
499499
return this;
@@ -793,7 +793,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWil
793793
/// It supports comma-separated values, such as <c>open,hidden</c>.
794794
/// </para>
795795
/// </summary>
796-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
796+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard>? action)
797797
{
798798
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
799799
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/CrossClusterReplication/FollowRequest.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescri
650650
/// Settings to override from the leader index.
651651
/// </para>
652652
/// </summary>
653-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor> action)
653+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor>? action)
654654
{
655655
Instance.Settings = Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor.Build(action);
656656
return this;
@@ -661,7 +661,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescri
661661
/// Settings to override from the leader index.
662662
/// </para>
663663
/// </summary>
664-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor Settings<T>(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<T>> action)
664+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor Settings<T>(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<T>>? action)
665665
{
666666
Instance.Settings = Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<T>.Build(action);
667667
return this;
@@ -947,7 +947,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescri
947947
/// Settings to override from the leader index.
948948
/// </para>
949949
/// </summary>
950-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor<TDocument> Settings(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<TDocument>> action)
950+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.FollowRequestDescriptor<TDocument> Settings(System.Action<Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<TDocument>>? action)
951951
{
952952
Instance.Settings = Elastic.Clients.Elasticsearch.IndexManagement.IndexSettingsDescriptor<TDocument>.Build(action);
953953
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/CrossClusterReplication/PutAutoFollowPatternRequest.g.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
461461
/// An array of simple index patterns that can be used to exclude indices from being auto-followed. Indices in the remote cluster whose names are matching one or more leader_index_patterns and one or more leader_index_exclusion_patterns won’t be followed.
462462
/// </para>
463463
/// </summary>
464-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexExclusionPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
464+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexExclusionPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
465465
{
466466
Instance.LeaderIndexExclusionPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
467467
return this;
@@ -505,7 +505,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
505505
/// An array of simple index patterns to match against indices in the remote cluster specified by the remote_cluster field.
506506
/// </para>
507507
/// </summary>
508-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
508+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor LeaderIndexPatterns(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
509509
{
510510
Instance.LeaderIndexPatterns = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
511511
return this;
@@ -703,7 +703,7 @@ public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatter
703703
/// Settings to override from the leader index. Note that certain settings can not be overrode (e.g., index.number_of_shards).
704704
/// </para>
705705
/// </summary>
706-
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject> action)
706+
public Elastic.Clients.Elasticsearch.CrossClusterReplication.PutAutoFollowPatternRequestDescriptor Settings(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject>? action)
707707
{
708708
Instance.Settings = Elastic.Clients.Elasticsearch.Fluent.FluentIDictionaryOfStringObject.Build(action);
709709
return this;

src/Elastic.Clients.Elasticsearch/_Generated/Api/DeleteByQueryRequest.g.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildca
10291029
/// It supports comma-separated values, such as <c>open,hidden</c>.
10301030
/// </para>
10311031
/// </summary>
1032-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
1032+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard>? action)
10331033
{
10341034
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
10351035
return this;
@@ -1247,7 +1247,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort()
12471247
/// A comma-separated list of <c>&lt;field>:&lt;direction></c> pairs.
12481248
/// </para>
12491249
/// </summary>
1250-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
1250+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
12511251
{
12521252
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
12531253
return this;
@@ -1291,7 +1291,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats()
12911291
/// The specific <c>tag</c> of the request for logging and statistical purposes.
12921292
/// </para>
12931293
/// </summary>
1294-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
1294+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
12951295
{
12961296
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
12971297
return this;
@@ -1749,7 +1749,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> E
17491749
/// It supports comma-separated values, such as <c>open,hidden</c>.
17501750
/// </para>
17511751
/// </summary>
1752-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard> action)
1752+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> ExpandWildcards(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard>? action)
17531753
{
17541754
Instance.ExpandWildcards = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfExpandWildcard.Build(action);
17551755
return this;
@@ -1967,7 +1967,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
19671967
/// A comma-separated list of <c>&lt;field>:&lt;direction></c> pairs.
19681968
/// </para>
19691969
/// </summary>
1970-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
1970+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Sort(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
19711971
{
19721972
Instance.Sort = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
19731973
return this;
@@ -2011,7 +2011,7 @@ public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> S
20112011
/// The specific <c>tag</c> of the request for logging and statistical purposes.
20122012
/// </para>
20132013
/// </summary>
2014-
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString> action)
2014+
public Elastic.Clients.Elasticsearch.DeleteByQueryRequestDescriptor<TDocument> Stats(System.Action<Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString>? action)
20152015
{
20162016
Instance.Stats = Elastic.Clients.Elasticsearch.Fluent.FluentICollectionOfString.Build(action);
20172017
return this;

0 commit comments

Comments
 (0)