Dataform v1beta1 API - Class FetchGitAheadBehindRequest (1.0.0-beta05)

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.

Inheritance

object > FetchGitAheadBehindRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchGitAheadBehindRequest()

public FetchGitAheadBehindRequest()

FetchGitAheadBehindRequest(FetchGitAheadBehindRequest)

public FetchGitAheadBehindRequest(FetchGitAheadBehindRequest other)
Parameter
NameDescription
otherFetchGitAheadBehindRequest

Properties

Name

public string Name { get; set; }

Required. The workspace's name.

Property Value
TypeDescription
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
TypeDescription
string

WorkspaceName

public WorkspaceName WorkspaceName { get; set; }

WorkspaceName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkspaceName