chore: update generated docs (#1115)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/2ed9ab0e-55b4-4ab2-aede-c95e765f7376/targets
- [x] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/discovery-artifact-manager/commit/0bed8bdae25d545e796cfcdd7a9bfffff11e69da
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/youtube_v3.watermarks.html b/docs/dyn/youtube_v3.watermarks.html
index 778c467..600a778 100644
--- a/docs/dyn/youtube_v3.watermarks.html
+++ b/docs/dyn/youtube_v3.watermarks.html
@@ -99,14 +99,14 @@
The object takes the form of:
{ # LINT.IfChange Describes an invideo branding.
- "imageUrl": "A String", # The url of the uploaded image. Only used in apiary to api communication.
+ "imageBytes": "A String", # The bytes the uploaded image. Only used in api to youtube communication.
"targetChannelId": "A String", # The channel to which this branding links. If not present it defaults to the current channel.
"timing": { # Describes a temporal position of a visual widget inside a video. # The temporal position within the video where watermark will be displayed.
- "offsetMs": "A String", # Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds.
- "durationMs": "A String", # Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default.
"type": "A String", # Describes a timing type. If the value is offsetFromStart, then the offsetMs field represents an offset from the start of the video. If the value is offsetFromEnd, then the offsetMs field represents an offset from the end of the video.
+ "durationMs": "A String", # Defines the duration in milliseconds for which the promotion should be displayed. If missing, the client should use the default.
+ "offsetMs": "A String", # Defines the time at which the promotion will appear. Depending on the value of type the value of the offsetMs field will represent a time offset from the start or from the end of the video, expressed in milliseconds.
},
- "imageBytes": "A String", # The bytes the uploaded image. Only used in api to youtube communication.
+ "imageUrl": "A String", # The url of the uploaded image. Only used in apiary to api communication.
"position": { # Describes the spatial position of a visual widget inside a video. It is a union of various position types, out of which only will be set one. # The spatial position within the video where the branding watermark will be displayed.
"type": "A String", # Defines the position type.
"cornerPosition": "A String", # Describes in which corner of the video the visual widget will appear.