Skip to content

Commit

Permalink
fix(sample code): Update client samples in KMS goldens
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed Mar 14, 2021
1 parent 3f531bd commit 3f7dbba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/goldens/kms/KeyManagementServiceClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -3374,6 +3374,13 @@ public final ListLocationsPagedResponse listLocations(ListLocationsRequest reque
* <pre>{@code
* try (KeyManagementServiceClient keyManagementServiceClient =
* KeyManagementServiceClient.create()) {
* ListLocationsRequest request =
* ListLocationsRequest.newBuilder()
* .setName("name3373707")
* .setFilter("filter-1274492040")
* .setPageSize(883849137)
* .setPageToken("pageToken873572522")
* .build();
* while (true) {
* ListLocationsResponse response =
* keyManagementServiceClient.listLocationsCallable().call(request);
Expand Down

0 comments on commit 3f7dbba

Please sign in to comment.