Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs: corrected the Dataflow job name regex (#190)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 458015583

Source-Link: googleapis/googleapis@9b7d76e

Source-Link: https://github.com/googleapis/googleapis-gen/commit/fb26a7ca71df63e4c527e9e607e57a382e8095f6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZmIyNmE3Y2E3MWRmNjNlNGM1MjdlOWU2MDdlNTdhMzgyZTgwOTVmNiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jun 30, 2022
1 parent b0eadd6 commit 8fbc2f0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public com.google.protobuf.ByteString getProjectIdBytes() {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down Expand Up @@ -546,7 +546,7 @@ public java.lang.String getName() {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down Expand Up @@ -3025,7 +3025,7 @@ public Builder setProjectIdBytes(com.google.protobuf.ByteString value) {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down Expand Up @@ -3053,7 +3053,7 @@ public java.lang.String getName() {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down Expand Up @@ -3081,7 +3081,7 @@ public com.google.protobuf.ByteString getNameBytes() {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand All @@ -3108,7 +3108,7 @@ public Builder setName(java.lang.String value) {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand All @@ -3131,7 +3131,7 @@ public Builder clearName() {
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public interface JobOrBuilder
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand All @@ -105,7 +105,7 @@ public interface JobOrBuilder
* name as an already-existing Job, the attempt returns the
* existing Job.
* The name must match the regular expression
* `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
* `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
* </pre>
*
* <code>string name = 3;</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ message Job {
// existing Job.
//
// The name must match the regular expression
// `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
// `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
string name = 3;

// The type of Cloud Dataflow job.
Expand Down

0 comments on commit 8fbc2f0

Please sign in to comment.