Dataform API (dataform:v1beta1)

2023-04-12

5 new methods | 1 updated method

Additions

    Methods
  • 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`.

      Parameter Order : name

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:fetchHistory

      HTTP Method : GET

      Parameters :

        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

        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.

        name

          Description : Required. The repository's name.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Type : string

          Required : Yes

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:fetchHistory

  • dataform.projects.locations.repositories.queryDirectoryContents

      Description : Returns the contents of a given Repository directory. The Repository must not have a value for `git_remote_settings.url`.

      HTTP Method : GET

      Parameters :

        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.

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Location : path

          Description : Required. The repository's name.

          Type : string

          Required : Yes

        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

        commitSha

          Type : string

          Location : query

          Description : Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.

        pageSize

          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.

          Type : integer

          Location : query

      Parameter Order : name

      Path : v1beta1/{+name}:queryDirectoryContents

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:queryDirectoryContents

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • dataform.projects.locations.repositories.computeAccessTokenStatus

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1beta1/{+name}:computeAccessTokenStatus

      Parameter Order : name

      HTTP Method : GET

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Type : string

          Location : path

          Required : Yes

          Description : Required. The repository's name.

      Description : Computes a Repository's Git access token status.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:computeAccessTokenStatus

  • dataform.projects.locations.repositories.readFile

      HTTP Method : GET

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:readFile

      Parameters :

        name

          Description : Required. The repository's name.

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          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.

        path

          Type : string

          Location : query

          Description : Required. Full file path to read including filename, from repository root.

      Path : v1beta1/{+name}:readFile

  • dataform.projects.locations.repositories.commit

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Description : Required. The repository's name.

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

      HTTP Method : POST

      Path : v1beta1/{+name}:commit

      Parameter Order : name

      Description : Applies a Git commit to a Repository. The Repository must not have a value for `git_remote_settings.url`.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:commit

Updates

    Methods
  • dataform.projects.locations.list

      Parameters :

        includeUnrevealedLocations

          Location : query

          Type : boolean

          Description : If true, the returned list will include locations which are not yet revealed.

1 updated method | 5 removed methods

Updates

    Methods
  • dataform.projects.locations.list

      Parameters :

        includeUnrevealedLocations

          Location : query

          Description : If true, the returned list will include locations which are not yet revealed.

          Type : boolean

Deletions

    Methods
  • dataform.projects.locations.repositories.fetchHistory

      Path : v1beta1/{+name}:fetchHistory

      HTTP Method : GET

      Parameter Order : name

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Description : Required. The repository's name.

          Location : path

          Required : Yes

          Type : string

        pageToken

          Location : query

          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

        pageSize

          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

          Type : integer

          Location : query

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}: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`.

  • dataform.projects.locations.repositories.queryDirectoryContents

      Parameter Order : name

      Description : Returns the contents of a given Repository directory. The Repository must not have a value for `git_remote_settings.url`.

      HTTP Method : GET

      Path : v1beta1/{+name}:queryDirectoryContents

      Parameters :

        commitSha

          Type : string

          Location : query

          Description : Optional. The Commit SHA for the commit to query from. If unset, the directory will be queried from HEAD.

        pageSize

          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.

          Type : integer

          Location : query

        name

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Description : Required. The repository's name.

          Type : string

        pageToken

          Type : string

          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.

          Location : query

        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

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:queryDirectoryContents

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • dataform.projects.locations.repositories.computeAccessTokenStatus

      Parameter Order : name

      HTTP Method : GET

      Description : Computes a Repository's Git access token status.

      Path : v1beta1/{+name}:computeAccessTokenStatus

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:computeAccessTokenStatus

      Parameters :

        name

          Description : Required. The repository's name.

          Type : string

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • dataform.projects.locations.repositories.readFile

      HTTP Method : GET

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}: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`.

      Path : v1beta1/{+name}:readFile

      Parameters :

        path

          Description : Required. Full file path to read including filename, from repository root.

          Location : query

          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.

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

          Description : Required. The repository's name.

  • dataform.projects.locations.repositories.commit

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameters :

        name

          Location : path

          Description : Required. The repository's name.

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/repositories/[^/]+$

      Parameter Order : name

      HTTP Method : POST

      Path : v1beta1/{+name}:commit

      Description : Applies a Git commit to a Repository. The Repository must not have a value for `git_remote_settings.url`.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}:commit