Skip to content
This repository has been archived by the owner on Sep 9, 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 (#1042)

- [ ] 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 8, 2022
1 parent 1b72b9d commit fd51bf0
Show file tree
Hide file tree
Showing 96 changed files with 11,242 additions and 4,627 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If you are using Maven without BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.1.0')
implementation platform('com.google.cloud:libraries-bom:26.1.1')
implementation 'com.google.cloud:google-cloud-aiplatform'
```
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@
* <p>For example, to set the total timeout of getDataset 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
* DatasetServiceSettings.Builder datasetServiceSettingsBuilder =
* DatasetServiceSettings.newBuilder();
* datasetServiceSettingsBuilder
* .getDatasetSettings()
* .setRetrySettings(
* datasetServiceSettingsBuilder
* .getDatasetSettings()
* .getRetrySettings()
* .toBuilder()
* datasetServiceSettingsBuilder.getDatasetSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* DatasetServiceSettings datasetServiceSettings = datasetServiceSettingsBuilder.build();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@
* <p>For example, to set the total timeout of getEndpoint 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
* EndpointServiceSettings.Builder endpointServiceSettingsBuilder =
* EndpointServiceSettings.newBuilder();
* endpointServiceSettingsBuilder
* .getEndpointSettings()
* .setRetrySettings(
* endpointServiceSettingsBuilder
* .getEndpointSettings()
* .getRetrySettings()
* .toBuilder()
* endpointServiceSettingsBuilder.getEndpointSettings().getRetrySettings().toBuilder()
* .setTotalTimeout(Duration.ofSeconds(30))
* .build());
* EndpointServiceSettings endpointServiceSettings = endpointServiceSettingsBuilder.build();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@
* <p>For example, to set the total timeout of readFeatureValues 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
* FeaturestoreOnlineServingServiceSettings.Builder
* featurestoreOnlineServingServiceSettingsBuilder =
* FeaturestoreOnlineServingServiceSettings.newBuilder();
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,11 @@
* <p>For example, to set the total timeout of getFeaturestore 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
* FeaturestoreServiceSettings.Builder featurestoreServiceSettingsBuilder =
* FeaturestoreServiceSettings.newBuilder();
* featurestoreServiceSettingsBuilder
Expand Down
Loading

0 comments on commit fd51bf0

Please sign in to comment.