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