public sealed class FetchGitAheadBehindResponse : IMessage<FetchGitAheadBehindResponse>, IEquatable<FetchGitAheadBehindResponse>, IDeepCloneable<FetchGitAheadBehindResponse>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class FetchGitAheadBehindResponse.
FetchGitAheadBehind response message.
Implements
IMessageFetchGitAheadBehindResponse, IEquatableFetchGitAheadBehindResponse, IDeepCloneableFetchGitAheadBehindResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
FetchGitAheadBehindResponse()
public FetchGitAheadBehindResponse()FetchGitAheadBehindResponse(FetchGitAheadBehindResponse)
public FetchGitAheadBehindResponse(FetchGitAheadBehindResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchGitAheadBehindResponse |
Properties
CommitsAhead
public int CommitsAhead { get; set; }The number of commits in the remote branch that are not in the workspace.
| Property Value | |
|---|---|
| Type | Description |
int |
|
CommitsBehind
public int CommitsBehind { get; set; }The number of commits in the workspace that are not in the remote branch.
| Property Value | |
|---|---|
| Type | Description |
int |
|