Dataform v1beta1 API - Class FetchRemoteBranchesResponse (1.0.0-beta05)

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

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

FetchRemoteBranches response message.

Inheritance

object > FetchRemoteBranchesResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchRemoteBranchesResponse()

public FetchRemoteBranchesResponse()

FetchRemoteBranchesResponse(FetchRemoteBranchesResponse)

public FetchRemoteBranchesResponse(FetchRemoteBranchesResponse other)
Parameter
NameDescription
otherFetchRemoteBranchesResponse

Properties

Branches

public RepeatedField<string> Branches { get; }

The remote repository's branch names.

Property Value
TypeDescription
RepeatedFieldstring