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: clients/algoliasearch-client-java/algoliasearch/src/main/java/com/algolia/model/ingestion/WatchResponse.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ public WatchResponse setRunID(String runID) {
30
30
}
31
31
32
32
/** Universally unique identifier (UUID) of a task run. */
33
-
@javax.annotation.Nullable
33
+
@javax.annotation.Nonnull
34
34
publicStringgetRunID() {
35
35
returnrunID;
36
36
}
@@ -81,7 +81,7 @@ public WatchResponse setMessage(String message) {
81
81
}
82
82
83
83
/** a message describing the outcome of a validate run. */
Copy file name to clipboardExpand all lines: clients/algoliasearch-client-kotlin/client/src/commonMain/kotlin/com/algolia/client/model/ingestion/WatchResponse.kt
0 commit comments