Reference documentation and code samples for the Google Cloud Dataform V1 Client class ResetWorkspaceChangesRequest.
ResetWorkspaceChanges
request message.
Generated from protobuf message google.cloud.dataform.v1.ResetWorkspaceChangesRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The workspace's name.
↳ paths
array
Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.
↳ clean
bool
Optional. If set to true, untracked files will be deleted.
getName
Required. The workspace's name.
string
setName
Required. The workspace's name.
var
string
$this
getPaths
Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.
setPaths
Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.
var
string[]
$this
getClean
Optional. If set to true, untracked files will be deleted.
bool
setClean
Optional. If set to true, untracked files will be deleted.
var
bool
$this