Skip to content

Commit

Permalink
fix(sample code): Update client samples in KMS goldens (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed Mar 14, 2021
1 parent 7709f8f commit 3777196
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/goldens/kms/KeyManagementServiceClient.java
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 3777196

Please sign in to comment.