Skip to content

Commit

Permalink
feat: Add video cropping feature
Browse files Browse the repository at this point in the history
feat: Add video padding feature
feat: Add ttl_after_completion_days field to Job
docs: Update proto documentation
docs: Indicate v1beta1 deprecation

PiperOrigin-RevId: 389250478
  • Loading branch information
Google APIs authored and Copybara-Service committed Aug 6, 2021
1 parent f642cc6 commit 9a7d190
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 67 deletions.
12 changes: 7 additions & 5 deletions google/cloud/video/transcoder/v1beta1/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This file was automatically generated by BuildFileGenerator
# https://github.com/googleapis/gapic-generator/tree/master/rules_gapic/bazel
# https://github.com/googleapis/rules_gapic/tree/master/bazel

# Most of the manual changes to this file will be overwritten.
# It's **only** allowed to change the following rule attribute values:
Expand Down Expand Up @@ -123,11 +123,11 @@ go_gapic_library(
srcs = [":transcoder_proto_with_info"],
grpc_service_config = "transcoder_grpc_service_config.json",
importpath = "cloud.google.com/go/video/transcoder/apiv1beta1;transcoder",
metadata = True,
service_yaml = "transcoder_v1beta1.yaml",
deps = [
":transcoder_go_proto",
"@io_bazel_rules_go//proto/wkt:duration_go_proto",
"@io_bazel_rules_go//proto/wkt:timestamp_go_proto",
],
)

Expand All @@ -143,6 +143,7 @@ go_gapic_assembly_pkg(
name = "gapi-cloud-video-transcoder-v1beta1-go",
deps = [
":transcoder_go_gapic",
":transcoder_go_gapic_srcjar-metadata.srcjar",
":transcoder_go_gapic_srcjar-test.srcjar",
":transcoder_go_proto",
],
Expand Down Expand Up @@ -197,6 +198,7 @@ php_gapic_library(
name = "transcoder_php_gapic",
srcs = [":transcoder_proto_with_info"],
grpc_service_config = "transcoder_grpc_service_config.json",
service_yaml = "transcoder_v1beta1.yaml",
deps = [
":transcoder_php_grpc",
":transcoder_php_proto",
Expand Down Expand Up @@ -267,11 +269,11 @@ ruby_cloud_gapic_library(
name = "transcoder_ruby_gapic",
srcs = [":transcoder_proto_with_info"],
extra_protoc_parameters = [
"ruby-cloud-gem-name=google-cloud-video-transcoder-v1beta1",
"ruby-cloud-env-prefix=TRANSCODER",
"ruby-cloud-product-url=https://cloud.google.com/transcoder/",
"ruby-cloud-api-id=transcoder.googleapis.com",
"ruby-cloud-api-shortname=transcoder",
"ruby-cloud-env-prefix=TRANSCODER",
"ruby-cloud-gem-name=google-cloud-video-transcoder-v1beta1",
"ruby-cloud-product-url=https://cloud.google.com/transcoder/",
],
grpc_service_config = "transcoder_grpc_service_config.json",
ruby_cloud_description = "The Transcoder API allows you to convert video files and package them for optimized delivery to web, mobile and connected TVs.",
Expand Down
Loading

0 comments on commit 9a7d190

Please sign in to comment.