Skip to content

Commit 9b7d76e

Browse files
Google APIscopybara-github
authored andcommitted
docs: corrected the Dataflow job name regex
PiperOrigin-RevId: 458015583
1 parent c425ac6 commit 9b7d76e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google/dataflow/v1beta3/jobs.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ message Job {
154154
// existing Job.
155155
//
156156
// The name must match the regular expression
157-
// `[a-z]([-a-z0-9]{0,38}[a-z0-9])?`
157+
// `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?`
158158
string name = 3;
159159

160160
// The type of Cloud Dataflow job.

0 commit comments

Comments
 (0)