public sealed class CommitRepositoryChangesRequest : IMessage<CommitRepositoryChangesRequest>, IEquatable<CommitRepositoryChangesRequest>, IDeepCloneable<CommitRepositoryChangesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class CommitRepositoryChangesRequest.
CommitRepositoryChanges request message.
Implements
IMessageCommitRepositoryChangesRequest, IEquatableCommitRepositoryChangesRequest, IDeepCloneableCommitRepositoryChangesRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
CommitRepositoryChangesRequest()
public CommitRepositoryChangesRequest()CommitRepositoryChangesRequest(CommitRepositoryChangesRequest)
public CommitRepositoryChangesRequest(CommitRepositoryChangesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CommitRepositoryChangesRequest |
Properties
CommitMetadata
public CommitMetadata CommitMetadata { get; set; }Required. The changes to commit to the repository.
| Property Value | |
|---|---|
| Type | Description |
CommitMetadata |
|
FileOperations
public MapField<string, CommitRepositoryChangesRequest.Types.FileOperation> FileOperations { get; }Optional. A map to the path of the file to the operation. The path is the full file path including filename, from repository root.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringCommitRepositoryChangesRequestTypesFileOperation |
|
Name
public string Name { get; set; }Required. The repository's name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RepositoryName
public RepositoryName RepositoryName { get; set; }RepositoryName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
RepositoryName |
|
RequiredHeadCommitSha
public string RequiredHeadCommitSha { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|