Skip to content

Commit

Permalink
chore: Set rest_numeric_enums = False for all gapic rules explicitly (
Browse files Browse the repository at this point in the history
#243)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 485623855

Source-Link: https://togithub.com/googleapis/googleapis/commit/807125e7953e32535710924fe4bf0362ac93754d

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Nov 8, 2022
1 parent 5718ec0 commit a193fcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* QuotaControllerSettings quotaControllerSettings =
* QuotaControllerSettings.newBuilder()
* .setTransportChannelProvider(
* QuotaControllerSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* QuotaControllerSettings.newHttpJsonBuilder().build();
* QuotaControllerClient quotaControllerClient =
* QuotaControllerClient.create(quotaControllerSettings);
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* ServiceControllerSettings serviceControllerSettings =
* ServiceControllerSettings.newBuilder()
* .setTransportChannelProvider(
* ServiceControllerSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* ServiceControllerSettings.newHttpJsonBuilder().build();
* ServiceControllerClient serviceControllerClient =
* ServiceControllerClient.create(serviceControllerSettings);
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,7 @@
* // - It may require specifying regional endpoints when creating the service client as shown in
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
* ServiceControllerSettings serviceControllerSettings =
* ServiceControllerSettings.newBuilder()
* .setTransportChannelProvider(
* ServiceControllerSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* ServiceControllerSettings.newHttpJsonBuilder().build();
* ServiceControllerClient serviceControllerClient =
* ServiceControllerClient.create(serviceControllerSettings);
* }</pre>
Expand Down

0 comments on commit a193fcc

Please sign in to comment.