Reference documentation and code samples for the Google Cloud Dataform V1 Client class CommitRepositoryChangesRequest.
CommitRepositoryChanges
request message.
Generated from protobuf message google.cloud.dataform.v1.CommitRepositoryChangesRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The repository's name.
↳ commit_metadata
↳ required_head_commit_sha
string
Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
↳ file_operations
array| Google\Protobuf\Internal\MapField
Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
getName
Required. The repository's name.
string
setName
Required. The repository's name.
var
string
$this
getCommitMetadata
Required. The changes to commit to the repository.
hasCommitMetadata
clearCommitMetadata
setCommitMetadata
Required. The changes to commit to the repository.
$this
getRequiredHeadCommitSha
Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
string
setRequiredHeadCommitSha
Optional. The commit SHA which must be the repository's current HEAD before applying this commit; otherwise this request will fail. If unset, no validation on the current HEAD commit SHA is performed.
var
string
$this
getFileOperations
Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
setFileOperations
Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
$this