Dataform API (dataform:v1beta1)

2023-11-16

1 new method

Additions

    Methods
  • dataform.projects.locations.repositories.workspaces.searchFiles

      Path : v1beta1/{+workspace}:searchFiles

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/repositories/{repositoriesId}/workspaces/{workspacesId}:searchFiles

      HTTP Method : GET

      Parameters :

        workspace

          Description : Required. The workspace's name.

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Maximum number of search results to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. Page token received from a previous `SearchFilesRequest` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchFilesRequest` must match the call that provided the page token.

          Location : query

          Type : string

        filter

          Description : Optional. Optional filter for the returned list in go/filtering format. Filtering is only currently supported on the `path` field.

          Location : query

          Type : string

      Parameter Order : workspace

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

      Description : Finds the contents of a given Workspace directory by filter.