lib/google/cloud/batch/v1/batch_service/client.rb in google-cloud-batch-v1-0.4.1 vs lib/google/cloud/batch/v1/batch_service/client.rb in google-cloud-batch-v1-0.4.2

- old
+ new

@@ -232,11 +232,12 @@ # @param parent [::String] # Required. The parent resource name where the Job will be created. # Pattern: "projects/\\{project}/locations/\\{location}" # @param job_id [::String] # ID used to uniquely identify the Job within its parent scope. - # This field should contain at most 63 characters. - # Only alphanumeric characters or '-' are accepted. + # This field should contain at most 63 characters and must start with + # lowercase characters. + # Only lowercase characters, numbers and '-' are accepted. # The '-' character cannot be the first or the last one. # A system generated ID will be used if the field is not set. # # The job.name field in the request will be ignored and the created resource # name of the Job will be "\\{parent}/jobs/\\{job_id}".