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/doubleclickbidmanager_v1.lineitems.html b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
index 597912f..d1893a0 100644
--- a/docs/dyn/doubleclickbidmanager_v1.lineitems.html
+++ b/docs/dyn/doubleclickbidmanager_v1.lineitems.html
@@ -98,12 +98,12 @@
The object takes the form of:
{ # Request to fetch stored line items.
- "filterType": "A String", # Filter type used to filter line items to fetch.
- "format": "A String", # Format in which the line items will be returned. Default to CSV.
- "fileSpec": "A String", # File specification (column names, types, order) in which the line items will be returned. Default to EWF.
"filterIds": [ # Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.
"A String",
],
+ "filterType": "A String", # Filter type used to filter line items to fetch.
+ "format": "A String", # Format in which the line items will be returned. Default to CSV.
+ "fileSpec": "A String", # File specification (column names, types, order) in which the line items will be returned. Default to EWF.
}
x__xgafv: string, V1 error format.
@@ -128,9 +128,9 @@
The object takes the form of:
{ # Request to upload line items.
- "lineItems": "A String", # Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.
"format": "A String", # Format the line items are in. Default to CSV.
"dryRun": True or False, # Set to true to get upload status without actually persisting the line items.
+ "lineItems": "A String", # Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.
}
x__xgafv: string, V1 error format.
@@ -143,21 +143,21 @@
{ # Upload line items response.
"uploadStatus": { # Represents the status of upload. # Status of upload.
+ "errors": [ # Reasons why upload can't be completed.
+ "A String",
+ ],
"rowStatus": [ # Per-row upload status.
{ # Represents the upload status of a row in the request.
- "persisted": True or False, # Whether the entity is persisted.
- "changed": True or False, # Whether the stored entity is changed as a result of upload.
- "entityId": "A String", # Entity Id.
- "entityName": "A String", # Entity name.
"rowNumber": 42, # Row number.
+ "changed": True or False, # Whether the stored entity is changed as a result of upload.
"errors": [ # Reasons why the entity can't be uploaded.
"A String",
],
+ "entityId": "A String", # Entity Id.
+ "entityName": "A String", # Entity name.
+ "persisted": True or False, # Whether the entity is persisted.
},
],
- "errors": [ # Reasons why upload can't be completed.
- "A String",
- ],
},
}</pre>
</div>