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

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

PiperOrigin-RevId: 485623855

Source-Link: googleapis/googleapis@807125e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/c4ddd6d651da69658a4762c5eafff5cd8f0e25c5
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] authored Nov 2, 2022
1 parent 212cf9a commit d0d27da
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 @@ -111,10 +111,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
* ErrorGroupServiceSettings errorGroupServiceSettings =
* ErrorGroupServiceSettings.newBuilder()
* .setTransportChannelProvider(
* ErrorGroupServiceSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* ErrorGroupServiceSettings.newHttpJsonBuilder().build();
* ErrorGroupServiceClient errorGroupServiceClient =
* ErrorGroupServiceClient.create(errorGroupServiceSettings);
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,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
* ErrorStatsServiceSettings errorStatsServiceSettings =
* ErrorStatsServiceSettings.newBuilder()
* .setTransportChannelProvider(
* ErrorStatsServiceSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* ErrorStatsServiceSettings.newHttpJsonBuilder().build();
* ErrorStatsServiceClient errorStatsServiceClient =
* ErrorStatsServiceClient.create(errorStatsServiceSettings);
* }</pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,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
* ReportErrorsServiceSettings reportErrorsServiceSettings =
* ReportErrorsServiceSettings.newBuilder()
* .setTransportChannelProvider(
* ReportErrorsServiceSettings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* ReportErrorsServiceSettings.newHttpJsonBuilder().build();
* ReportErrorsServiceClient reportErrorsServiceClient =
* ReportErrorsServiceClient.create(reportErrorsServiceSettings);
* }</pre>
Expand Down

0 comments on commit d0d27da

Please sign in to comment.