Workflows v1 API - Class ListWorkflowsResponse (2.4.0)

public sealed class ListWorkflowsResponse : IMessage<ListWorkflowsResponse>, IEquatable<ListWorkflowsResponse>, IDeepCloneable<ListWorkflowsResponse>, IBufferMessage, IMessage, IPageResponse<Workflow>, IEnumerable<Workflow>, IEnumerable

Reference documentation and code samples for the Workflows v1 API class ListWorkflowsResponse.

Response for the [ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows] method.

Inheritance

object > ListWorkflowsResponse

Namespace

Google.Cloud.Workflows.V1

Assembly

Google.Cloud.Workflows.V1.dll

Constructors

ListWorkflowsResponse()

public ListWorkflowsResponse()

ListWorkflowsResponse(ListWorkflowsResponse)

public ListWorkflowsResponse(ListWorkflowsResponse other)
Parameter
NameDescription
otherListWorkflowsResponse

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
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources.

Property Value
TypeDescription
RepeatedFieldstring

Workflows

public RepeatedField<Workflow> Workflows { get; }

The workflows that match the request.

Property Value
TypeDescription
RepeatedFieldWorkflow

Methods

GetEnumerator()

public IEnumerator<Workflow> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorWorkflow