You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-video-transcoder/src/main/java/com/google/cloud/video/transcoder/v1beta1/TranscoderServiceClient.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -588,7 +588,8 @@ public final UnaryCallable deleteJobCallable() {
588
588
* @param jobTemplate Required. Parameters for creating job template.
589
589
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
590
590
* component of the job template's resource name.
591
-
*
This value should be 4-63 characters, and valid characters are `/[a-zA-Z0-9_-_]/`.
591
+
*
This value should be 4-63 characters, and valid characters must match the regular
592
+
* expression `[a-zA-Z][a-zA-Z0-9_-]*`.
592
593
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
593
594
*/
594
595
publicfinalJobTemplatecreateJobTemplate(
@@ -622,7 +623,8 @@ public final JobTemplate createJobTemplate(
622
623
* @param jobTemplate Required. Parameters for creating job template.
623
624
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
624
625
* component of the job template's resource name.
625
-
*
This value should be 4-63 characters, and valid characters are `/[a-zA-Z0-9_-_]/`.
626
+
*
This value should be 4-63 characters, and valid characters must match the regular
627
+
* expression `[a-zA-Z][a-zA-Z0-9_-]*`.
626
628
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/CreateJobTemplateRequest.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -253,8 +253,8 @@ public com.google.cloud.video.transcoder.v1beta1.JobTemplateOrBuilder getJobTemp
253
253
*
254
254
* Required. The ID to use for the job template, which will become the final component
255
255
* of the job template's resource name.
256
-
* This value should be 4-63 characters, and valid characters
257
-
* are `/[a-zA-Z0-9_-_]/`.
256
+
* This value should be 4-63 characters, and valid characters must match the
Copy file name to clipboardExpand all lines: proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/CreateJobTemplateRequestOrBuilder.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ public interface CreateJobTemplateRequestOrBuilder
101
101
*
102
102
* Required. The ID to use for the job template, which will become the final component
103
103
* of the job template's resource name.
104
-
* This value should be 4-63 characters, and valid characters
105
-
* are `/[a-zA-Z0-9_-_]/`.
104
+
* This value should be 4-63 characters, and valid characters must match the
0 commit comments