Class CommitWorkspaceChangesRequest (0.4.1)

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

CommitWorkspaceChanges request message.

Attributes

NameDescription
name str
Required. The workspace's name.
author google.cloud.dataform_v1beta1.types.CommitAuthor
Required. The commit's author.
commit_message str
Optional. The commit's message.
paths MutableSequence[str]
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.