Class CommitRepositoryChangesRequest
CommitRepositoryChanges
request message.
Implements
Inherited Members
Namespace: Google.Apis.Dataform.v1beta1.Data
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class CommitRepositoryChangesRequest : IDirectResponseSchema
Properties
CommitMetadata
Required. The changes to commit to the repository.
Declaration
[JsonProperty("commitMetadata")]
public virtual CommitMetadata CommitMetadata { get; set; }
Property Value
Type | Description |
---|---|
CommitMetadata |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileOperations
A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
Declaration
[JsonProperty("fileOperations")]
public virtual IDictionary<string, FileOperation> FileOperations { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, FileOperation> |
RequiredHeadCommitSha
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.
Declaration
[JsonProperty("requiredHeadCommitSha")]
public virtual string RequiredHeadCommitSha { get; set; }
Property Value
Type | Description |
---|---|
string |