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
## Deleted keys were detected in the following stable discovery artifacts:
bigquery v2 4e49c7b
chat v1 20df986
ondemandscanning v1 8030d88
run v2 e0c6bb2
## Deleted keys were detected in the following pre-stable discovery artifacts:
baremetalsolution v1alpha1 80d1744
compute alpha fd8adb3
managedidentities v1alpha1 c3de5da
managedidentities v1beta1 c3de5da
networkconnectivity v1alpha1 2da81e7
networkservices v1beta1 b6aa7f5
ondemandscanning v1beta1 8030d88
## Discovery Artifact Change Summary:
feat(admob): update the api 9e22dca
feat(artifactregistry): update the api 903f0b8
feat(baremetalsolution): update the api 80d1744
feat(bigquery): update the api 4e49c7b
feat(chat): update the api 20df986
feat(cloudfunctions): update the api 0468e92
feat(compute): update the api fd8adb3
feat(content): update the api c2df6c0
feat(dialogflow): update the api 8ca090f
feat(documentai): update the api 4c07bc0
feat(firebaseappcheck): update the api 9f134a6
feat(gkehub): update the api 6f3aac8
feat(healthcare): update the api 97bd035
feat(iam): update the api bbf02c7
feat(managedidentities): update the api c3de5da
feat(memcache): update the api 403e881
feat(metastore): update the api ce0552a
feat(networkconnectivity): update the api 2da81e7
feat(networkservices): update the api b6aa7f5
feat(ondemandscanning): update the api 8030d88
feat(paymentsresellersubscription): update the api 1d84067
feat(run): update the api e0c6bb2
feat(servicenetworking): update the api 2880f47
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