Skip to content

Commit 4be1db5

Browse files
chore: update googleapis commit at Mon Jun 10 15:10:34 UTC 2024 (#10947)
* 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 <[email protected]>
1 parent bda6bb5 commit 4be1db5

File tree

646 files changed

+157248
-17887
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

646 files changed

+157248
-17887
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ MANIFEST
1717

1818
.flattened-pom.xml
1919

20+
# Vim files
21+
*.swp
22+
*.swo
23+
2024
# Python utilities
2125
__pycache__/
2226
*.py[cod]

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
gapic_generator_version: 2.41.0
22
protoc_version: '25.3'
3-
googleapis_commitish: ede5e02ad747c9199a7953b222b85715e097189c
3+
googleapis_commitish: ac90fa9958bd6f7622674f52f77e4dc01d98bee8
44
libraries_bom_version: 26.40.0
55
template_excludes:
66
- .github/*

java-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
201201
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-batch.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.44.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.45.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/AllocationPolicy.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8507,9 +8507,9 @@ public interface InstancePolicyOrTemplateOrBuilder
85078507
*
85088508
*
85098509
* <pre>
8510-
* Set this field true if users want Batch to help fetch drivers from a
8511-
* third party location and install them for GPUs specified in
8512-
* policy.accelerators or instance_template on their behalf. Default is
8510+
* Set this field true if you want Batch to help fetch drivers from a third
8511+
* party location and install them for GPUs specified in
8512+
* `policy.accelerators` or `instance_template` on your behalf. Default is
85138513
* false.
85148514
*
85158515
* For Container-Optimized Image cases, Batch will install the
@@ -8755,9 +8755,9 @@ public com.google.protobuf.ByteString getInstanceTemplateBytes() {
87558755
*
87568756
*
87578757
* <pre>
8758-
* Set this field true if users want Batch to help fetch drivers from a
8759-
* third party location and install them for GPUs specified in
8760-
* policy.accelerators or instance_template on their behalf. Default is
8758+
* Set this field true if you want Batch to help fetch drivers from a third
8759+
* party location and install them for GPUs specified in
8760+
* `policy.accelerators` or `instance_template` on your behalf. Default is
87618761
* false.
87628762
*
87638763
* For Container-Optimized Image cases, Batch will install the
@@ -9594,9 +9594,9 @@ public Builder setInstanceTemplateBytes(com.google.protobuf.ByteString value) {
95949594
*
95959595
*
95969596
* <pre>
9597-
* Set this field true if users want Batch to help fetch drivers from a
9598-
* third party location and install them for GPUs specified in
9599-
* policy.accelerators or instance_template on their behalf. Default is
9597+
* Set this field true if you want Batch to help fetch drivers from a third
9598+
* party location and install them for GPUs specified in
9599+
* `policy.accelerators` or `instance_template` on your behalf. Default is
96009600
* false.
96019601
*
96029602
* For Container-Optimized Image cases, Batch will install the
@@ -9618,9 +9618,9 @@ public boolean getInstallGpuDrivers() {
96189618
*
96199619
*
96209620
* <pre>
9621-
* Set this field true if users want Batch to help fetch drivers from a
9622-
* third party location and install them for GPUs specified in
9623-
* policy.accelerators or instance_template on their behalf. Default is
9621+
* Set this field true if you want Batch to help fetch drivers from a third
9622+
* party location and install them for GPUs specified in
9623+
* `policy.accelerators` or `instance_template` on your behalf. Default is
96249624
* false.
96259625
*
96269626
* For Container-Optimized Image cases, Batch will install the
@@ -9646,9 +9646,9 @@ public Builder setInstallGpuDrivers(boolean value) {
96469646
*
96479647
*
96489648
* <pre>
9649-
* Set this field true if users want Batch to help fetch drivers from a
9650-
* third party location and install them for GPUs specified in
9651-
* policy.accelerators or instance_template on their behalf. Default is
9649+
* Set this field true if you want Batch to help fetch drivers from a third
9650+
* party location and install them for GPUs specified in
9651+
* `policy.accelerators` or `instance_template` on your behalf. Default is
96529652
* false.
96539653
*
96549654
* For Container-Optimized Image cases, Batch will install the

java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecution.java

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,11 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
7474
* due to the following reasons, the exit code will be 50000.
7575
*
7676
* Otherwise, it can be from different sources:
77-
* - Batch known failures as
77+
* * Batch known failures:
7878
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
79-
* - Batch runnable execution failures: You can rely on Batch logs for further
80-
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
81-
* If there are multiple runnables failures, Batch only exposes the first
82-
* error caught for now.
79+
* * Batch runnable execution failures; you can rely on Batch logs to further
80+
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
81+
* there are multiple runnables failures, Batch only exposes the first error.
8382
* </pre>
8483
*
8584
* <code>int32 exit_code = 1;</code>
@@ -441,12 +440,11 @@ public Builder mergeFrom(
441440
* due to the following reasons, the exit code will be 50000.
442441
*
443442
* Otherwise, it can be from different sources:
444-
* - Batch known failures as
443+
* * Batch known failures:
445444
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
446-
* - Batch runnable execution failures: You can rely on Batch logs for further
447-
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
448-
* If there are multiple runnables failures, Batch only exposes the first
449-
* error caught for now.
445+
* * Batch runnable execution failures; you can rely on Batch logs to further
446+
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
447+
* there are multiple runnables failures, Batch only exposes the first error.
450448
* </pre>
451449
*
452450
* <code>int32 exit_code = 1;</code>
@@ -467,12 +465,11 @@ public int getExitCode() {
467465
* due to the following reasons, the exit code will be 50000.
468466
*
469467
* Otherwise, it can be from different sources:
470-
* - Batch known failures as
468+
* * Batch known failures:
471469
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
472-
* - Batch runnable execution failures: You can rely on Batch logs for further
473-
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
474-
* If there are multiple runnables failures, Batch only exposes the first
475-
* error caught for now.
470+
* * Batch runnable execution failures; you can rely on Batch logs to further
471+
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
472+
* there are multiple runnables failures, Batch only exposes the first error.
476473
* </pre>
477474
*
478475
* <code>int32 exit_code = 1;</code>
@@ -497,12 +494,11 @@ public Builder setExitCode(int value) {
497494
* due to the following reasons, the exit code will be 50000.
498495
*
499496
* Otherwise, it can be from different sources:
500-
* - Batch known failures as
497+
* * Batch known failures:
501498
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
502-
* - Batch runnable execution failures: You can rely on Batch logs for further
503-
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
504-
* If there are multiple runnables failures, Batch only exposes the first
505-
* error caught for now.
499+
* * Batch runnable execution failures; you can rely on Batch logs to further
500+
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
501+
* there are multiple runnables failures, Batch only exposes the first error.
506502
* </pre>
507503
*
508504
* <code>int32 exit_code = 1;</code>

java-batch/proto-google-cloud-batch-v1/src/main/java/com/google/cloud/batch/v1/TaskExecutionOrBuilder.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,11 @@ public interface TaskExecutionOrBuilder
3434
* due to the following reasons, the exit code will be 50000.
3535
*
3636
* Otherwise, it can be from different sources:
37-
* - Batch known failures as
37+
* * Batch known failures:
3838
* https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
39-
* - Batch runnable execution failures: You can rely on Batch logs for further
40-
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
41-
* If there are multiple runnables failures, Batch only exposes the first
42-
* error caught for now.
39+
* * Batch runnable execution failures; you can rely on Batch logs to further
40+
* diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
41+
* there are multiple runnables failures, Batch only exposes the first error.
4342
* </pre>
4443
*
4544
* <code>int32 exit_code = 1;</code>

0 commit comments

Comments
 (0)