chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
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 702f9f3..778c467 100644
--- a/docs/dyn/youtube_v3.watermarks.html
+++ b/docs/dyn/youtube_v3.watermarks.html
@@ -99,7 +99,6 @@
The object takes the form of:
{ # LINT.IfChange Describes an invideo branding.
- "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.
"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.
@@ -107,6 +106,7 @@
"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.
},
+ "imageBytes": "A String", # The bytes the uploaded image. Only used in api to youtube 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.