Skip to content

Commit ae90d08

Browse files
authored
Regenerate client (#8644)
1 parent 7a203cb commit ae90d08

17 files changed

+2221
-27
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ internal static class ApiUrlLookup
160160
internal static ApiUrls InferenceGet = new ApiUrls(new[] { "_inference", "_inference/{inference_id}", "_inference/{task_type}/{inference_id}" });
161161
internal static ApiUrls InferenceInference = new ApiUrls(new[] { "_inference/{inference_id}", "_inference/{task_type}/{inference_id}" });
162162
internal static ApiUrls InferencePut = new ApiUrls(new[] { "_inference/{inference_id}", "_inference/{task_type}/{inference_id}" });
163+
internal static ApiUrls InferencePutAi21 = new ApiUrls(new[] { "_inference/{task_type}/{ai21_inference_id}" });
163164
internal static ApiUrls InferencePutAlibabacloud = new ApiUrls(new[] { "_inference/{task_type}/{alibabacloud_inference_id}" });
164165
internal static ApiUrls InferencePutAmazonbedrock = new ApiUrls(new[] { "_inference/{task_type}/{amazonbedrock_inference_id}" });
165166
internal static ApiUrls InferencePutAmazonsagemaker = new ApiUrls(new[] { "_inference/{task_type}/{amazonsagemaker_inference_id}" });
@@ -175,6 +176,7 @@ internal static class ApiUrlLookup
175176
internal static ApiUrls InferencePutGooglevertexai = new ApiUrls(new[] { "_inference/{task_type}/{googlevertexai_inference_id}" });
176177
internal static ApiUrls InferencePutHuggingFace = new ApiUrls(new[] { "_inference/{task_type}/{huggingface_inference_id}" });
177178
internal static ApiUrls InferencePutJinaai = new ApiUrls(new[] { "_inference/{task_type}/{jinaai_inference_id}" });
179+
internal static ApiUrls InferencePutLlama = new ApiUrls(new[] { "_inference/{task_type}/{llama_inference_id}" });
178180
internal static ApiUrls InferencePutMistral = new ApiUrls(new[] { "_inference/{task_type}/{mistral_inference_id}" });
179181
internal static ApiUrls InferencePutOpenai = new ApiUrls(new[] { "_inference/{task_type}/{openai_inference_id}" });
180182
internal static ApiUrls InferencePutVoyageai = new ApiUrls(new[] { "_inference/{task_type}/{voyageai_inference_id}" });

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
284284
/// PHP: Check out bulk indexing.
285285
/// </para>
286286
/// </item>
287+
/// <item>
288+
/// <para>
289+
/// Ruby: Check out <c>Elasticsearch::Helpers::BulkHelper</c>
290+
/// </para>
291+
/// </item>
287292
/// </list>
288293
/// <para>
289294
/// <strong>Submitting bulk requests with cURL</strong>
@@ -614,6 +619,11 @@ internal BulkRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConstructor
614619
/// PHP: Check out bulk indexing.
615620
/// </para>
616621
/// </item>
622+
/// <item>
623+
/// <para>
624+
/// Ruby: Check out <c>Elasticsearch::Helpers::BulkHelper</c>
625+
/// </para>
626+
/// </item>
617627
/// </list>
618628
/// <para>
619629
/// <strong>Submitting bulk requests with cURL</strong>
@@ -1093,6 +1103,11 @@ public Elastic.Clients.Elasticsearch.BulkRequestDescriptor RequestConfiguration(
10931103
/// PHP: Check out bulk indexing.
10941104
/// </para>
10951105
/// </item>
1106+
/// <item>
1107+
/// <para>
1108+
/// Ruby: Check out <c>Elasticsearch::Helpers::BulkHelper</c>
1109+
/// </para>
1110+
/// </item>
10961111
/// </list>
10971112
/// <para>
10981113
/// <strong>Submitting bulk requests with cURL</strong>

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

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ public sealed partial class GetClusterSettingsRequestParameters : Elastic.Transp
3434

3535
/// <summary>
3636
/// <para>
37-
/// If <c>true</c>, returns default cluster settings from the local node.
37+
/// If <c>true</c>, also returns default values for all other cluster settings, reflecting the values
38+
/// in the <c>elasticsearch.yml</c> file of one of the nodes in the cluster. If the nodes in your
39+
/// cluster do not all have the same values in their <c>elasticsearch.yml</c> config files then the
40+
/// values returned by this API may vary from invocation to invocation and may not reflect the
41+
/// values that Elasticsearch uses in all situations. Use the <c>GET _nodes/settings</c> API to
42+
/// fetch the settings for each individual node in your cluster.
3843
/// </para>
3944
/// </summary>
4045
public bool? IncludeDefaults { get => Q<bool?>("include_defaults"); set => Q("include_defaults", value); }
@@ -129,7 +134,12 @@ internal GetClusterSettingsRequest(Elastic.Clients.Elasticsearch.Serialization.J
129134

130135
/// <summary>
131136
/// <para>
132-
/// If <c>true</c>, returns default cluster settings from the local node.
137+
/// If <c>true</c>, also returns default values for all other cluster settings, reflecting the values
138+
/// in the <c>elasticsearch.yml</c> file of one of the nodes in the cluster. If the nodes in your
139+
/// cluster do not all have the same values in their <c>elasticsearch.yml</c> config files then the
140+
/// values returned by this API may vary from invocation to invocation and may not reflect the
141+
/// values that Elasticsearch uses in all situations. Use the <c>GET _nodes/settings</c> API to
142+
/// fetch the settings for each individual node in your cluster.
133143
/// </para>
134144
/// </summary>
135145
public bool? IncludeDefaults { get => Q<bool?>("include_defaults"); set => Q("include_defaults", value); }
@@ -190,7 +200,12 @@ public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor
190200

191201
/// <summary>
192202
/// <para>
193-
/// If <c>true</c>, returns default cluster settings from the local node.
203+
/// If <c>true</c>, also returns default values for all other cluster settings, reflecting the values
204+
/// in the <c>elasticsearch.yml</c> file of one of the nodes in the cluster. If the nodes in your
205+
/// cluster do not all have the same values in their <c>elasticsearch.yml</c> config files then the
206+
/// values returned by this API may vary from invocation to invocation and may not reflect the
207+
/// values that Elasticsearch uses in all situations. Use the <c>GET _nodes/settings</c> API to
208+
/// fetch the settings for each individual node in your cluster.
194209
/// </para>
195210
/// </summary>
196211
public Elastic.Clients.Elasticsearch.Cluster.GetClusterSettingsRequestDescriptor IncludeDefaults(bool? value = true)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ public override void Write(System.Text.Json.Utf8JsonWriter writer, Elastic.Clien
246246
/// </item>
247247
/// </list>
248248
/// <para>
249-
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
249+
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
250250
/// </para>
251251
/// </summary>
252252
[System.Text.Json.Serialization.JsonConverter(typeof(Elastic.Clients.Elasticsearch.IndexManagement.PutMappingRequestConverter))]
@@ -476,7 +476,7 @@ internal PutMappingRequest(Elastic.Clients.Elasticsearch.Serialization.JsonConst
476476
/// </item>
477477
/// </list>
478478
/// <para>
479-
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
479+
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
480480
/// </para>
481481
/// </summary>
482482
public readonly partial struct PutMappingRequestDescriptor
@@ -1110,7 +1110,7 @@ public Elastic.Clients.Elasticsearch.IndexManagement.PutMappingRequestDescriptor
11101110
/// </item>
11111111
/// </list>
11121112
/// <para>
1113-
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs//manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
1113+
/// Learn how to use the update mapping API with practical examples in the <a href="https://www.elastic.co/docs/manage-data/data-store/mapping/update-mappings-examples">Update mapping API examples</a> guide.
11141114
/// </para>
11151115
/// </summary>
11161116
public readonly partial struct PutMappingRequestDescriptor<TDocument>

0 commit comments

Comments
 (0)