Skip to content

Commit aec6853

Browse files
committed
Make the code generation warning more visible
1 parent 4fbe898 commit aec6853

File tree

2,880 files changed

+43838
-11520
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,880 files changed

+43838
-11520
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;
@@ -160,6 +156,21 @@
160156
import java.util.function.Function;
161157
import javax.annotation.Nullable;
162158

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

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;
@@ -161,6 +157,21 @@
161157
import java.util.function.Function;
162158
import javax.annotation.Nullable;
163159

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

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/ClusterDetails.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;
@@ -42,6 +38,21 @@
4238
import java.util.function.Function;
4339
import javax.annotation.Nullable;
4440

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

4758
/**

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ClusterInfoTarget.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.ClusterInfoTarget">API

java-client/src/main/java/co/elastic/clients/elasticsearch/_types/ClusterSearchStatus.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.ClusterSearchStatus">API

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;
@@ -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.ClusterStatistics
4556

4657
/**

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
/**

0 commit comments

Comments
 (0)