Show / Hide Table of Contents

Class CommitRepositoryChangesRequest

CommitRepositoryChanges request message.

Inheritance
object
CommitRepositoryChangesRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Optional. 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX