public sealed class FetchGitAheadBehindRequest : IMessage<FetchGitAheadBehindRequest>, IEquatable<FetchGitAheadBehindRequest>, IDeepCloneable<FetchGitAheadBehindRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchGitAheadBehindRequest.
FetchGitAheadBehind
request message.
Implements
IMessageFetchGitAheadBehindRequest, IEquatableFetchGitAheadBehindRequest, IDeepCloneableFetchGitAheadBehindRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
FetchGitAheadBehindRequest()
public FetchGitAheadBehindRequest()
FetchGitAheadBehindRequest(FetchGitAheadBehindRequest)
public FetchGitAheadBehindRequest(FetchGitAheadBehindRequest other)
Parameter | |
---|---|
Name | Description |
other |
FetchGitAheadBehindRequest |
Properties
Name
public string Name { get; set; }
Required. The workspace's name.
Property Value | |
---|---|
Type | Description |
string |
RemoteBranch
public string RemoteBranch { get; set; }
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
Property Value | |
---|---|
Type | Description |
string |
WorkspaceName
public WorkspaceName WorkspaceName { get; set; }
WorkspaceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkspaceName |