Skip to content

Commit

Permalink
docs: [batch] Remove UUID specification in comment (#10408)
Browse files Browse the repository at this point in the history
* 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: googleapis/googleapis-gen@4526911
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: googleapis/googleapis-gen@dbfb1cc
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: googleapis/googleapis-gen@ac0d5d8
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 29, 2024
1 parent 903abf3 commit 391f4f0
Show file tree
Hide file tree
Showing 11 changed files with 394 additions and 138 deletions.
4 changes: 2 additions & 2 deletions java-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.32.0</version>
<version>26.33.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down 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.35.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.36.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 @@ -138,7 +138,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -161,7 +161,7 @@ public java.lang.String getUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -1614,7 +1614,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1636,7 +1636,7 @@ public java.lang.String getUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1658,7 +1658,7 @@ public com.google.protobuf.ByteString getUidBytes() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1679,7 +1679,7 @@ public Builder setUid(java.lang.String value) {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -1696,7 +1696,7 @@ public Builder clearUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface JobOrBuilder
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -67,7 +67,7 @@ public interface JobOrBuilder
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ message Job {
// For example: "projects/123456/locations/us-central1/jobs/job01".
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];

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

// Priority of the Job.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -304,7 +304,7 @@ public java.lang.String getUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down Expand Up @@ -2074,7 +2074,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -2096,7 +2096,7 @@ public java.lang.String getUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -2118,7 +2118,7 @@ public com.google.protobuf.ByteString getUidBytes() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -2139,7 +2139,7 @@ public Builder setUid(java.lang.String value) {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -2156,7 +2156,7 @@ public Builder clearUid() {
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public interface JobOrBuilder
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand All @@ -67,7 +67,7 @@ public interface JobOrBuilder
*
*
* <pre>
* Output only. A system generated unique ID (in UUID4 format) for the Job.
* Output only. A system generated unique ID for the Job.
* </pre>
*
* <code>string uid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
Expand Down

0 comments on commit 391f4f0

Please sign in to comment.