Skip to content

Commit 3900766

Browse files
committed
Regenerate
1 parent 40828e6 commit 3900766

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

Diff for: src/Elastic.Clients.Elasticsearch/_Generated/Api/Snapshot/CloneSnapshotRequest.g.cs

-28
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ public sealed partial class CloneSnapshotRequestParameters : Elastic.Transport.R
3333
/// </para>
3434
/// </summary>
3535
public Elastic.Clients.Elasticsearch.Duration? MasterTimeout { get => Q<Elastic.Clients.Elasticsearch.Duration?>("master_timeout"); set => Q("master_timeout", value); }
36-
37-
/// <summary>
38-
/// <para>
39-
/// The period of time to wait for a response.
40-
/// If no response is received before the timeout expires, the request fails and returns an error.
41-
/// </para>
42-
/// </summary>
43-
public Elastic.Clients.Elasticsearch.Duration? Timeout { get => Q<Elastic.Clients.Elasticsearch.Duration?>("timeout"); set => Q("timeout", value); }
4436
}
4537

4638
internal sealed partial class CloneSnapshotRequestConverter : System.Text.Json.Serialization.JsonConverter<Elastic.Clients.Elasticsearch.Snapshot.CloneSnapshotRequest>
@@ -163,14 +155,6 @@ internal CloneSnapshotRequest(Elastic.Clients.Elasticsearch.Serialization.JsonCo
163155
/// </summary>
164156
public Elastic.Clients.Elasticsearch.Duration? MasterTimeout { get => Q<Elastic.Clients.Elasticsearch.Duration?>("master_timeout"); set => Q("master_timeout", value); }
165157

166-
/// <summary>
167-
/// <para>
168-
/// The period of time to wait for a response.
169-
/// If no response is received before the timeout expires, the request fails and returns an error.
170-
/// </para>
171-
/// </summary>
172-
public Elastic.Clients.Elasticsearch.Duration? Timeout { get => Q<Elastic.Clients.Elasticsearch.Duration?>("timeout"); set => Q("timeout", value); }
173-
174158
/// <summary>
175159
/// <para>
176160
/// A comma-separated list of indices to include in the snapshot.
@@ -262,18 +246,6 @@ public Elastic.Clients.Elasticsearch.Snapshot.CloneSnapshotRequestDescriptor Mas
262246
return this;
263247
}
264248

265-
/// <summary>
266-
/// <para>
267-
/// The period of time to wait for a response.
268-
/// If no response is received before the timeout expires, the request fails and returns an error.
269-
/// </para>
270-
/// </summary>
271-
public Elastic.Clients.Elasticsearch.Snapshot.CloneSnapshotRequestDescriptor Timeout(Elastic.Clients.Elasticsearch.Duration? value)
272-
{
273-
Instance.Timeout = value;
274-
return this;
275-
}
276-
277249
/// <summary>
278250
/// <para>
279251
/// A comma-separated list of indices to include in the snapshot.

0 commit comments

Comments
 (0)