You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
"bidProtocol": "A String", # The protocol that the bidder endpoint is using.
176
+
"maximumQps": "A String", # The maximum number of queries per second allowed to be sent to this server.
177
+
"name": "A 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.
178
+
"tradingLocation": "A String", # 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
+
"url": "A String", # 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
+
"bidProtocol": "A String", # The protocol that the bidder endpoint is using.
193
+
"maximumQps": "A String", # The maximum number of queries per second allowed to be sent to this server.
194
+
"name": "A 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.
195
+
"tradingLocation": "A String", # 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
+
"url": "A String", # Output only. The URL that bid requests should be sent to.
"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.",
0 commit comments