Skip to content

Commit 6abb35b

Browse files
feat(displayvideo): update the api
#### displayvideo:v1 The following keys were added: - resources.customBiddingAlgorithms.methods.create (Total Keys: 8) - resources.customBiddingAlgorithms.methods.patch (Total Keys: 16) - resources.customBiddingAlgorithms.methods.uploadScript (Total Keys: 18) - resources.customBiddingAlgorithms.resources.scripts.methods.create (Total Keys: 19) - resources.customBiddingAlgorithms.resources.scripts.methods.get (Total Keys: 23) - resources.customBiddingAlgorithms.resources.scripts.methods.list (Total Keys: 25) - resources.media.methods.upload (Total Keys: 16) - schemas.CustomBiddingScript (Total Keys: 24) - schemas.ListCustomBiddingScriptsResponse (Total Keys: 5) - schemas.ScriptError (Total Keys: 8)
1 parent 4a4b5ac commit 6abb35b

4 files changed

+823
-1
lines changed

docs/dyn/displayvideo_v1.customBiddingAlgorithms.html

+127
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,17 @@
7474

7575
<h1><a href="displayvideo_v1.html">Display & Video 360 API</a> . <a href="displayvideo_v1.customBiddingAlgorithms.html">customBiddingAlgorithms</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="displayvideo_v1.customBiddingAlgorithms.scripts.html">scripts()</a></code>
79+
</p>
80+
<p class="firstline">Returns the scripts Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="#close">close()</a></code></p>
7984
<p class="firstline">Close httplib2 connections.</p>
85+
<p class="toc_element">
86+
<code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
87+
<p class="firstline">Creates a new custom bidding algorithm. Returns the newly created custom bidding algorithm if successful.</p>
8088
<p class="toc_element">
8189
<code><a href="#get">get(customBiddingAlgorithmId, advertiserId=None, partnerId=None, x__xgafv=None)</a></code></p>
8290
<p class="firstline">Gets a custom bidding algorithm.</p>
@@ -86,12 +94,63 @@ <h2>Instance Methods</h2>
8694
<p class="toc_element">
8795
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8896
<p class="firstline">Retrieves the next page of results.</p>
97+
<p class="toc_element">
98+
<code><a href="#patch">patch(customBiddingAlgorithmId, body=None, updateMask=None, x__xgafv=None)</a></code></p>
99+
<p class="firstline">Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful.</p>
100+
<p class="toc_element">
101+
<code><a href="#uploadScript">uploadScript(customBiddingAlgorithmId, advertiserId=None, partnerId=None, x__xgafv=None)</a></code></p>
102+
<p class="firstline">Creates a custom bidding script reference object for a script file. The resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.</p>
89103
<h3>Method Details</h3>
90104
<div class="method">
91105
<code class="details" id="close">close()</code>
92106
<pre>Close httplib2 connections.</pre>
93107
</div>
94108

109+
<div class="method">
110+
<code class="details" id="create">create(body=None, x__xgafv=None)</code>
111+
<pre>Creates a new custom bidding algorithm. Returns the newly created custom bidding algorithm if successful.
112+
113+
Args:
114+
body: object, The request body.
115+
The object takes the form of:
116+
117+
{ # A single custom bidding algorithm.
118+
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
119+
&quot;customBiddingAlgorithmId&quot;: &quot;A String&quot;, # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
120+
&quot;customBiddingAlgorithmState&quot;: &quot;A String&quot;, # Output only. The status of custom bidding algorithm.
121+
&quot;customBiddingAlgorithmType&quot;: &quot;A String&quot;, # Required. Immutable. The type of custom bidding algorithm.
122+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
123+
&quot;entityStatus&quot;: &quot;A String&quot;, # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
124+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the custom bidding algorithm.
125+
&quot;partnerId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
126+
&quot;sharedAdvertiserIds&quot;: [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
127+
&quot;A String&quot;,
128+
],
129+
}
130+
131+
x__xgafv: string, V1 error format.
132+
Allowed values
133+
1 - v1 error format
134+
2 - v2 error format
135+
136+
Returns:
137+
An object of the form:
138+
139+
{ # A single custom bidding algorithm.
140+
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
141+
&quot;customBiddingAlgorithmId&quot;: &quot;A String&quot;, # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
142+
&quot;customBiddingAlgorithmState&quot;: &quot;A String&quot;, # Output only. The status of custom bidding algorithm.
143+
&quot;customBiddingAlgorithmType&quot;: &quot;A String&quot;, # Required. Immutable. The type of custom bidding algorithm.
144+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
145+
&quot;entityStatus&quot;: &quot;A String&quot;, # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
146+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the custom bidding algorithm.
147+
&quot;partnerId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
148+
&quot;sharedAdvertiserIds&quot;: [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
149+
&quot;A String&quot;,
150+
],
151+
}</pre>
152+
</div>
153+
95154
<div class="method">
96155
<code class="details" id="get">get(customBiddingAlgorithmId, advertiserId=None, partnerId=None, x__xgafv=None)</code>
97156
<pre>Gets a custom bidding algorithm.
@@ -176,4 +235,72 @@ <h3>Method Details</h3>
176235
</pre>
177236
</div>
178237

238+
<div class="method">
239+
<code class="details" id="patch">patch(customBiddingAlgorithmId, body=None, updateMask=None, x__xgafv=None)</code>
240+
<pre>Updates an existing custom bidding algorithm. Returns the updated custom bidding algorithm if successful.
241+
242+
Args:
243+
customBiddingAlgorithmId: string, Output only. The unique ID of the custom bidding algorithm. Assigned by the system. (required)
244+
body: object, The request body.
245+
The object takes the form of:
246+
247+
{ # A single custom bidding algorithm.
248+
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
249+
&quot;customBiddingAlgorithmId&quot;: &quot;A String&quot;, # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
250+
&quot;customBiddingAlgorithmState&quot;: &quot;A String&quot;, # Output only. The status of custom bidding algorithm.
251+
&quot;customBiddingAlgorithmType&quot;: &quot;A String&quot;, # Required. Immutable. The type of custom bidding algorithm.
252+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
253+
&quot;entityStatus&quot;: &quot;A String&quot;, # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
254+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the custom bidding algorithm.
255+
&quot;partnerId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
256+
&quot;sharedAdvertiserIds&quot;: [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
257+
&quot;A String&quot;,
258+
],
259+
}
260+
261+
updateMask: string, Required. The mask to control which fields to update.
262+
x__xgafv: string, V1 error format.
263+
Allowed values
264+
1 - v1 error format
265+
2 - v2 error format
266+
267+
Returns:
268+
An object of the form:
269+
270+
{ # A single custom bidding algorithm.
271+
&quot;advertiserId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the advertiser that owns the custom bidding algorithm.
272+
&quot;customBiddingAlgorithmId&quot;: &quot;A String&quot;, # Output only. The unique ID of the custom bidding algorithm. Assigned by the system.
273+
&quot;customBiddingAlgorithmState&quot;: &quot;A String&quot;, # Output only. The status of custom bidding algorithm.
274+
&quot;customBiddingAlgorithmType&quot;: &quot;A String&quot;, # Required. Immutable. The type of custom bidding algorithm.
275+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the custom bidding algorithm. Must be UTF-8 encoded with a maximum size of 240 bytes.
276+
&quot;entityStatus&quot;: &quot;A String&quot;, # Controls whether or not the custom bidding algorithm can be used as a bidding strategy. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED`
277+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the custom bidding algorithm.
278+
&quot;partnerId&quot;: &quot;A String&quot;, # Immutable. The unique ID of the partner that owns the custom bidding algorithm.
279+
&quot;sharedAdvertiserIds&quot;: [ # The IDs of the advertisers who have access to this algorithm. If advertiser_id is set, this field will only consist of that value. This field will not be set if the algorithm [`owner`](/display-video/api/reference/rest/v1/customBiddingAlgorithms#CustomBiddingAlgorithm.FIELDS.oneof_owner) is a partner and is being retrieved using an advertiser [`accessor`](/display-video/api/reference/rest/v1/customBiddingAlgorithms/list#body.QUERY_PARAMETERS.oneof_accessor).
280+
&quot;A String&quot;,
281+
],
282+
}</pre>
283+
</div>
284+
285+
<div class="method">
286+
<code class="details" id="uploadScript">uploadScript(customBiddingAlgorithmId, advertiserId=None, partnerId=None, x__xgafv=None)</code>
287+
<pre>Creates a custom bidding script reference object for a script file. The resulting reference object provides a resource path to which the script file should be uploaded. This reference object should be included in when creating a new custom bidding script object.
288+
289+
Args:
290+
customBiddingAlgorithmId: string, Required. The ID of the custom bidding algorithm owns the script. (required)
291+
advertiserId: string, The ID of the advertiser that owns the parent custom bidding algorithm.
292+
partnerId: string, The ID of the partner that owns the parent custom bidding algorithm. Only this partner will have write access to this custom bidding script.
293+
x__xgafv: string, V1 error format.
294+
Allowed values
295+
1 - v1 error format
296+
2 - v2 error format
297+
298+
Returns:
299+
An object of the form:
300+
301+
{ # The reference to the uploaded custom bidding script file.
302+
&quot;resourceName&quot;: &quot;A String&quot;, # A resource name to be used in media.download to Download the script files. Or media.upload to Upload the script files. Resource names have the format `customBiddingAlgorithms/{custom_bidding_algorithm_id}/scriptRef/{ref_id}`.
303+
}</pre>
304+
</div>
305+
179306
</body></html>

0 commit comments

Comments
 (0)