Skip to content

Commit d2d7941

Browse files
committed
Temp
1 parent b2623ff commit d2d7941

File tree

426 files changed

+1639
-1578
lines changed

Some content is hidden

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

426 files changed

+1639
-1578
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public Elastic.Clients.Elasticsearch.AsyncSearch.GetAsyncSearchRequestDescriptor
220220
/// Specify whether aggregation and suggester names should be prefixed by their respective types in the response
221221
/// </para>
222222
/// </summary>
223-
public Elastic.Clients.Elasticsearch.AsyncSearch.GetAsyncSearchRequestDescriptor TypedKeys(bool? value)
223+
public Elastic.Clients.Elasticsearch.AsyncSearch.GetAsyncSearchRequestDescriptor TypedKeys(bool? value = true)
224224
{
225225
Instance.TypedKeys = value;
226226
return this;

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

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

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor Index(Elastic.Clients
708708
/// True or false if to include the document source in the error message in case of parsing errors.
709709
/// </para>
710710
/// </summary>
711-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor IncludeSourceOnError(bool? value)
711+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor IncludeSourceOnError(bool? value = true)
712712
{
713713
Instance.IncludeSourceOnError = value;
714714
return this;
@@ -719,7 +719,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor IncludeSourceOnError(
719719
/// If <c>true</c>, the response will include the ingest pipelines that were run for each index or create.
720720
/// </para>
721721
/// </summary>
722-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor ListExecutedPipelines(bool? value)
722+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor ListExecutedPipelines(bool? value = true)
723723
{
724724
Instance.ListExecutedPipelines = value;
725725
return this;
@@ -757,7 +757,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor Refresh(Elastic.Clien
757757
/// If <c>true</c>, the request's actions must target an index alias.
758758
/// </para>
759759
/// </summary>
760-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequireAlias(bool? value)
760+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequireAlias(bool? value = true)
761761
{
762762
Instance.RequireAlias = value;
763763
return this;
@@ -768,7 +768,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequireAlias(bool? va
768768
/// If <c>true</c>, the request's actions must target a data stream (existing or to be created).
769769
/// </para>
770770
/// </summary>
771-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequireDataStream(bool? value)
771+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequireDataStream(bool? value = true)
772772
{
773773
Instance.RequireDataStream = value;
774774
return this;
@@ -1183,7 +1183,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> Index(Elas
11831183
/// True or false if to include the document source in the error message in case of parsing errors.
11841184
/// </para>
11851185
/// </summary>
1186-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> IncludeSourceOnError(bool? value)
1186+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> IncludeSourceOnError(bool? value = true)
11871187
{
11881188
Instance.IncludeSourceOnError = value;
11891189
return this;
@@ -1194,7 +1194,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> IncludeSou
11941194
/// If <c>true</c>, the response will include the ingest pipelines that were run for each index or create.
11951195
/// </para>
11961196
/// </summary>
1197-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> ListExecutedPipelines(bool? value)
1197+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> ListExecutedPipelines(bool? value = true)
11981198
{
11991199
Instance.ListExecutedPipelines = value;
12001200
return this;
@@ -1232,7 +1232,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> Refresh(El
12321232
/// If <c>true</c>, the request's actions must target an index alias.
12331233
/// </para>
12341234
/// </summary>
1235-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> RequireAlias(bool? value)
1235+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> RequireAlias(bool? value = true)
12361236
{
12371237
Instance.RequireAlias = value;
12381238
return this;
@@ -1243,7 +1243,7 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> RequireAli
12431243
/// If <c>true</c>, the request's actions must target a data stream (existing or to be created).
12441244
/// </para>
12451245
/// </summary>
1246-
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> RequireDataStream(bool? value)
1246+
public Elastic.Clients.Elasticsearch.BulkRequestDescriptor<TDocument> RequireDataStream(bool? value = true)
12471247
{
12481248
Instance.RequireDataStream = value;
12491249
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ public AllocationExplainRequestDescriptor()
231231
/// If true, returns information about disk usage and shard sizes.
232232
/// </para>
233233
/// </summary>
234-
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor IncludeDiskInfo(bool? value)
234+
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor IncludeDiskInfo(bool? value = true)
235235
{
236236
Instance.IncludeDiskInfo = value;
237237
return this;
@@ -242,7 +242,7 @@ public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor
242242
/// If true, returns YES decisions in explanation.
243243
/// </para>
244244
/// </summary>
245-
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor IncludeYesDecisions(bool? value)
245+
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor IncludeYesDecisions(bool? value = true)
246246
{
247247
Instance.IncludeYesDecisions = value;
248248
return this;
@@ -286,7 +286,7 @@ public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor
286286
/// If true, returns explanation for the primary shard for the given shard ID.
287287
/// </para>
288288
/// </summary>
289-
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor Primary(bool? value)
289+
public Elastic.Clients.Elasticsearch.Cluster.AllocationExplainRequestDescriptor Primary(bool? value = true)
290290
{
291291
Instance.Primary = value;
292292
return this;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public Elastic.Clients.Elasticsearch.Cluster.ClusterStatsRequestDescriptor NodeI
176176
/// Include remote cluster data into the response
177177
/// </para>
178178
/// </summary>
179-
public Elastic.Clients.Elasticsearch.Cluster.ClusterStatsRequestDescriptor IncludeRemotes(bool? value)
179+
public Elastic.Clients.Elasticsearch.Cluster.ClusterStatsRequestDescriptor IncludeRemotes(bool? value = true)
180180
{
181181
Instance.IncludeRemotes = value;
182182
return this;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public Elastic.Clients.Elasticsearch.Cluster.DeleteVotingConfigExclusionsRequest
172172
/// nodes are still in the cluster.
173173
/// </para>
174174
/// </summary>
175-
public Elastic.Clients.Elasticsearch.Cluster.DeleteVotingConfigExclusionsRequestDescriptor WaitForRemoval(bool? value)
175+
public Elastic.Clients.Elasticsearch.Cluster.DeleteVotingConfigExclusionsRequestDescriptor WaitForRemoval(bool? value = true)
176176
{
177177
Instance.WaitForRemoval = value;
178178
return this;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public Elastic.Clients.Elasticsearch.Cluster.ExistsComponentTemplateRequestDescr
182182
/// Defaults to false, which means information is retrieved from the master node.
183183
/// </para>
184184
/// </summary>
185-
public Elastic.Clients.Elasticsearch.Cluster.ExistsComponentTemplateRequestDescriptor Local(bool? value)
185+
public Elastic.Clients.Elasticsearch.Cluster.ExistsComponentTemplateRequestDescriptor Local(bool? value = true)
186186
{
187187
Instance.Local = value;
188188
return this;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public GetClusterSettingsRequestDescriptor()
178178
/// If <c>true</c>, returns settings in flat format.
179179
/// </para>
180180
/// </summary>
181-
public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor FlatSettings(bool? value)
181+
public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor FlatSettings(bool? value = true)
182182
{
183183
Instance.FlatSettings = value;
184184
return this;
@@ -189,7 +189,7 @@ public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor
189189
/// If <c>true</c>, returns default cluster settings from the local node.
190190
/// </para>
191191
/// </summary>
192-
public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor IncludeDefaults(bool? value)
192+
public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor IncludeDefaults(bool? value = true)
193193
{
194194
Instance.IncludeDefaults = value;
195195
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescript
206206
/// If <c>true</c>, returns settings in flat format.
207207
/// </para>
208208
/// </summary>
209-
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor FlatSettings(bool? value)
209+
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor FlatSettings(bool? value = true)
210210
{
211211
Instance.FlatSettings = value;
212212
return this;
@@ -217,7 +217,7 @@ public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescript
217217
/// Return all default configurations for the component template (default: false)
218218
/// </para>
219219
/// </summary>
220-
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor IncludeDefaults(bool? value)
220+
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor IncludeDefaults(bool? value = true)
221221
{
222222
Instance.IncludeDefaults = value;
223223
return this;
@@ -229,7 +229,7 @@ public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescript
229229
/// If <c>false</c>, information is retrieved from the master node.
230230
/// </para>
231231
/// </summary>
232-
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor Local(bool? value)
232+
public Elastic.Clients.Elasticsearch.Cluster.GetComponentTemplateRequestDescriptor Local(bool? value = true)
233233
{
234234
Instance.Local = value;
235235
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor Level(Elast
377377
/// If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.
378378
/// </para>
379379
/// </summary>
380-
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor Local(bool? value)
380+
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor Local(bool? value = true)
381381
{
382382
Instance.Local = value;
383383
return this;
@@ -443,7 +443,7 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNode
443443
/// A boolean value which controls whether to wait (until the timeout provided) for the cluster to have no shard initializations. Defaults to false, which means it will not wait for initializing shards.
444444
/// </para>
445445
/// </summary>
446-
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNoInitializingShards(bool? value)
446+
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNoInitializingShards(bool? value = true)
447447
{
448448
Instance.WaitForNoInitializingShards = value;
449449
return this;
@@ -454,7 +454,7 @@ public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNoIn
454454
/// A boolean value which controls whether to wait (until the timeout provided) for the cluster to have no shard relocations. Defaults to false, which means it will not wait for relocating shards.
455455
/// </para>
456456
/// </summary>
457-
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNoRelocatingShards(bool? value)
457+
public Elastic.Clients.Elasticsearch.Cluster.HealthRequestDescriptor WaitForNoRelocatingShards(bool? value = true)
458458
{
459459
Instance.WaitForNoRelocatingShards = value;
460460
return this;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public PendingTasksRequestDescriptor()
161161
/// If <c>false</c>, information is retrieved from the master node.
162162
/// </para>
163163
/// </summary>
164-
public Elastic.Clients.Elasticsearch.Cluster.PendingTasksRequestDescriptor Local(bool? value)
164+
public Elastic.Clients.Elasticsearch.Cluster.PendingTasksRequestDescriptor Local(bool? value = true)
165165
{
166166
Instance.Local = value;
167167
return this;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
315315
/// If <c>true</c>, this request cannot replace or update existing component templates.
316316
/// </para>
317317
/// </summary>
318-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Create(bool? value)
318+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Create(bool? value = true)
319319
{
320320
Instance.Create = value;
321321
return this;
@@ -339,7 +339,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
339339
/// that uses deprecated components, Elasticsearch will emit a deprecation warning.
340340
/// </para>
341341
/// </summary>
342-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Deprecated(bool? value)
342+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor Deprecated(bool? value = true)
343343
{
344344
Instance.Deprecated = value;
345345
return this;
@@ -578,7 +578,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
578578
/// If <c>true</c>, this request cannot replace or update existing component templates.
579579
/// </para>
580580
/// </summary>
581-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Create(bool? value)
581+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Create(bool? value = true)
582582
{
583583
Instance.Create = value;
584584
return this;
@@ -602,7 +602,7 @@ public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescript
602602
/// that uses deprecated components, Elasticsearch will emit a deprecation warning.
603603
/// </para>
604604
/// </summary>
605-
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Deprecated(bool? value)
605+
public Elastic.Clients.Elasticsearch.Cluster.PutComponentTemplateRequestDescriptor<TDocument> Deprecated(bool? value = true)
606606
{
607607
Instance.Deprecated = value;
608608
return this;

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor Indices(Elastic.Clie
410410
/// For example, a request targeting <c>foo*,bar*</c> returns an error if an index starts with <c>foo</c> but no index starts with <c>bar</c>.
411411
/// </para>
412412
/// </summary>
413-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor AllowNoIndices(bool? value)
413+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor AllowNoIndices(bool? value = true)
414414
{
415415
Instance.AllowNoIndices = value;
416416
return this;
@@ -434,7 +434,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor Analyzer(string? val
434434
/// This parameter can be used only when the <c>q</c> query string parameter is specified.
435435
/// </para>
436436
/// </summary>
437-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor AnalyzeWildcard(bool? value)
437+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor AnalyzeWildcard(bool? value = true)
438438
{
439439
Instance.AnalyzeWildcard = value;
440440
return this;
@@ -521,7 +521,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor ExpandWildcards(para
521521
/// If <c>false</c>, the request returns an error if it targets a missing or closed index.
522522
/// </para>
523523
/// </summary>
524-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor IgnoreUnavailable(bool? value)
524+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor IgnoreUnavailable(bool? value = true)
525525
{
526526
Instance.IgnoreUnavailable = value;
527527
return this;
@@ -533,7 +533,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor IgnoreUnavailable(bo
533533
/// This parameter can be used only when the <c>q</c> query string parameter is specified.
534534
/// </para>
535535
/// </summary>
536-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor Lenient(bool? value)
536+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor Lenient(bool? value = true)
537537
{
538538
Instance.Lenient = value;
539539
return this;
@@ -756,7 +756,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> Indices(E
756756
/// For example, a request targeting <c>foo*,bar*</c> returns an error if an index starts with <c>foo</c> but no index starts with <c>bar</c>.
757757
/// </para>
758758
/// </summary>
759-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> AllowNoIndices(bool? value)
759+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> AllowNoIndices(bool? value = true)
760760
{
761761
Instance.AllowNoIndices = value;
762762
return this;
@@ -780,7 +780,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> Analyzer(
780780
/// This parameter can be used only when the <c>q</c> query string parameter is specified.
781781
/// </para>
782782
/// </summary>
783-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> AnalyzeWildcard(bool? value)
783+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> AnalyzeWildcard(bool? value = true)
784784
{
785785
Instance.AnalyzeWildcard = value;
786786
return this;
@@ -867,7 +867,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> ExpandWil
867867
/// If <c>false</c>, the request returns an error if it targets a missing or closed index.
868868
/// </para>
869869
/// </summary>
870-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> IgnoreUnavailable(bool? value)
870+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> IgnoreUnavailable(bool? value = true)
871871
{
872872
Instance.IgnoreUnavailable = value;
873873
return this;
@@ -879,7 +879,7 @@ public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> IgnoreUna
879879
/// This parameter can be used only when the <c>q</c> query string parameter is specified.
880880
/// </para>
881881
/// </summary>
882-
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> Lenient(bool? value)
882+
public Elastic.Clients.Elasticsearch.CountRequestDescriptor<TDocument> Lenient(bool? value = true)
883883
{
884884
Instance.Lenient = value;
885885
return this;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> IfSeqNo(
659659
/// True or false if to include the document source in the error message in case of parsing errors.
660660
/// </para>
661661
/// </summary>
662-
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> IncludeSourceOnError(bool? value)
662+
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> IncludeSourceOnError(bool? value = true)
663663
{
664664
Instance.IncludeSourceOnError = value;
665665
return this;
@@ -712,7 +712,7 @@ public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> Refresh(
712712
/// If <c>true</c>, the destination must be an index alias.
713713
/// </para>
714714
/// </summary>
715-
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> RequireAlias(bool? value)
715+
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> RequireAlias(bool? value = true)
716716
{
717717
Instance.RequireAlias = value;
718718
return this;
@@ -723,7 +723,7 @@ public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> RequireA
723723
/// If <c>true</c>, the request's actions must target a data stream (existing or to be created).
724724
/// </para>
725725
/// </summary>
726-
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> RequireDataStream(bool? value)
726+
public Elastic.Clients.Elasticsearch.CreateRequestDescriptor<TDocument> RequireDataStream(bool? value = true)
727727
{
728728
Instance.RequireDataStream = value;
729729
return this;

0 commit comments

Comments
 (0)