Skip to content

Commit

Permalink
chore: update googleapis commit at Mon Jun 10 15:10:34 UTC 2024 (#10947)
Browse files Browse the repository at this point in the history
* chore: update googleapis commit at Mon Jun 10 15:10:34 UTC 2024

* chore: generate libraries at Mon Jun 10 15:13:44 UTC 2024

* add gax-http to java-container

* fix dependency artifact id

* chore: update googleapis commit at Tue Jun 11 02:18:39 UTC 2024

* add gax-httpjson to test deps

* add gax testlib to dependencis

* add locations to test scope of java-retail

---------

Co-authored-by: Diego Alonso Marquez Palacios <diegomarquezp@google.com>
  • Loading branch information
cloud-java-bot and diegomarquezp authored Jun 12, 2024
1 parent bda6bb5 commit 4be1db5
Show file tree
Hide file tree
Showing 646 changed files with 157,248 additions and 17,887 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ MANIFEST

.flattened-pom.xml

# Vim files
*.swp
*.swo

# Python utilities
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.41.0
protoc_version: '25.3'
googleapis_commitish: ede5e02ad747c9199a7953b222b85715e097189c
googleapis_commitish: ac90fa9958bd6f7622674f52f77e4dc01d98bee8
libraries_bom_version: 26.40.0
template_excludes:
- .github/*
Expand Down
2 changes: 1 addition & 1 deletion java-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-batch.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.44.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.45.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8507,9 +8507,9 @@ public interface InstancePolicyOrTemplateOrBuilder
*
*
* <pre>
* Set this field true if users want Batch to help fetch drivers from a
* third party location and install them for GPUs specified in
* policy.accelerators or instance_template on their behalf. Default is
* Set this field true if you want Batch to help fetch drivers from a third
* party location and install them for GPUs specified in
* `policy.accelerators` or `instance_template` on your behalf. Default is
* false.
*
* For Container-Optimized Image cases, Batch will install the
Expand Down Expand Up @@ -8755,9 +8755,9 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() {
*
*
* <pre>
* Set this field true if users want Batch to help fetch drivers from a
* third party location and install them for GPUs specified in
* policy.accelerators or instance_template on their behalf. Default is
* Set this field true if you want Batch to help fetch drivers from a third
* party location and install them for GPUs specified in
* `policy.accelerators` or `instance_template` on your behalf. Default is
* false.
*
* For Container-Optimized Image cases, Batch will install the
Expand Down Expand Up @@ -9594,9 +9594,9 @@ public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Set this field true if users want Batch to help fetch drivers from a
* third party location and install them for GPUs specified in
* policy.accelerators or instance_template on their behalf. Default is
* Set this field true if you want Batch to help fetch drivers from a third
* party location and install them for GPUs specified in
* `policy.accelerators` or `instance_template` on your behalf. Default is
* false.
*
* For Container-Optimized Image cases, Batch will install the
Expand All @@ -9618,9 +9618,9 @@ public boolean getInstallGpuDrivers() {
*
*
* <pre>
* Set this field true if users want Batch to help fetch drivers from a
* third party location and install them for GPUs specified in
* policy.accelerators or instance_template on their behalf. Default is
* Set this field true if you want Batch to help fetch drivers from a third
* party location and install them for GPUs specified in
* `policy.accelerators` or `instance_template` on your behalf. Default is
* false.
*
* For Container-Optimized Image cases, Batch will install the
Expand All @@ -9646,9 +9646,9 @@ public Builder setInstallGpuDrivers(boolean value) {
*
*
* <pre>
* Set this field true if users want Batch to help fetch drivers from a
* third party location and install them for GPUs specified in
* policy.accelerators or instance_template on their behalf. Default is
* Set this field true if you want Batch to help fetch drivers from a third
* party location and install them for GPUs specified in
* `policy.accelerators` or `instance_template` on your behalf. Default is
* false.
*
* For Container-Optimized Image cases, Batch will install the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
* due to the following reasons, the exit code will be 50000.
*
* Otherwise, it can be from different sources:
* - Batch known failures as
* * Batch known failures:
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
* - Batch runnable execution failures: You can rely on Batch logs for further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
* If there are multiple runnables failures, Batch only exposes the first
* error caught for now.
* * Batch runnable execution failures; you can rely on Batch logs to further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
* there are multiple runnables failures, Batch only exposes the first error.
* </pre>
*
* <code>int32 exit_code = 1;</code>
Expand Down Expand Up @@ -441,12 +440,11 @@ public Builder mergeFrom(
* due to the following reasons, the exit code will be 50000.
*
* Otherwise, it can be from different sources:
* - Batch known failures as
* * Batch known failures:
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
* - Batch runnable execution failures: You can rely on Batch logs for further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
* If there are multiple runnables failures, Batch only exposes the first
* error caught for now.
* * Batch runnable execution failures; you can rely on Batch logs to further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
* there are multiple runnables failures, Batch only exposes the first error.
* </pre>
*
* <code>int32 exit_code = 1;</code>
Expand All @@ -467,12 +465,11 @@ public int getExitCode() {
* due to the following reasons, the exit code will be 50000.
*
* Otherwise, it can be from different sources:
* - Batch known failures as
* * Batch known failures:
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
* - Batch runnable execution failures: You can rely on Batch logs for further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
* If there are multiple runnables failures, Batch only exposes the first
* error caught for now.
* * Batch runnable execution failures; you can rely on Batch logs to further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
* there are multiple runnables failures, Batch only exposes the first error.
* </pre>
*
* <code>int32 exit_code = 1;</code>
Expand All @@ -497,12 +494,11 @@ public Builder setExitCode(int value) {
* due to the following reasons, the exit code will be 50000.
*
* Otherwise, it can be from different sources:
* - Batch known failures as
* * Batch known failures:
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
* - Batch runnable execution failures: You can rely on Batch logs for further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
* If there are multiple runnables failures, Batch only exposes the first
* error caught for now.
* * Batch runnable execution failures; you can rely on Batch logs to further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
* there are multiple runnables failures, Batch only exposes the first error.
* </pre>
*
* <code>int32 exit_code = 1;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@ public interface TaskExecutionOrBuilder
* due to the following reasons, the exit code will be 50000.
*
* Otherwise, it can be from different sources:
* - Batch known failures as
* * Batch known failures:
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
* - Batch runnable execution failures: You can rely on Batch logs for further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
* If there are multiple runnables failures, Batch only exposes the first
* error caught for now.
* * Batch runnable execution failures; you can rely on Batch logs to further
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
* there are multiple runnables failures, Batch only exposes the first error.
* </pre>
*
* <code>int32 exit_code = 1;</code>
Expand Down
Loading

0 comments on commit 4be1db5

Please sign in to comment.