Skip to content

Commit 3777196

Browse files
authored
fix(sample code): Update client samples in KMS goldens (#697)
1 parent 7709f8f commit 3777196

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/integration/goldens/kms/KeyManagementServiceClient.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3374,6 +3374,13 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
33743374
* <pre>{@code
33753375
* try (KeyManagementServiceClient keyManagementServiceClient =
33763376
* KeyManagementServiceClient.create()) {
3377+
* ListLocationsRequest request =
3378+
* ListLocationsRequest.newBuilder()
3379+
* .setName("name3373707")
3380+
* .setFilter("filter-1274492040")
3381+
* .setPageSize(883849137)
3382+
* .setPageToken("pageToken873572522")
3383+
* .build();
33773384
* while (true) {
33783385
* ListLocationsResponse response =
33793386
* keyManagementServiceClient.listLocationsCallable().call(request);

0 commit comments

Comments
 (0)