Dataform v1beta1 API - Class ListWorkflowConfigsRequest (1.0.0-beta05)

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

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

ListWorkflowConfigs request message.

Inheritance

object > ListWorkflowConfigsRequest

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ListWorkflowConfigsRequest()

public ListWorkflowConfigsRequest()

ListWorkflowConfigsRequest(ListWorkflowConfigsRequest)

public ListWorkflowConfigsRequest(ListWorkflowConfigsRequest other)
Parameter
NameDescription
otherListWorkflowConfigsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Maximum number of workflow configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

When paginating, all other parameters provided to ListWorkflowConfigs must match the call that provided the page token.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The repository in which to list workflow configs. Must be in the format projects/*/locations/*/repositories/*.

Property Value
TypeDescription
string

ParentAsRepositoryName

public RepositoryName ParentAsRepositoryName { get; set; }

RepositoryName-typed view over the Parent resource name property.

Property Value
TypeDescription
RepositoryName