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;

0 commit comments

Comments
 (0)