Class PullGitCommitsRequest (0.2.1)

PullGitCommitsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

PullGitCommits request message.

Attributes

NameDescription
name str
Required. The workspace's name.
remote_branch str
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.types.CommitAuthor
Required. The author of any merge commit which may be created as a result of merging fetched Git commits into this workspace.

Inheritance

builtins.object > proto.message.Message > PullGitCommitsRequest