Skip to content

Commit 24ea158

Browse files
chore: generated code for commit a99f796. [skip ci]
Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a99f796 commit 24ea158

File tree

98 files changed

+279
-3255
lines changed

Some content is hidden

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

98 files changed

+279
-3255
lines changed

clients/algoliasearch-client-csharp/algoliasearch/Clients/IngestionClient.cs

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

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DockerSourceDiscover.cs

Lines changed: 0 additions & 111 deletions
This file was deleted.

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/DockerSourceStreams.cs

Lines changed: 0 additions & 95 deletions
This file was deleted.

clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/SourceValidateResponse.cs renamed to clients/algoliasearch-client-csharp/algoliasearch/Models/Ingestion/SourceWatchResponse.cs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
namespace Algolia.Search.Models.Ingestion;
1313

1414
/// <summary>
15-
/// SourceValidateResponse
15+
/// SourceWatchResponse
1616
/// </summary>
17-
public partial class SourceValidateResponse
17+
public partial class SourceWatchResponse
1818
{
1919
/// <summary>
20-
/// Initializes a new instance of the SourceValidateResponse class.
20+
/// Initializes a new instance of the SourceWatchResponse class.
2121
/// </summary>
2222
[JsonConstructor]
23-
public SourceValidateResponse() { }
23+
public SourceWatchResponse() { }
2424
/// <summary>
25-
/// Initializes a new instance of the SourceValidateResponse class.
25+
/// Initializes a new instance of the SourceWatchResponse class.
2626
/// </summary>
2727
/// <param name="message">a message describing the outcome of a validate run. (required).</param>
28-
public SourceValidateResponse(string message)
28+
public SourceWatchResponse(string message)
2929
{
3030
Message = message ?? throw new ArgumentNullException(nameof(message));
3131
}
@@ -65,7 +65,7 @@ public SourceValidateResponse(string message)
6565
public override string ToString()
6666
{
6767
StringBuilder sb = new StringBuilder();
68-
sb.Append("class SourceValidateResponse {\n");
68+
sb.Append("class SourceWatchResponse {\n");
6969
sb.Append(" RunID: ").Append(RunID).Append("\n");
7070
sb.Append(" Data: ").Append(Data).Append("\n");
7171
sb.Append(" Events: ").Append(Events).Append("\n");
@@ -90,7 +90,7 @@ public virtual string ToJson()
9090
/// <returns>Boolean</returns>
9191
public override bool Equals(object obj)
9292
{
93-
if (obj is not SourceValidateResponse input)
93+
if (obj is not SourceWatchResponse input)
9494
{
9595
return false;
9696
}

clients/algoliasearch-client-go/algolia/abtesting/client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

clients/algoliasearch-client-go/algolia/analytics/client.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)