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

feat!: update proto files, add create_time, start_time and end_time, height_pixels and width_pixels become optional #20

Merged
merged 1 commit into from Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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