Skip to content

Commit 716ded3

Browse files
feat(realtimebidding): update the api
#### realtimebidding:v1 The following keys were added: - resources.bidders.resources.endpoints.methods.patch (Total Keys: 15)
1 parent 09fd238 commit 716ded3

File tree

3 files changed

+74
-2
lines changed

3 files changed

+74
-2
lines changed

docs/dyn/realtimebidding_v1.bidders.endpoints.html

+38
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ <h2>Instance Methods</h2>
8686
<p class="toc_element">
8787
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
8888
<p class="firstline">Retrieves the next page of results.</p>
89+
<p class="toc_element">
90+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
91+
<p class="firstline">Updates a bidder's endpoint.</p>
8992
<h3>Method Details</h3>
9093
<div class="method">
9194
<code class="details" id="close">close()</code>
@@ -159,4 +162,39 @@ <h3>Method Details</h3>
159162
</pre>
160163
</div>
161164

165+
<div class="method">
166+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
167+
<pre>Updates a bidder&#x27;s endpoint.
168+
169+
Args:
170+
name: string, Output only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server. (required)
171+
body: object, The request body.
172+
The object takes the form of:
173+
174+
{ # Bidder endpoint that receives bid requests.
175+
&quot;bidProtocol&quot;: &quot;A String&quot;, # The protocol that the bidder endpoint is using.
176+
&quot;maximumQps&quot;: &quot;A String&quot;, # The maximum number of queries per second allowed to be sent to this server.
177+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
178+
&quot;tradingLocation&quot;: &quot;A String&quot;, # The trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
179+
&quot;url&quot;: &quot;A String&quot;, # Output only. The URL that bid requests should be sent to.
180+
}
181+
182+
updateMask: string, Field mask to use for partial in-place updates.
183+
x__xgafv: string, V1 error format.
184+
Allowed values
185+
1 - v1 error format
186+
2 - v2 error format
187+
188+
Returns:
189+
An object of the form:
190+
191+
{ # Bidder endpoint that receives bid requests.
192+
&quot;bidProtocol&quot;: &quot;A String&quot;, # The protocol that the bidder endpoint is using.
193+
&quot;maximumQps&quot;: &quot;A String&quot;, # The maximum number of queries per second allowed to be sent to this server.
194+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.
195+
&quot;tradingLocation&quot;: &quot;A String&quot;, # The trading location that bid requests should be sent from. See https://developers.google.com/authorized-buyers/rtb/peer-guide#trading-locations for further information.
196+
&quot;url&quot;: &quot;A String&quot;, # Output only. The URL that bid requests should be sent to.
197+
}</pre>
198+
</div>
199+
162200
</body></html>

googleapiclient/discovery_cache/documents/realtimebidding.v1.json

+35-1
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,40 @@
311311
"scopes": [
312312
"https://www.googleapis.com/auth/realtime-bidding"
313313
]
314+
},
315+
"patch": {
316+
"description": "Updates a bidder's endpoint.",
317+
"flatPath": "v1/bidders/{biddersId}/endpoints/{endpointsId}",
318+
"httpMethod": "PATCH",
319+
"id": "realtimebidding.bidders.endpoints.patch",
320+
"parameterOrder": [
321+
"name"
322+
],
323+
"parameters": {
324+
"name": {
325+
"description": "Output only. Name of the endpoint resource that must follow the pattern `bidders/{bidderAccountId}/endpoints/{endpointId}`, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.",
326+
"location": "path",
327+
"pattern": "^bidders/[^/]+/endpoints/[^/]+$",
328+
"required": true,
329+
"type": "string"
330+
},
331+
"updateMask": {
332+
"description": "Field mask to use for partial in-place updates.",
333+
"format": "google-fieldmask",
334+
"location": "query",
335+
"type": "string"
336+
}
337+
},
338+
"path": "v1/{+name}",
339+
"request": {
340+
"$ref": "Endpoint"
341+
},
342+
"response": {
343+
"$ref": "Endpoint"
344+
},
345+
"scopes": [
346+
"https://www.googleapis.com/auth/realtime-bidding"
347+
]
314348
}
315349
}
316350
},
@@ -1140,7 +1174,7 @@
11401174
}
11411175
}
11421176
},
1143-
"revision": "20211008",
1177+
"revision": "20211016",
11441178
"rootUrl": "https://realtimebidding.googleapis.com/",
11451179
"schemas": {
11461180
"ActivatePretargetingConfigRequest": {

googleapiclient/discovery_cache/documents/realtimebidding.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
}
235235
}
236236
},
237-
"revision": "20211008",
237+
"revision": "20211016",
238238
"rootUrl": "https://realtimebidding.googleapis.com/",
239239
"schemas": {
240240
"ActivateBiddingFunctionRequest": {

0 commit comments

Comments
 (0)