Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

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

- [ ] 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 88c2b5a commit 236c7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
Expand Up @@ -130,11 +130,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
* Controller2Settings controller2Settings =
* Controller2Settings.newBuilder()
* .setTransportChannelProvider(
* Controller2Settings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* Controller2Settings controller2Settings = Controller2Settings.newHttpJsonBuilder().build();
* Controller2Client controller2Client = Controller2Client.create(controller2Settings);
* }</pre>
*
Expand Down
Expand Up @@ -130,11 +130,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
* Debugger2Settings debugger2Settings =
* Debugger2Settings.newBuilder()
* .setTransportChannelProvider(
* Debugger2Settings.defaultHttpJsonTransportProviderBuilder().build())
* .build();
* Debugger2Settings debugger2Settings = Debugger2Settings.newHttpJsonBuilder().build();
* Debugger2Client debugger2Client = Debugger2Client.create(debugger2Settings);
* }</pre>
*
Expand Down

0 comments on commit 236c7da

Please sign in to comment.