2023-07-26
▼ ▲ dataform.projects.locations.repositories.commit
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:commit
Description : Applies a Git commit to a Repository. The Repository must not have a value for `git_remote_settings.url`.
Path : v1beta1/{+name}:commit
HTTP Method : POST
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Type : string
Location : path
Description : Required. The repository's name.
▼ ▲ dataform.projects.locations.repositories.queryDirectoryContents
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:queryDirectoryContents
HTTP Method : GET
Path : v1beta1/{+name}:queryDirectoryContents
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Type : string
Description : Required. The repository's name.
pageToken
Type : string
Location : query
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.
commitSha
Type : string
Description : Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.
Location : query
path
Type : string
Location : query
Description : Optional. The directory's full path including directory name, relative to root. If left unset, the root is used.
pageSize
Type : integer
Location : query
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
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
Description : Fetches a Repository's history of commits. The Repository must not have a value for `git_remote_settings.url`.
HTTP Method : GET
Parameters :
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.
Type : string
Location : query
name
Description : Required. The repository's name.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Required : Yes
Location : path
pageSize
Type : integer
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.
Location : query
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:fetchHistory
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}:fetchHistory
▼ ▲ dataform.projects.locations.repositories.readFile
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:readFile
Parameter Order : name
HTTP Method : GET
Path : v1beta1/{+name}:readFile
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
commitSha
Location : query
Description : Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.
Type : string
path
Location : query
Description : Required. Full file path to read including filename, from repository root.
Type : string
name
Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$
Required : Yes
Location : path
Description : Required. The repository's name.
Type : string
Description : Returns the contents of a file (inside a Repository). The Repository must not have a value for `git_remote_settings.url`.