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

Commit

Permalink
chore(bazel): Update WORKSPACE files for rules_gapic, gax_java, gener…
Browse files Browse the repository at this point in the history
…ator_java versions (#832)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 472750037

Source-Link: googleapis/googleapis@88f2ea3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/230a5588306aae18fe8f2a57f14d4039ad72c901
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjMwYTU1ODgzMDZhYWUxOGZlOGYyYTU3ZjE0ZDQwMzlhZDcyYzkwMSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Sep 9, 2022
1 parent 070d6df commit 47b0d48
Show file tree
Hide file tree
Showing 257 changed files with 2,438 additions and 1,076 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
* <p>For example, to set the total timeout of getFolder to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - 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
* FoldersSettings.Builder foldersSettingsBuilder = FoldersSettings.newBuilder();
* foldersSettingsBuilder
* .getFolderSettings()
* .setRetrySettings(
* foldersSettingsBuilder
* .getFolderSettings()
* .getRetrySettings()
* .toBuilder()
* foldersSettingsBuilder.getFolderSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* FoldersSettings foldersSettings = foldersSettingsBuilder.build();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
* <p>For example, to set the total timeout of getOrganization to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - 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
* OrganizationsSettings.Builder organizationsSettingsBuilder = OrganizationsSettings.newBuilder();
* organizationsSettingsBuilder
* .getOrganizationSettings()
* .setRetrySettings(
* organizationsSettingsBuilder
* .getOrganizationSettings()
* .getRetrySettings()
* .toBuilder()
* organizationsSettingsBuilder.getOrganizationSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* OrganizationsSettings organizationsSettings = organizationsSettingsBuilder.build();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,16 @@
* <p>For example, to set the total timeout of getProject to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - 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
* ProjectsSettings.Builder projectsSettingsBuilder = ProjectsSettings.newBuilder();
* projectsSettingsBuilder
* .getProjectSettings()
* .setRetrySettings(
* projectsSettingsBuilder
* .getProjectSettings()
* .getRetrySettings()
* .toBuilder()
* projectsSettingsBuilder.getProjectSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* ProjectsSettings projectsSettings = projectsSettingsBuilder.build();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
* <p>For example, to set the total timeout of listTagBindings to 30 seconds:
*
* <pre>{@code
* // This snippet has been automatically generated for illustrative purposes only.
* // It may require modifications to work in your environment.
* // This snippet has been automatically generated and should be regarded as a code template only.
* // It will require modifications to work:
* // - 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
* TagBindingsSettings.Builder tagBindingsSettingsBuilder = TagBindingsSettings.newBuilder();
* tagBindingsSettingsBuilder
* .listTagBindingsSettings()
* .setRetrySettings(
* tagBindingsSettingsBuilder
* .listTagBindingsSettings()
* .getRetrySettings()
* .toBuilder()
* tagBindingsSettingsBuilder.listTagBindingsSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* TagBindingsSettings tagBindingsSettings = tagBindingsSettingsBuilder.build();
Expand Down
Loading

0 comments on commit 47b0d48

Please sign in to comment.