Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class PullGitCommitsRequest.
PullGitCommits
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.PullGitCommitsRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The workspace's name.
↳ remote_branch
string
Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.
↳ author
Google\Cloud\Dataform\V1beta1\CommitAuthor
Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.
getName
Required. The workspace's name.
string
setName
Required. The workspace's name.
var
string
$this
getRemoteBranch
Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.
string
setRemoteBranch
Optional. The name of the branch in the Git remote from which to pull commits. If left unset, the repository's default branch name will be used.
var
string
$this
getAuthor
Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.
hasAuthor
clearAuthor
setAuthor
Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.
$this