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
parent: string, Required. The parent which owns this collection of ad sources. Format: accounts/{publisher_id} (required)
98
+
pageSize: integer, The maximum number of ad sources to return. If unspecified or 0, at most 1000 ad sources will be returned. The maximum value is 10,000; values above 10,000 will be coerced to 10,000.
99
+
pageToken: string, A page token, received from a previous `ListAdSources` call. Provide this to retrieve the subsequent page.
100
+
x__xgafv: string, V1 error format.
101
+
Allowed values
102
+
1 - v1 error format
103
+
2 - v2 error format
104
+
105
+
Returns:
106
+
An object of the form:
107
+
108
+
{ # Response for the ListAdSourcesRequest.
109
+
"adSources": [ # The ad sources.
110
+
{ # Definition of a mediation ad source.
111
+
"adSourceId": "A String", # ID of this ad source.
112
+
"name": "A String", # Resource name of this ad source. Format is: accounts/{publisher_id}/adSources/{ad_source_id}
113
+
"title": "A String", # Display name of this ad source.
114
+
},
115
+
],
116
+
"nextPageToken": "A String", # Used to set the `page_token` in the `ListAdSourcesRequest` to retrieve the next page. If this field is omitted, there are no subsequent pages.
Copy file name to clipboardExpand all lines: docs/dyn/apigee_v1.organizations.apis.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232
232
},
233
233
"name": "A String", # Output only. Name of the API proxy.
234
234
"readOnly": True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
235
-
"revision": [ # Output only. List of revisons defined for the API proxy.
235
+
"revision": [ # Output only. List of revisions defined for the API proxy.
236
236
"A String",
237
237
],
238
238
}</pre>
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265
265
},
266
266
"name": "A String", # Output only. Name of the API proxy.
267
267
"readOnly": True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
268
-
"revision": [ # Output only. List of revisons defined for the API proxy.
268
+
"revision": [ # Output only. List of revisions defined for the API proxy.
269
269
"A String",
270
270
],
271
271
}</pre>
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302
302
},
303
303
"name": "A String", # Output only. Name of the API proxy.
304
304
"readOnly": True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
305
-
"revision": [ # Output only. List of revisons defined for the API proxy.
305
+
"revision": [ # Output only. List of revisions defined for the API proxy.
306
306
"A String",
307
307
],
308
308
},
@@ -332,7 +332,7 @@ <h3>Method Details</h3>
332
332
},
333
333
"name": "A String", # Output only. Name of the API proxy.
334
334
"readOnly": True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
335
-
"revision": [ # Output only. List of revisons defined for the API proxy.
335
+
"revision": [ # Output only. List of revisions defined for the API proxy.
336
336
"A String",
337
337
],
338
338
}
@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359
359
},
360
360
"name": "A String", # Output only. Name of the API proxy.
361
361
"readOnly": True or False, # Output only. Whether this proxy is read-only. A read-only proxy cannot have new revisions created through calls to CreateApiProxyRevision. A proxy is read-only if it was generated by an archive.
362
-
"revision": [ # Output only. List of revisons defined for the API proxy.
362
+
"revision": [ # Output only. List of revisions defined for the API proxy.
0 commit comments