Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
feat!: update proto files, add create_time, start_time and end_time, …
Browse files Browse the repository at this point in the history
…height_pixels and width_pixels become optional (#20)

PiperOrigin-RevId: 334639492

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Sep 30 11:15:35 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 054339f961e16b2a359b0efc35a927b5f899c90f
Source-Link: googleapis/googleapis@054339f
  • Loading branch information
yoshi-automation committed Oct 1, 2020
1 parent 9f6ccb7 commit 37fb32d
Show file tree
Hide file tree
Showing 13 changed files with 1,395 additions and 258 deletions.
Expand Up @@ -588,7 +588,8 @@ public final UnaryCallable<DeleteJobRequest, Empty> deleteJobCallable() {
* @param jobTemplate Required. Parameters for creating job template.
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
* component of the job template's resource name.
* <p>This value should be 4-63 characters, and valid characters are `/[a-zA-Z0-9_-_]/`.
* <p>This value should be 4-63 characters, and valid characters must match the regular
* expression `[a-zA-Z][a-zA-Z0-9_-]&#42;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final JobTemplate createJobTemplate(
Expand Down Expand Up @@ -622,7 +623,8 @@ public final JobTemplate createJobTemplate(
* @param jobTemplate Required. Parameters for creating job template.
* @param jobTemplateId Required. The ID to use for the job template, which will become the final
* component of the job template's resource name.
* <p>This value should be 4-63 characters, and valid characters are `/[a-zA-Z0-9_-_]/`.
* <p>This value should be 4-63 characters, and valid characters must match the regular
* expression `[a-zA-Z][a-zA-Z0-9_-]&#42;`.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final JobTemplate createJobTemplate(
Expand Down
Expand Up @@ -253,8 +253,8 @@ public com.google.cloud.video.transcoder.v1beta1.JobTemplateOrBuilder getJobTemp
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -279,8 +279,8 @@ public java.lang.String getJobTemplateId() {
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down Expand Up @@ -1004,8 +1004,8 @@ public com.google.cloud.video.transcoder.v1beta1.JobTemplate.Builder getJobTempl
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1029,8 +1029,8 @@ public java.lang.String getJobTemplateId() {
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1054,8 +1054,8 @@ public com.google.protobuf.ByteString getJobTemplateIdBytes() {
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1078,8 +1078,8 @@ public Builder setJobTemplateId(java.lang.String value) {
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -1098,8 +1098,8 @@ public Builder clearJobTemplateId() {
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down
Expand Up @@ -101,8 +101,8 @@ public interface CreateJobTemplateRequestOrBuilder
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand All @@ -116,8 +116,8 @@ public interface CreateJobTemplateRequestOrBuilder
* <pre>
* Required. The ID to use for the job template, which will become the final component
* of the job template's resource name.
* This value should be 4-63 characters, and valid characters
* are `/[a-zA-Z0-9_-_]/`.
* This value should be 4-63 characters, and valid characters must match the
* regular expression `[a-zA-Z][a-zA-Z0-9_-]*`.
* </pre>
*
* <code>string job_template_id = 3 [(.google.api.field_behavior) = REQUIRED];</code>
Expand Down

0 comments on commit 37fb32d

Please sign in to comment.