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: azure-dataplane-tests/src/main/java/com/azure/data/schemaregistry/implementation/SchemaGroupsOperationsImpl.java
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -224,14 +224,16 @@ public PagedIterable<String> list(Context context) {
224
224
}
225
225
226
226
/**
227
+
* Get list of schema groups.
228
+
*
227
229
* Get the next page of items.
228
230
*
229
231
* @param nextLink The URL to get the next list of items.
230
232
* @throws IllegalArgumentException thrown if parameters fail the validation.
231
233
* @throws ErrorException thrown if the request is rejected by server.
232
234
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent.
233
-
* @return object received from the registry containing the list of schema groups and link to next batch page along
234
-
* with {@link PagedResponse} on successful completion of {@link Mono}.
235
+
* @return the list of schema groups user is authorized to access along with {@link PagedResponse} on successful
0 commit comments