Skip to content

Commit

Permalink
docs: corrected the Dataflow job name regex
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458015583
  • Loading branch information
Google APIs authored and Copybara-Service committed Jun 29, 2022
1 parent c425ac6 commit 9b7d76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/dataflow/v1beta3/jobs.proto
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 9b7d76e

Please sign in to comment.