- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
Lists Repositories in a given project and location.
HTTP request
GET https://dataform.googleapis.com/v1beta1/{parent=projects/*/locations/*}/repositories
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The location in which to list repositories. Must be in the format Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
Optional. Maximum number of repositories to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default. |
pageToken |
Optional. Page token received from a previous When paginating, all other parameters provided to |
orderBy |
Optional. This field only supports ordering by |
filter |
Optional. Filter for the returned list. |
Request body
The request body must be empty.
Response body
repositories.list
response message.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"repositories": [
{
object ( |
Fields | |
---|---|
repositories[] |
List of repositories. |
nextPageToken |
A token which can be sent as |
unreachable[] |
Locations which could not be reached. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
dataform.repositories.list
For more information, see the IAM documentation.