Required. The parent collection to list GoogleApiSources on.
Authorization requires the following IAM permission on the specified resource parent:
eventarc.googleApiSources.list
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of results to return on each page.
Note: The service may send fewer.
pageToken
string
Optional. The page token; provide the value from the nextPageToken field in a previous call to retrieve the subsequent page.
When paginating, all other parameters provided must match the previous call that provided the page token.
orderBy
string
Optional. The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a desc suffix; for example: name desc, updateTime.
filter
string
Optional. The filter field that the list request will filter on. Possible filtersare described in https://google.aip.dev/160.
Request body
The request body must be empty.
Response body
The response message for the googleApiSources.list method.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThis page details how to list GoogleApiSources using the \u003ccode\u003eGET\u003c/code\u003e method with a specific URL structure based on gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eListing GoogleApiSources requires specifying the \u003ccode\u003eparent\u003c/code\u003e path parameter and can use optional query parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, \u003ccode\u003eorderBy\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e for customized results.\u003c/p\u003e\n"],["\u003cp\u003eThe request body for listing GoogleApiSources must be empty, and the response includes a list of \u003ccode\u003egoogleApiSources\u003c/code\u003e, an optional \u003ccode\u003enextPageToken\u003c/code\u003e for pagination, and a list of any \u003ccode\u003eunreachable\u003c/code\u003e resources.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to list GoogleApiSources requires the \u003ccode\u003eeventarc.googleApiSources.list\u003c/code\u003e IAM permission on the specified parent resource, along with the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.googleApiSources.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListGoogleApiSourcesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList GoogleApiSources.\n\n### HTTP request\n\n`GET https://eventarc.googleapis.com/v1/{parent=projects/*/locations/*}/googleApiSources`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe response message for the `googleApiSources.list` method.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]