You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-client/src/main/java/co/elastic/clients/elasticsearch/cluster/remote_info/ClusterRemoteProxyInfo.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -180,9 +180,9 @@ public final int maxProxySocketConnections() {
180
180
}
181
181
182
182
/**
183
-
* This field presents and has value of ::es_redacted:: only when the remote
184
-
* cluster is configured with the API key based model. Otherwise, the field is
185
-
* not present.
183
+
* This field is present and has a value of <code>::es_redacted::</code> only
184
+
* when the remote cluster is configured with the API key based model.
185
+
* Otherwise, the field is not present.
186
186
* <p>
187
187
* API name: {@code cluster_credentials}
188
188
*/
@@ -350,9 +350,9 @@ public final Builder maxProxySocketConnections(int value) {
350
350
}
351
351
352
352
/**
353
-
* This field presents and has value of ::es_redacted:: only when the remote
354
-
* cluster is configured with the API key based model. Otherwise, the field is
355
-
* not present.
353
+
* This field is present and has a value of <code>::es_redacted::</code> only
354
+
* when the remote cluster is configured with the API key based model.
Please see the <ahref="https://github.com/elastic/elasticsearch-specification/tree/c9adece35c777c343d29ab3af14825e29f522c88/specification/">Elasticsearch API specification</a>.
3067
+
Please see the <ahref="https://github.com/elastic/elasticsearch-specification/tree/94e5ff9eb25866b034e997beec7bffd5c3f12ae6/specification/">Elasticsearch API specification</a>.
0 commit comments