Content-Length: 651821 | pFad | https://github.com/googleapis/google-cloud-java/commit/391f4f08da31e026ab7ab08b3118438bac4afd57

C2 docs: [batch] Remove UUID specification in comment (#10408) · googleapis/google-cloud-java@391f4f0 · GitHub
Skip to content

Commit 391f4f0

Browse files
docs: [batch] Remove UUID specification in comment (#10408)
* docs: add caution messages for container runnable username and password fields --- docs: refine proto comment for run_as_non_root PiperOrigin-RevId: 608664745 Source-Link: googleapis/googleapis@254e61a Source-Link: https://github.com/googleapis/googleapis-gen/commit/4526911c7dd5862d18372554ddd820f94827f33a Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiNDUyNjkxMWM3ZGQ1ODYyZDE4MzcyNTU0ZGRkODIwZjk0ODI3ZjMzYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: update description of Job uid field PiperOrigin-RevId: 610543580 Source-Link: googleapis/googleapis@f6b39e2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/dbfb1cca5719c074422eb2358ed193bfd9f4a218 Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiZGJmYjFjY2E1NzE5YzA3NDQyMmViMjM1OGVkMTkzYmZkOWY0YTIxOCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * docs: Remove UUID specification in comment PiperOrigin-RevId: 610659360 Source-Link: googleapis/googleapis@a17ce76 Source-Link: https://github.com/googleapis/googleapis-gen/commit/ac0d5d8cce099ed4c66e74309c44bac30afcf3a3 Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiYWMwZDVkOGNjZTA5OWVkNGM2NmU3NDMwOWM0NGJhYzMwYWZjZjNhMyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 903abf3 commit 391f4f0

File tree

11 files changed

+394
-138
lines changed

11 files changed

+394
-138
lines changed

java-batch/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.32.0</version>
26+
<version>26.33.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -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.35.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.36.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/Job.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public com.google.protobuf.ByteString getNameBytes() {
138138
*
139139
*
140140
* <pre>
141-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
141+
* Output only. A system generated unique ID for the Job.
142142
* </pre>
143143
*
144144
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -161,7 +161,7 @@ public java.lang.String getUid() {
161161
*
162162
*
163163
* <pre>
164-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
164+
* Output only. A system generated unique ID for the Job.
165165
* </pre>
166166
*
167167
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1614,7 +1614,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
16141614
*
16151615
*
16161616
* <pre>
1617-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
1617+
* Output only. A system generated unique ID for the Job.
16181618
* </pre>
16191619
*
16201620
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1636,7 +1636,7 @@ public java.lang.String getUid() {
16361636
*
16371637
*
16381638
* <pre>
1639-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
1639+
* Output only. A system generated unique ID for the Job.
16401640
* </pre>
16411641
*
16421642
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1658,7 +1658,7 @@ public com.google.protobuf.ByteString getUidBytes() {
16581658
*
16591659
*
16601660
* <pre>
1661-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
1661+
* Output only. A system generated unique ID for the Job.
16621662
* </pre>
16631663
*
16641664
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1679,7 +1679,7 @@ public Builder setUid(java.lang.String value) {
16791679
*
16801680
*
16811681
* <pre>
1682-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
1682+
* Output only. A system generated unique ID for the Job.
16831683
* </pre>
16841684
*
16851685
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -1696,7 +1696,7 @@ public Builder clearUid() {
16961696
*
16971697
*
16981698
* <pre>
1699-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
1699+
* Output only. A system generated unique ID for the Job.
17001700
* </pre>
17011701
*
17021702
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface JobOrBuilder
5555
*
5656
*
5757
* <pre>
58-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
58+
* Output only. A system generated unique ID for the Job.
5959
* </pre>
6060
*
6161
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -67,7 +67,7 @@ public interface JobOrBuilder
6767
*
6868
*
6969
* <pre>
70-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
70+
* Output only. A system generated unique ID for the Job.
7171
* </pre>
7272
*
7373
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-batch/proto-google-cloud-batch-v1/src/main/proto/google/cloud/batch/v1/job.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ message Job {
4242
// For example: "projects/123456/locations/us-central1/jobs/job01".
4343
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
4444

45-
// Output only. A system generated unique ID (in UUID4 format) for the Job.
45+
// Output only. A system generated unique ID for the Job.
4646
string uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
4747

4848
// Priority of the Job.

java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/Job.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getNameBytes() {
281281
*
282282
*
283283
* <pre>
284-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
284+
* Output only. A system generated unique ID for the Job.
285285
* </pre>
286286
*
287287
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -304,7 +304,7 @@ public java.lang.String getUid() {
304304
*
305305
*
306306
* <pre>
307-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
307+
* Output only. A system generated unique ID for the Job.
308308
* </pre>
309309
*
310310
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -2074,7 +2074,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
20742074
*
20752075
*
20762076
* <pre>
2077-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
2077+
* Output only. A system generated unique ID for the Job.
20782078
* </pre>
20792079
*
20802080
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -2096,7 +2096,7 @@ public java.lang.String getUid() {
20962096
*
20972097
*
20982098
* <pre>
2099-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
2099+
* Output only. A system generated unique ID for the Job.
21002100
* </pre>
21012101
*
21022102
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -2118,7 +2118,7 @@ public com.google.protobuf.ByteString getUidBytes() {
21182118
*
21192119
*
21202120
* <pre>
2121-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
2121+
* Output only. A system generated unique ID for the Job.
21222122
* </pre>
21232123
*
21242124
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -2139,7 +2139,7 @@ public Builder setUid(java.lang.String value) {
21392139
*
21402140
*
21412141
* <pre>
2142-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
2142+
* Output only. A system generated unique ID for the Job.
21432143
* </pre>
21442144
*
21452145
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -2156,7 +2156,7 @@ public Builder clearUid() {
21562156
*
21572157
*
21582158
* <pre>
2159-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
2159+
* Output only. A system generated unique ID for the Job.
21602160
* </pre>
21612161
*
21622162
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

java-batch/proto-google-cloud-batch-v1alpha/src/main/java/com/google/cloud/batch/v1alpha/JobOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public interface JobOrBuilder
5555
*
5656
*
5757
* <pre>
58-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
58+
* Output only. A system generated unique ID for the Job.
5959
* </pre>
6060
*
6161
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
@@ -67,7 +67,7 @@ public interface JobOrBuilder
6767
*
6868
*
6969
* <pre>
70-
* Output only. A system generated unique ID (in UUID4 format) for the Job.
70+
* Output only. A system generated unique ID for the Job.
7171
* </pre>
7272
*
7373
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/google-cloud-java/commit/391f4f08da31e026ab7ab08b3118438bac4afd57

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy