Skip to content

Commit 1e0b085

Browse files
feat(transcoder): update the api
#### transcoder:v1beta1 The following keys were deleted: - schemas.OperationMetadata (Total Keys: 18)
1 parent 50196b5 commit 1e0b085

File tree

3 files changed

+11
-55
lines changed

3 files changed

+11
-55
lines changed

docs/dyn/transcoder_v1beta1.projects.locations.jobTemplates.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
174174
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
175175
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
176-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
176+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
177177
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
178178
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
179179
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -403,7 +403,7 @@ <h3>Method Details</h3>
403403
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
404404
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
405405
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
406-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
406+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
407407
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
408408
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
409409
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -657,7 +657,7 @@ <h3>Method Details</h3>
657657
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
658658
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
659659
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
660-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
660+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
661661
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
662662
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
663663
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -897,7 +897,7 @@ <h3>Method Details</h3>
897897
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
898898
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
899899
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
900-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
900+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
901901
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
902902
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
903903
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.

docs/dyn/transcoder_v1beta1.projects.locations.jobs.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
174174
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
175175
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
176-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
176+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
177177
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
178178
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
179179
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -427,7 +427,7 @@ <h3>Method Details</h3>
427427
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
428428
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
429429
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
430-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
430+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
431431
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
432432
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
433433
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -706,7 +706,7 @@ <h3>Method Details</h3>
706706
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
707707
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
708708
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
709-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
709+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
710710
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
711711
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
712712
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.
@@ -971,7 +971,7 @@ <h3>Method Details</h3>
971971
&quot;aqStrength&quot;: 3.14, # Specify the intensity of the adaptive quantizer (AQ). Must be between 0 and 1, where 0 disables the quantizer and 1 maximizes the quantizer. A higher value equals a lower bitrate but smoother image. The default is 0.
972972
&quot;bFrameCount&quot;: 42, # The number of consecutive B-frames. Must be greater than or equal to zero. Must be less than `VideoStream.gop_frame_count` if set. The default is 0.
973973
&quot;bPyramid&quot;: True or False, # Allow B-pyramid for reference frame selection. This may not be supported on all decoders. The default is `false`.
974-
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.
974+
&quot;bitrateBps&quot;: 42, # Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.
975975
&quot;codec&quot;: &quot;A String&quot;, # Codec type. The following codecs are supported: * `h264` (default) * `h265` * `vp9`
976976
&quot;crfLevel&quot;: 42, # Target CRF level. Must be between 10 and 36, where 10 is the highest quality and 36 is the most efficient compression. The default is 21.
977977
&quot;enableTwoPass&quot;: True or False, # Use two-pass encoding strategy to achieve better video quality. `VideoStream.rate_control_mode` must be `&quot;vbr&quot;`. The default is `false`.

googleapiclient/discovery_cache/documents/transcoder.v1beta1.json

+3-47
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/cloud-platform": {
6-
"description": "See, edit, configure, and delete your Google Cloud Platform data"
6+
"description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
77
}
88
}
99
}
@@ -355,7 +355,7 @@
355355
}
356356
}
357357
},
358-
"revision": "20210731",
358+
"revision": "20210809",
359359
"rootUrl": "https://transcoder.googleapis.com/",
360360
"schemas": {
361361
"AdBreak": {
@@ -1113,50 +1113,6 @@
11131113
},
11141114
"type": "object"
11151115
},
1116-
"OperationMetadata": {
1117-
"description": "Represents the metadata of the long-running operation.",
1118-
"id": "OperationMetadata",
1119-
"properties": {
1120-
"apiVersion": {
1121-
"description": "Output only. API version used to start the operation.",
1122-
"readOnly": true,
1123-
"type": "string"
1124-
},
1125-
"cancelRequested": {
1126-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
1127-
"readOnly": true,
1128-
"type": "boolean"
1129-
},
1130-
"createTime": {
1131-
"description": "Output only. The time the operation was created.",
1132-
"format": "google-datetime",
1133-
"readOnly": true,
1134-
"type": "string"
1135-
},
1136-
"endTime": {
1137-
"description": "Output only. The time the operation finished running.",
1138-
"format": "google-datetime",
1139-
"readOnly": true,
1140-
"type": "string"
1141-
},
1142-
"statusDetail": {
1143-
"description": "Output only. Human-readable status of the operation, if any.",
1144-
"readOnly": true,
1145-
"type": "string"
1146-
},
1147-
"target": {
1148-
"description": "Output only. Server-defined resource path for the target of the operation.",
1149-
"readOnly": true,
1150-
"type": "string"
1151-
},
1152-
"verb": {
1153-
"description": "Output only. Name of the verb executed by the operation.",
1154-
"readOnly": true,
1155-
"type": "string"
1156-
}
1157-
},
1158-
"type": "object"
1159-
},
11601116
"OriginUri": {
11611117
"description": "The origin URI.",
11621118
"id": "OriginUri",
@@ -1463,7 +1419,7 @@
14631419
"type": "boolean"
14641420
},
14651421
"bitrateBps": {
1466-
"description": "Required. The video bitrate in bits per second. Must be between 1 and 1,000,000,000.",
1422+
"description": "Required. The video bitrate in bits per second. The minimum value is 1,000. The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is 480,000,000.",
14671423
"format": "int32",
14681424
"type": "integer"
14691425
},

0 commit comments

Comments
 (0)