proto_docs/google/cloud/video/transcoder/v1/services.rb in google-cloud-video-transcoder-v1-0.5.0 vs proto_docs/google/cloud/video/transcoder/v1/services.rb in google-cloud-video-transcoder-v1-0.6.0

- old
+ new

@@ -107,12 +107,12 @@ # @!attribute [rw] job_template # @return [::Google::Cloud::Video::Transcoder::V1::JobTemplate] # Required. Parameters for creating job template. # @!attribute [rw] job_template_id # @return [::String] - # Required. The ID to use for the job template, which will become the final component - # of the job template's resource name. + # 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 must match the # regular expression `[a-zA-Z][a-zA-Z0-9_-]*`. class CreateJobTemplateRequest include ::Google::Protobuf::MessageExts @@ -120,11 +120,11 @@ end # Request message for `TranscoderService.ListJobTemplates`. # @!attribute [rw] parent # @return [::String] - # Required. The parent location from which to retrieve the collection of job templates. - # Format: `projects/{project}/locations/{location}` + # Required. The parent location from which to retrieve the collection of job + # templates. Format: `projects/{project}/locations/{location}` # @!attribute [rw] page_size # @return [::Integer] # The maximum number of items to return. # @!attribute [rw] page_token # @return [::String]