public sealed class ListWorkflowInvocationsResponse : IMessage<ListWorkflowInvocationsResponse>, IEquatable<ListWorkflowInvocationsResponse>, IDeepCloneable<ListWorkflowInvocationsResponse>, IBufferMessage, IMessage, IPageResponse<WorkflowInvocation>, IEnumerable<WorkflowInvocation>, IEnumerableReference documentation and code samples for the Dataform v1 API class ListWorkflowInvocationsResponse.
ListWorkflowInvocations response message.
Implements
IMessageListWorkflowInvocationsResponse, IEquatableListWorkflowInvocationsResponse, IDeepCloneableListWorkflowInvocationsResponse, IBufferMessage, IMessage, IPageResponseWorkflowInvocation, IEnumerableWorkflowInvocation, IEnumerableNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
ListWorkflowInvocationsResponse()
public ListWorkflowInvocationsResponse()ListWorkflowInvocationsResponse(ListWorkflowInvocationsResponse)
public ListWorkflowInvocationsResponse(ListWorkflowInvocationsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkflowInvocationsResponse |
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 |
|
WorkflowInvocations
public RepeatedField<WorkflowInvocation> WorkflowInvocations { get; }List of workflow invocations.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldWorkflowInvocation |
|
Methods
GetEnumerator()
public IEnumerator<WorkflowInvocation> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorWorkflowInvocation |
|