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/generated/java/org/opensearch/client/opensearch/cluster/DeleteComponentTemplateRequest.java
+6-3
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,8 @@ public static DeleteComponentTemplateRequest of(
93
93
}
94
94
95
95
/**
96
-
* Operation timeout for connection to cluster-manager node.
96
+
* The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see
Copy file name to clipboardexpand all lines: java-client/src/generated/java/org/opensearch/client/opensearch/cluster/ExistsComponentTemplateRequest.java
+6-9
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,8 @@ public static ExistsComponentTemplateRequest of(
95
95
}
96
96
97
97
/**
98
-
* A duration. Units can be <code>nanos</code>, <code>micros</code>, <code>ms</code> (milliseconds), <code>s</code> (seconds),
99
-
* <code>m</code> (minutes), <code>h</code> (hours) and <code>d</code> (days). Also accepts "0" without a unit and
100
-
* "-1" to indicate an unspecified value.
98
+
* The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see
0 commit comments