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.
Implements
IMessageListWorkflowConfigsRequest, IEquatableListWorkflowConfigsRequest, IDeepCloneableListWorkflowConfigsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.dll
Constructors
ListWorkflowConfigsRequest()
public ListWorkflowConfigsRequest()
ListWorkflowConfigsRequest(ListWorkflowConfigsRequest)
public ListWorkflowConfigsRequest(ListWorkflowConfigsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListWorkflowConfigsRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsRepositoryName
public RepositoryName ParentAsRepositoryName { get; set; }
RepositoryName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
RepositoryName |