Skip to content

Commit f2f79a6

Browse files
committed
Make the code generation warning more visible
1 parent 137b731 commit f2f79a6

File tree

2,855 files changed

+42825
-11420
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,855 files changed

+42825
-11420
lines changed

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

+15-4
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;
@@ -158,6 +154,21 @@
158154
import java.util.function.Function;
159155
import javax.annotation.Nullable;
160156

157+
//----------------------------------------------------------------
158+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
159+
//----------------------------------------------------------------
160+
//
161+
// This code is generated from the Elasticsearch API specification
162+
// at https://github.com/elastic/elasticsearch-specification
163+
//
164+
// Manual updates to this file will be lost when the code is
165+
// re-generated.
166+
//
167+
// If you find a property that is missing or wrongly typed, please
168+
// open an issue or a PR on the API specification repository.
169+
//
170+
//----------------------------------------------------------------
171+
161172
/**
162173
* Client for the namespace.
163174
*/

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

+15-4
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;
@@ -159,6 +155,21 @@
159155
import java.util.function.Function;
160156
import javax.annotation.Nullable;
161157

158+
//----------------------------------------------------------------
159+
// THIS CODE IS GENERATED. MANUAL EDITS WILL BE LOST.
160+
//----------------------------------------------------------------
161+
//
162+
// This code is generated from the Elasticsearch API specification
163+
// at https://github.com/elastic/elasticsearch-specification
164+
//
165+
// Manual updates to this file will be lost when the code is
166+
// re-generated.
167+
//
168+
// If you find a property that is missing or wrongly typed, please
169+
// open an issue or a PR on the API specification repository.
170+
//
171+
//----------------------------------------------------------------
172+
162173
/**
163174
* Client for the namespace.
164175
*/

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

+15-4
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

+15-4
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

+15-4
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

+15-4
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

+15-4
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/ClusterInfoTarget.java

+15-4
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.ClusterInfoTarget">API

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

+15-4
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

+15-4
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

+15-4
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

+15-4
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
/**

0 commit comments

Comments
 (0)