You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was generated using Autosynth. 🌈
<details><summary>Log from Synthtool</summary>
```
2021-04-07 04:00:55,372 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py.
On branch autosynth-transcoder
nothing to commit, working tree clean
2021-04-07 04:00:55,811 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2021-04-07 04:00:56,196 synthtool [DEBUG] > Cleaning output directory.
DEBUG:synthtool:Cleaning output directory.
2021-04-07 04:00:56,198 synthtool [DEBUG] > Installing dependencies.
DEBUG:synthtool:Installing dependencies.
2021-04-07 04:00:57,883 synthtool [INFO] > Generating transcoder v1beta1.
INFO:synthtool:Generating transcoder v1beta1.
2021-04-07 04:00:57,883 synthtool [INFO] > 1.31.0
INFO:synthtool: 1.31.0
WARNING:root:object without properties Empty: OrderedDict([(u'type', u'object'), (u'description', u'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.'), (u'properties', OrderedDict()), (u'id', u'Empty')])
Writing json metadata to clients/google-api-services-transcoder/v1beta1.metadata.json
2021-04-07 04:00:58,755 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-transcoder/synth.metadata.
DEBUG:synthtool:Wrote metadata to clients/google-api-services-transcoder/synth.metadata.
```
</details>
Full log will be available here:
https://source.cloud.google.com/results/invocations/0f0f9f42-37d9-4799-926b-ac810e280369/targets
- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)
Copy file name to clipboardExpand all lines: clients/google-api-services-transcoder/v1beta1/1.31.0/com/google/api/services/transcoder/v1beta1/model/VideoStream.java
+6-21Lines changed: 6 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -104,13 +104,8 @@ public final class VideoStream extends com.google.api.client.json.GenericJson {
104
104
* Required. The target video frame rate in frames per second (FPS). Must be less than or equal to
105
105
* 120. Will default to the input frame rate if larger than the input frame rate. The API will
106
106
* generate an output FPS that is divisible by the input FPS, and smaller or equal to the target
107
-
* FPS. The following table shows the computed video FPS given the target FPS (in parenthesis) and
108
-
* input FPS (in the first column): ``` | | (30) | (60) | (25) | (50) |
Copy file name to clipboardExpand all lines: clients/google-api-services-transcoder/v1beta1/1.31.0/resources/transcoder.v1beta1.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@
355
355
}
356
356
}
357
357
},
358
-
"revision": "20210323",
358
+
"revision": "20210405",
359
359
"rootUrl": "https://transcoder.googleapis.com/",
360
360
"schemas": {
361
361
"AdBreak": {
@@ -1478,7 +1478,7 @@
1478
1478
"type": "string"
1479
1479
},
1480
1480
"frameRate": {
1481
-
"description": "Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by 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 | | 120 | 30 | 60 | 20 | 30 | | 100 | 25 | 50 | 20 | 30 | | 50 | 25 | 50 | 20 | 30 | | 60 | 30 | 60 | 20 | 30 | | 59.94 | 29.97 | 59.94 | 20 | 30 | | 48 | 24 | 48 | 20 | 30 | | 30 | 30 | 30 | 20 | 30 | | 25 | 25 | 25 | 20 | 30 | | 24 | 24 | 24 | 20 | 30 | | 23.976 | 23.976 | 23.976 | 20 | 30 | | 15 | 15 | 15 | 20 | 30 | | 12 | 12 | 12 | 20 | 30 | | 10 | 10 | 10 | 20 | 30 | ```",
1481
+
"description": "Required. The target video frame rate in frames per second (FPS). Must be less than or equal to 120. Will default to the input frame rate if larger than the input frame rate. The API will generate an output FPS that is divisible by the input FPS, and smaller or equal to the target FPS. See [Calculate frame rate](https://cloud.google.com/transcoder/docs/concepts/frame-rate) for more information.",
0 commit comments