Dataform API (dataform:v1beta1)

2023-03-10

4 removed methods

Deletions

    Methods
  • dataform.projects.locations.repositories.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`.

      Parameter Order : name

      HTTP Method : POST

      Parameters :

        name

          Required : Yes

          Description : Required. The repository's name.

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

          Location : path

          Type : string

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

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

  • dataform.projects.locations.repositories.queryDirectoryContents

      Path : v1beta1/{+name}:queryDirectoryContents

      Parameters :

        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

        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

        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.

          Location : query

          Format : int32

          Type : integer

        name

          Type : string

          Description : Required. The repository's name.

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

          Required : Yes

          Location : path

        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

      HTTP Method : GET

      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

  • dataform.projects.locations.repositories.fetchHistory

      Parameter Order : name

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

      Path : v1beta1/{+name}:fetchHistory

      Description : Fetches a Repository's history of changes. The Repository must not have a value for `git_remote_settings.url`.

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The repository's name.

          Type : string

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

          Required : Yes

          Location : path

        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.

        pageSize

          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

          Type : integer

  • dataform.projects.locations.repositories.readFile

      HTTP Method : GET

      Parameters :

        commitSha

          Description : Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.

          Type : string

          Location : query

        path

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

          Type : string

          Location : query

        name

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

          Location : path

          Required : Yes

          Description : Required. The repository's name.

          Type : string

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

      Parameter Order : name

      Path : v1beta1/{+name}:readFile

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

4 new methods

Additions

    Methods
  • dataform.projects.locations.repositories.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`.

      Parameter Order : name

      HTTP Method : POST

      Parameters :

        name

          Required : Yes

          Description : Required. The repository's name.

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

          Location : path

          Type : string

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

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

  • dataform.projects.locations.repositories.queryDirectoryContents

      Path : v1beta1/{+name}:queryDirectoryContents

      Parameters :

        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

        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

        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.

          Location : query

          Format : int32

          Type : integer

        name

          Type : string

          Description : Required. The repository's name.

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

          Required : Yes

          Location : path

        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

      HTTP Method : GET

      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

  • dataform.projects.locations.repositories.fetchHistory

      Parameter Order : name

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

      Path : v1beta1/{+name}:fetchHistory

      Description : Fetches a Repository's history of changes. The Repository must not have a value for `git_remote_settings.url`.

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

      HTTP Method : GET

      Parameters :

        name

          Description : Required. The repository's name.

          Type : string

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

          Required : Yes

          Location : path

        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.

        pageSize

          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

          Type : integer

  • dataform.projects.locations.repositories.readFile

      HTTP Method : GET

      Parameters :

        commitSha

          Description : Optional. The commit SHA for the commit to read from. If unset, the file will be read from HEAD.

          Type : string

          Location : query

        path

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

          Type : string

          Location : query

        name

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

          Location : path

          Required : Yes

          Description : Required. The repository's name.

          Type : string

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

      Parameter Order : name

      Path : v1beta1/{+name}:readFile

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