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