Dataform v1beta1 API - Class FetchWorkspaceBranchesResponse (1.0.0-beta14)

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

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

Response message for FetchWorkspaceBranches method.

Inheritance

object > FetchWorkspaceBranchesResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchWorkspaceBranchesResponse()

public FetchWorkspaceBranchesResponse()

FetchWorkspaceBranchesResponse(FetchWorkspaceBranchesResponse)

public FetchWorkspaceBranchesResponse(FetchWorkspaceBranchesResponse other)
Parameter
Name Description
other FetchWorkspaceBranchesResponse

Properties

Branches

public RepeatedField<BranchMetadata> Branches { get; }

The branches in the workspace.

Property Value
Type Description
RepeatedFieldBranchMetadata

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
Type Description
string

Methods

GetEnumerator()

public IEnumerator<BranchMetadata> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorBranchMetadata