Skip to content

Commit 5ed1cdc

Browse files
chore: Set rest_numeric_enums = False for all gapic rules explicitly (#783)
- [ ] 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
1 parent 8cbf2f0 commit 5ed1cdc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

java-os-login/google-cloud-os-login/src/main/java/com/google/cloud/oslogin/v1/OsLoginServiceClient.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,7 @@
113113
* // - It may require specifying regional endpoints when creating the service client as shown in
114114
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
115115
* OsLoginServiceSettings osLoginServiceSettings =
116-
* OsLoginServiceSettings.newBuilder()
117-
* .setTransportChannelProvider(
118-
* OsLoginServiceSettings.defaultHttpJsonTransportProviderBuilder().build())
119-
* .build();
116+
* OsLoginServiceSettings.newHttpJsonBuilder().build();
120117
* OsLoginServiceClient osLoginServiceClient = OsLoginServiceClient.create(osLoginServiceSettings);
121118
* }</pre>
122119
*

0 commit comments

Comments
 (0)