public sealed class ListWorkflowConfigsResponse : IMessage<ListWorkflowConfigsResponse>, IEquatable<ListWorkflowConfigsResponse>, IDeepCloneable<ListWorkflowConfigsResponse>, IBufferMessage, IMessage, IPageResponse<WorkflowConfig>, IEnumerable<WorkflowConfig>, IEnumerableReference documentation and code samples for the Dataform v1 API class ListWorkflowConfigsResponse.
ListWorkflowConfigs response message.
Implements
IMessageListWorkflowConfigsResponse, IEquatableListWorkflowConfigsResponse, IDeepCloneableListWorkflowConfigsResponse, IBufferMessage, IMessage, IPageResponseWorkflowConfig, IEnumerableWorkflowConfig, IEnumerableNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
ListWorkflowConfigsResponse()
public ListWorkflowConfigsResponse()ListWorkflowConfigsResponse(ListWorkflowConfigsResponse)
public ListWorkflowConfigsResponse(ListWorkflowConfigsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkflowConfigsResponse |
Properties
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 |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations which could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
WorkflowConfigs
public RepeatedField<WorkflowConfig> WorkflowConfigs { get; }List of workflow configs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWorkflowConfig |
|
Methods
GetEnumerator()
public IEnumerator<WorkflowConfig> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorWorkflowConfig |
|