docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/displayvideo_v1.sdfdownloadtasks.html b/docs/dyn/displayvideo_v1.sdfdownloadtasks.html
index d5ade2a..46bcbb3 100644
--- a/docs/dyn/displayvideo_v1.sdfdownloadtasks.html
+++ b/docs/dyn/displayvideo_v1.sdfdownloadtasks.html
@@ -124,18 +124,6 @@
],
},
"idFilter": { # A filtering option that filters entities by their entity IDs. # Filters on entities by their entity IDs.
- "mediaProductIds": [ # Media Products to download by ID. All IDs must belong to the same
- # Advertiser or
- # Partner specified in
- # CreateSdfDownloadTaskRequest.
- "A String",
- ],
- "lineItemIds": [ # Line Items to download by ID. All IDs must belong to the same
- # Advertiser or
- # Partner specified in
- # CreateSdfDownloadTaskRequest.
- "A String",
- ],
"adGroupAdIds": [ # TrueView Ads to download by ID. All IDs must belong to the same
# Advertiser or
# Partner specified in
@@ -160,6 +148,18 @@
# CreateSdfDownloadTaskRequest.
"A String",
],
+ "mediaProductIds": [ # Media Products to download by ID. All IDs must belong to the same
+ # Advertiser or
+ # Partner specified in
+ # CreateSdfDownloadTaskRequest.
+ "A String",
+ ],
+ "lineItemIds": [ # Line Items to download by ID. All IDs must belong to the same
+ # Advertiser or
+ # Partner specified in
+ # CreateSdfDownloadTaskRequest.
+ "A String",
+ ],
},
"partnerId": "A String", # The ID of the partner to download SDF for.
"version": "A String", # Required. The SDF version of the downloaded file. If set to
@@ -187,6 +187,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -224,9 +227,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>