Dataform v1beta1 API - Class BranchMetadata (1.0.0-beta14)

public sealed class BranchMetadata : IMessage<BranchMetadata>, IEquatable<BranchMetadata>, IDeepCloneable<BranchMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class BranchMetadata.

Contains metadata about a branch.

Inheritance

object > BranchMetadata

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

BranchMetadata()

public BranchMetadata()

BranchMetadata(BranchMetadata)

public BranchMetadata(BranchMetadata other)
Parameter
Name Description
other BranchMetadata

Properties

BranchName

public string BranchName { get; set; }

The branch name.

Property Value
Type Description
string

LastCommit

public CommitLogEntry LastCommit { get; set; }

The last commit on the branch.

Property Value
Type Description
CommitLogEntry