Reference documentation and code samples for the Google Cloud Dataform V1 Client class CommitWorkspaceChangesRequest.
CommitWorkspaceChanges
request message.
Generated from protobuf message google.cloud.dataform.v1.CommitWorkspaceChangesRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The workspace's name.
↳ author
↳ commit_message
string
Optional. The commit's message.
↳ paths
array
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
getName
Required. The workspace's name.
string
setName
Required. The workspace's name.
var
string
$this
getAuthor
Required. The commit's author.
hasAuthor
clearAuthor
setAuthor
Required. The commit's author.
$this
getCommitMessage
Optional. The commit's message.
string
setCommitMessage
Optional. The commit's message.
var
string
$this
getPaths
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
setPaths
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
var
string[]
$this