docs: corrected the Dataflow job name regex

PiperOrigin-RevId: 458015583
pull/726/head
Google APIs 3 years ago committed by Copybara-Service
parent c425ac6db9
commit 9b7d76e0c7
  1. 2
      google/dataflow/v1beta3/jobs.proto

@ -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.

Loading…
Cancel
Save