From dd4c96e3dc55c4302acfbd516c7800f0fd232a50 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 24 Dec 2020 01:46:26 -0800 Subject: [PATCH] docs: put FPS table in code block PiperOrigin-RevId: 348857882 Source-Author: Google APIs Source-Date: Wed Dec 23 15:47:05 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 2ccf8f460800e98884d1aa4ba61e344ad4cd5d04 Source-Link: https://github.com/googleapis/googleapis/commit/2ccf8f460800e98884d1aa4ba61e344ad4cd5d04 --- .../cloud/video/transcoder/v1beta1/VideoStream.java | 8 ++++++++ .../video/transcoder/v1beta1/VideoStreamOrBuilder.java | 2 ++ .../google/cloud/video/transcoder/v1beta1/resources.proto | 3 ++- synth.metadata | 6 +++--- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java index 31136c60..13154e56 100644 --- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java +++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStream.java @@ -957,6 +957,7 @@ public int getBFrameCount() { * the input FPS, and smaller or equal to the target FPS. * The following table shows the computed video FPS given the target FPS (in * parenthesis) and input FPS (in the first column): + * ``` * | | (30) | (60) | (25) | (50) | * |--------|--------|--------|------|------| * | 240 | Fail | Fail | Fail | Fail | @@ -973,6 +974,7 @@ public int getBFrameCount() { * | 15 | 15 | 15 | 20 | 30 | * | 12 | 12 | 12 | 20 | 30 | * | 10 | 10 | 10 | 20 | 30 | + * ``` * * * double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED]; @@ -3389,6 +3391,7 @@ public Builder clearBFrameCount() { * the input FPS, and smaller or equal to the target FPS. * The following table shows the computed video FPS given the target FPS (in * parenthesis) and input FPS (in the first column): + * ``` * | | (30) | (60) | (25) | (50) | * |--------|--------|--------|------|------| * | 240 | Fail | Fail | Fail | Fail | @@ -3405,6 +3408,7 @@ public Builder clearBFrameCount() { * | 15 | 15 | 15 | 20 | 30 | * | 12 | 12 | 12 | 20 | 30 | * | 10 | 10 | 10 | 20 | 30 | + * ``` * * * double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED]; @@ -3425,6 +3429,7 @@ public double getFrameRate() { * the input FPS, and smaller or equal to the target FPS. * The following table shows the computed video FPS given the target FPS (in * parenthesis) and input FPS (in the first column): + * ``` * | | (30) | (60) | (25) | (50) | * |--------|--------|--------|------|------| * | 240 | Fail | Fail | Fail | Fail | @@ -3441,6 +3446,7 @@ public double getFrameRate() { * | 15 | 15 | 15 | 20 | 30 | * | 12 | 12 | 12 | 20 | 30 | * | 10 | 10 | 10 | 20 | 30 | + * ``` * * * double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED]; @@ -3464,6 +3470,7 @@ public Builder setFrameRate(double value) { * the input FPS, and smaller or equal to the target FPS. * The following table shows the computed video FPS given the target FPS (in * parenthesis) and input FPS (in the first column): + * ``` * | | (30) | (60) | (25) | (50) | * |--------|--------|--------|------|------| * | 240 | Fail | Fail | Fail | Fail | @@ -3480,6 +3487,7 @@ public Builder setFrameRate(double value) { * | 15 | 15 | 15 | 20 | 30 | * | 12 | 12 | 12 | 20 | 30 | * | 10 | 10 | 10 | 20 | 30 | + * ``` * * * double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java index 0ee6f072..90900323 100644 --- a/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java +++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/java/com/google/cloud/video/transcoder/v1beta1/VideoStreamOrBuilder.java @@ -450,6 +450,7 @@ public interface VideoStreamOrBuilder * the input FPS, and smaller or equal to the target FPS. * The following table shows the computed video FPS given the target FPS (in * parenthesis) and input FPS (in the first column): + * ``` * | | (30) | (60) | (25) | (50) | * |--------|--------|--------|------|------| * | 240 | Fail | Fail | Fail | Fail | @@ -466,6 +467,7 @@ public interface VideoStreamOrBuilder * | 15 | 15 | 15 | 20 | 30 | * | 12 | 12 | 12 | 20 | 30 | * | 10 | 10 | 10 | 20 | 30 | + * ``` * * * double frame_rate = 20 [(.google.api.field_behavior) = REQUIRED]; diff --git a/proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto b/proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto index 4e2163c9..71ba38f9 100644 --- a/proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto +++ b/proto-google-cloud-video-transcoder-v1beta1/src/main/proto/google/cloud/video/transcoder/v1beta1/resources.proto @@ -654,7 +654,7 @@ message VideoStream { // // The following table shows the computed video FPS given the target FPS (in // parenthesis) and input FPS (in the first column): - // + // ``` // | | (30) | (60) | (25) | (50) | // |--------|--------|--------|------|------| // | 240 | Fail | Fail | Fail | Fail | @@ -671,6 +671,7 @@ message VideoStream { // | 15 | 15 | 15 | 20 | 30 | // | 12 | 12 | 12 | 20 | 30 | // | 10 | 10 | 10 | 20 | 30 | + // ``` double frame_rate = 20 [(google.api.field_behavior) = REQUIRED]; // Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and diff --git a/synth.metadata b/synth.metadata index 511a2523..b320430c 100644 --- a/synth.metadata +++ b/synth.metadata @@ -4,15 +4,15 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-video-transcoder.git", - "sha": "b884b5161f58a176e838b9203fb005b33b924f69" + "sha": "d749dd51fe7de54f07b34a21c97fc937da9ea504" } }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "857f70daef9f4c38f042fb3dfb7b8423ae18fd19", - "internalRef": "346372957" + "sha": "2ccf8f460800e98884d1aa4ba61e344ad4cd5d04", + "internalRef": "348857882" } }, {