Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::PullGitCommitsRequest.
PullGitCommits
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#author
def author() -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Returns
- (::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.
#author=
def author=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitAuthor
Parameter
- value (::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.
Returns
- (::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.
#name
def name() -> ::String
Returns
- (::String) — Required. The workspace's name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The workspace's name.
Returns
- (::String) — Required. The workspace's name.
#remote_branch
def remote_branch() -> ::String
Returns
- (::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.
#remote_branch=
def remote_branch=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.