Dataform v1beta1 API - Class ListWorkflowConfigsResponse (1.0.0-beta05)

public sealed class ListWorkflowConfigsResponse : IMessage<ListWorkflowConfigsResponse>, IEquatable<ListWorkflowConfigsResponse>, IDeepCloneable<ListWorkflowConfigsResponse>, IBufferMessage, IMessage, IPageResponse<WorkflowConfig>, IEnumerable<WorkflowConfig>, IEnumerable

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

ListWorkflowConfigs response message.

Inheritance

object > ListWorkflowConfigsResponse

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

ListWorkflowConfigsResponse()

public ListWorkflowConfigsResponse()

ListWorkflowConfigsResponse(ListWorkflowConfigsResponse)

public ListWorkflowConfigsResponse(ListWorkflowConfigsResponse other)
Parameter
NameDescription
otherListWorkflowConfigsResponse

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; }

Locations which could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

WorkflowConfigs

public RepeatedField<WorkflowConfig> WorkflowConfigs { get; }

List of workflow configs.

Property Value
TypeDescription
RepeatedFieldWorkflowConfig

Methods

GetEnumerator()

public IEnumerator<WorkflowConfig> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorWorkflowConfig