There was an error while loading. Please reload this page.
1 parent 7709f8f commit 3777196Copy full SHA for 3777196
test/integration/goldens/kms/KeyManagementServiceClient.java
@@ -3374,6 +3374,13 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
3374
* <pre>{@code
3375
* try (KeyManagementServiceClient keyManagementServiceClient =
3376
* KeyManagementServiceClient.create()) {
3377
+ * ListLocationsRequest request =
3378
+ * ListLocationsRequest.newBuilder()
3379
+ * .setName("name3373707")
3380
+ * .setFilter("filter-1274492040")
3381
+ * .setPageSize(883849137)
3382
+ * .setPageToken("pageToken873572522")
3383
+ * .build();
3384
* while (true) {
3385
* ListLocationsResponse response =
3386
* keyManagementServiceClient.listLocationsCallable().call(request);
0 commit comments