REST Resource: projects.locations.repositories.workspaces

Resource: Workspace

Represents a Dataform Git workspace.

JSON representation
{
  "name": string
}
Fields
name

string

Output only. The workspace's name.

Methods

commit

Applies a Git commit for uncommitted files in a Workspace.

create

Creates a new Workspace in a given Repository.

delete

Deletes a single Workspace.

fetchFileDiff

Fetches Git diff for an uncommitted file in a Workspace.

fetchFileGitStatuses

Fetches Git statuses for the files in a Workspace.

fetchGitAheadBehind

Fetches Git ahead/behind against a remote branch.

get

Fetches a single Workspace.

getIamPolicy

Gets the access control policy for a resource.

installNpmPackages

Installs dependency NPM packages (inside a Workspace).

list

Lists Workspaces in a given Repository.

makeDirectory

Creates a directory inside a Workspace.

moveDirectory

Moves a directory (inside a Workspace), and all of its contents, to a new location.

moveFile

Moves a file (inside a Workspace) to a new location.

pull

Pulls Git commits from the Repository's remote into a Workspace.

push

Pushes Git commits from a Workspace to the Repository's remote.

queryDirectoryContents

Returns the contents of a given Workspace directory.

readFile

Returns the contents of a file (inside a Workspace).

removeDirectory

Deletes a directory (inside a Workspace) and all of its contents.

removeFile

Deletes a file (inside a Workspace).

reset

Performs a Git reset for uncommitted files in a Workspace.

searchFiles

Finds the contents of a given Workspace directory by filter.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.

writeFile

Writes to a file (inside a Workspace).