Skip to content

Commit 0d3acde

Browse files
committed
Make the code generation warning more visible
1 parent 04ea9f2 commit 0d3acde

File tree

2,487 files changed

+37740
-9948
lines changed

Some content is hidden

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

2,487 files changed

+37740
-9948
lines changed

java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchAsyncClient.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch;
2521

2622
import co.elastic.clients.ApiClient;
@@ -150,6 +146,21 @@
150146
import java.util.function.Function;
151147
import javax.annotation.Nullable;
152148

149+
//----------------------------------------------------------------
150+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
151+
//----------------------------------------------------------------
152+
//
153+
// This code is generated from the Elasticsearch API specification
154+
// at https://github.com/elastic/elasticsearch-specification
155+
//
156+
// Manual updates to this file will be lost when the code is
157+
// re-generated.
158+
//
159+
// If you find a property that is missing or wrongly typed, please
160+
// open an issue or a PR on the API specification repository.
161+
//
162+
//----------------------------------------------------------------
163+
153164
/**
154165
* Client for the namespace.
155166
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/ElasticsearchClient.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch;
2521

2622
import co.elastic.clients.ApiClient;
@@ -151,6 +147,21 @@
151147
import java.util.function.Function;
152148
import javax.annotation.Nullable;
153149

150+
//----------------------------------------------------------------
151+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
152+
//----------------------------------------------------------------
153+
//
154+
// This code is generated from the Elasticsearch API specification
155+
// at https://github.com/elastic/elasticsearch-specification
156+
//
157+
// Manual updates to this file will be lost when the code is
158+
// re-generated.
159+
//
160+
// If you find a property that is missing or wrongly typed, please
161+
// open an issue or a PR on the API specification repository.
162+
//
163+
//----------------------------------------------------------------
164+
154165
/**
155166
* Client for the namespace.
156167
*/

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/AcknowledgedResponseBase.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -37,6 +33,21 @@
3733
import java.lang.Boolean;
3834
import java.util.Objects;
3935

36+
//----------------------------------------------------------------
37+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
38+
//----------------------------------------------------------------
39+
//
40+
// This code is generated from the Elasticsearch API specification
41+
// at https://github.com/elastic/elasticsearch-specification
42+
//
43+
// Manual updates to this file will be lost when the code is
44+
// re-generated.
45+
//
46+
// If you find a property that is missing or wrongly typed, please
47+
// open an issue or a PR on the API specification repository.
48+
//
49+
//----------------------------------------------------------------
50+
4051
// typedef: _types.AcknowledgedResponseBase
4152

4253
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/BaseNode.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
4036
import java.util.Objects;
4137
import javax.annotation.Nullable;
4238

39+
//----------------------------------------------------------------
40+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
41+
//----------------------------------------------------------------
42+
//
43+
// This code is generated from the Elasticsearch API specification
44+
// at https://github.com/elastic/elasticsearch-specification
45+
//
46+
// Manual updates to this file will be lost when the code is
47+
// re-generated.
48+
//
49+
// If you find a property that is missing or wrongly typed, please
50+
// open an issue or a PR on the API specification repository.
51+
//
52+
//----------------------------------------------------------------
53+
4354
// typedef: _spec_utils.BaseNode
4455

4556
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/BulkIndexByScrollFailure.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
4036
import java.util.function.Function;
4137
import javax.annotation.Nullable;
4238

39+
//----------------------------------------------------------------
40+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
41+
//----------------------------------------------------------------
42+
//
43+
// This code is generated from the Elasticsearch API specification
44+
// at https://github.com/elastic/elasticsearch-specification
45+
//
46+
// Manual updates to this file will be lost when the code is
47+
// re-generated.
48+
//
49+
// If you find a property that is missing or wrongly typed, please
50+
// open an issue or a PR on the API specification repository.
51+
//
52+
//----------------------------------------------------------------
53+
4354
// typedef: _types.BulkIndexByScrollFailure
4455

4556
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/BulkStats.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -40,6 +36,21 @@
4036
import java.util.function.Function;
4137
import javax.annotation.Nullable;
4238

39+
//----------------------------------------------------------------
40+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
41+
//----------------------------------------------------------------
42+
//
43+
// This code is generated from the Elasticsearch API specification
44+
// at https://github.com/elastic/elasticsearch-specification
45+
//
46+
// Manual updates to this file will be lost when the code is
47+
// re-generated.
48+
//
49+
// If you find a property that is missing or wrongly typed, please
50+
// open an issue or a PR on the API specification repository.
51+
//
52+
//----------------------------------------------------------------
53+
4354
// typedef: _types.BulkStats
4455

4556
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Bytes.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,27 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonEnum;
2723
import co.elastic.clients.json.JsonpDeserializable;
2824
import co.elastic.clients.json.JsonpDeserializer;
2925

26+
//----------------------------------------------------------------
27+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
28+
//----------------------------------------------------------------
29+
//
30+
// This code is generated from the Elasticsearch API specification
31+
// at https://github.com/elastic/elasticsearch-specification
32+
//
33+
// Manual updates to this file will be lost when the code is
34+
// re-generated.
35+
//
36+
// If you find a property that is missing or wrongly typed, please
37+
// open an issue or a PR on the API specification repository.
38+
//
39+
//----------------------------------------------------------------
40+
3041
/**
3142
*
3243
* @see <a href="../doc-files/api-spec.html#_types.Bytes">API specification</a>

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ClusterStatistics.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
3834
import java.util.Objects;
3935
import java.util.function.Function;
4036

37+
//----------------------------------------------------------------
38+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
39+
//----------------------------------------------------------------
40+
//
41+
// This code is generated from the Elasticsearch API specification
42+
// at https://github.com/elastic/elasticsearch-specification
43+
//
44+
// Manual updates to this file will be lost when the code is
45+
// re-generated.
46+
//
47+
// If you find a property that is missing or wrongly typed, please
48+
// open an issue or a PR on the API specification repository.
49+
//
50+
//----------------------------------------------------------------
51+
4152
// typedef: _types.ClusterStatistics
4253

4354
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/CompletionStats.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -41,6 +37,21 @@
4137
import java.util.function.Function;
4238
import javax.annotation.Nullable;
4339

40+
//----------------------------------------------------------------
41+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
42+
//----------------------------------------------------------------
43+
//
44+
// This code is generated from the Elasticsearch API specification
45+
// at https://github.com/elastic/elasticsearch-specification
46+
//
47+
// Manual updates to this file will be lost when the code is
48+
// re-generated.
49+
//
50+
// If you find a property that is missing or wrongly typed, please
51+
// open an issue or a PR on the API specification repository.
52+
//
53+
//----------------------------------------------------------------
54+
4455
// typedef: _types.CompletionStats
4556

4657
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/Conflicts.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,27 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonEnum;
2723
import co.elastic.clients.json.JsonpDeserializable;
2824
import co.elastic.clients.json.JsonpDeserializer;
2925

26+
//----------------------------------------------------------------
27+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
28+
//----------------------------------------------------------------
29+
//
30+
// This code is generated from the Elasticsearch API specification
31+
// at https://github.com/elastic/elasticsearch-specification
32+
//
33+
// Manual updates to this file will be lost when the code is
34+
// re-generated.
35+
//
36+
// If you find a property that is missing or wrongly typed, please
37+
// open an issue or a PR on the API specification repository.
38+
//
39+
//----------------------------------------------------------------
40+
3041
/**
3142
*
3243
* @see <a href="../doc-files/api-spec.html#_types.Conflicts">API

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/CoordsGeoBounds.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonpDeserializable;
@@ -38,6 +34,21 @@
3834
import java.util.Objects;
3935
import java.util.function.Function;
4036

37+
//----------------------------------------------------------------
38+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
39+
//----------------------------------------------------------------
40+
//
41+
// This code is generated from the Elasticsearch API specification
42+
// at https://github.com/elastic/elasticsearch-specification
43+
//
44+
// Manual updates to this file will be lost when the code is
45+
// re-generated.
46+
//
47+
// If you find a property that is missing or wrongly typed, please
48+
// open an issue or a PR on the API specification repository.
49+
//
50+
//----------------------------------------------------------------
51+
4152
// typedef: _types.CoordsGeoBounds
4253

4354
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/DistanceUnit.java

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,27 @@
1717
* under the License.
1818
*/
1919

20-
//----------------------------------------------------
21-
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
22-
//----------------------------------------------------
23-
2420
package co.elastic.clients.elasticsearch._types;
2521

2622
import co.elastic.clients.json.JsonEnum;
2723
import co.elastic.clients.json.JsonpDeserializable;
2824
import co.elastic.clients.json.JsonpDeserializer;
2925

26+
//----------------------------------------------------------------
27+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
28+
//----------------------------------------------------------------
29+
//
30+
// This code is generated from the Elasticsearch API specification
31+
// at https://github.com/elastic/elasticsearch-specification
32+
//
33+
// Manual updates to this file will be lost when the code is
34+
// re-generated.
35+
//
36+
// If you find a property that is missing or wrongly typed, please
37+
// open an issue or a PR on the API specification repository.
38+
//
39+
//----------------------------------------------------------------
40+
3041
/**
3142
*
3243
* @see <a href="../doc-files/api-spec.html#_types.DistanceUnit">API

0 commit comments

Comments
 (0)