2023-04-16
▼ ▲ dataform.projects.locations.list
Parameters :
includeUnrevealedLocations
Description : If true, the returned list will include locations which are not yet revealed.
Location : query
Type : boolean
▼ ▲ dataform.projects.locations.repositories.commit
Path : v1beta1/{+name}:commit
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:commit
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Location : path
Required : Yes
Type : string
Description : Required. The repository's name.
Description : Applies a Git commit to a Repository. The Repository must not have a value for `git_remote_settings.url`.
Parameter Order : name
HTTP Method : POST
▼ ▲ dataform.projects.locations.repositories.readFile
Parameter Order : name
HTTP Method : GET
Path : v1beta1/{+name}:readFile
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:readFile
Description : Returns the contents of a file (inside a Repository). The Repository must not have a value for `git_remote_settings.url`.
Parameters :
name
Required : Yes
Description : Required. The repository's name.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Type : string
Location : path
commitSha
Description : Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
Location : query
Type : string
path
Description : Required. Full file path to read including filename, from repository root.
Type : string
Location : query
▼ ▲ dataform.projects.locations.repositories.queryDirectoryContents
HTTP Method : GET
Parameter Order : name
Parameters :
pageToken
Description : Optional. Page token received from a previous `QueryRepositoryDirectoryContents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `QueryRepositoryDirectoryContents` must match the call that provided the page token.
Type : string
Location : query
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Description : Required. The repository's name.
Type : string
Required : Yes
path
Description : Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
Location : query
Type : string
pageSize
Description : Optional. Maximum number of paths to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
Format : int32
Type : integer
Location : query
commitSha
Description : Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
Type : string
Location : query
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:queryDirectoryContents
Path : v1beta1/{+name}:queryDirectoryContents
Description : Returns the contents of a given Repository directory. The Repository must not have a value for `git_remote_settings.url`.
▼ ▲ dataform.projects.locations.repositories.fetchHistory
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:fetchHistory
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}:fetchHistory
HTTP Method : GET
Description : Fetches a Repository's history of commits. The Repository must not have a value for `git_remote_settings.url`.
Parameter Order : name
Parameters :
pageSize
Type : integer
Location : query
Format : int32
Description : Optional. Maximum number of commits to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.
name
Type : string
Required : Yes
Location : path
Description : Required. The repository's name.
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
pageToken
Description : Optional. Page token received from a previous `FetchRepositoryHistory` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `FetchRepositoryHistory` must match the call that provided the page token.
Location : query
Type : string
▼ ▲ dataform.projects.locations.repositories.computeAccessTokenStatus
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:computeAccessTokenStatus
Parameters :
name
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Required : Yes
Location : path
Description : Required. The repository's name.
Description : Computes a Repository's Git access token status.
Parameter Order : name
HTTP Method : GET
Path : v1beta1/{+name}:computeAccessTokenStatus