Dataform v1beta1 API - Class FetchWorkspaceBranchesRequest (1.0.0-beta14)

public sealed class FetchWorkspaceBranchesRequest : IMessage<FetchWorkspaceBranchesRequest>, IEquatable<FetchWorkspaceBranchesRequest>, IDeepCloneable<FetchWorkspaceBranchesRequest>, IBufferMessage, IMessage, IPageRequest

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

Request message for FetchWorkspaceBranches method.

Inheritance

object > FetchWorkspaceBranchesRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

FetchWorkspaceBranchesRequest()

public FetchWorkspaceBranchesRequest()

FetchWorkspaceBranchesRequest(FetchWorkspaceBranchesRequest)

public FetchWorkspaceBranchesRequest(FetchWorkspaceBranchesRequest other)
Parameter
Name Description
other FetchWorkspaceBranchesRequest

Properties

Filter

public FetchWorkspaceBranchesRequest.Types.BranchFilter Filter { get; set; }

Optional. Filter for the returned list.

Property Value
Type Description
FetchWorkspaceBranchesRequestTypesBranchFilter

Name

public string Name { get; set; }

Required. The workspace resource name. Format: projects/{project}/locations/{location}/repositories/{repository}/workspaces/{workspace}

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

Optional. Maximum number of branches to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. Page token received from a previous FetchWorkspaceBranches call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to FetchWorkspaceBranches, with the exception of page_size, must match the call that provided the page token.

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