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
#1756)

* chore: Set `rest_numeric_enums = False` for all gapic rules explicitly

PiperOrigin-RevId: 485623855

Source-Link: googleapis/googleapis@807125e

Source-Link: googleapis/googleapis-gen@c4ddd6d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzRkZGQ2ZDY1MWRhNjk2NThhNDc2MmM1ZWFmZmY1Y2Q4ZjBlMjVjNSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Nov 3, 2022
1 parent e2d3851 commit 303ba36
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,7 @@
* // - It may require correct/in-range values for request initialization.
* // - 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
* StorageSettings storageSettings =
* StorageSettings.newBuilder()
* .setTransportChannelProvider(
* StorageSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* StorageSettings storageSettings = StorageSettings.newHttpJsonBuilder().build();
* StorageClient storageClient = StorageClient.create(storageSettings);
* }</pre>
*
Expand Down

0 comments on commit 303ba36

Please sign in to comment.