Google Cloud Dataproc v1 API - Class ListWorkflowTemplatesResponse (5.14.0)

public sealed class ListWorkflowTemplatesResponse : IMessage<ListWorkflowTemplatesResponse>, IEquatable<ListWorkflowTemplatesResponse>, IDeepCloneable<ListWorkflowTemplatesResponse>, IBufferMessage, IMessage, IPageResponse<WorkflowTemplate>, IEnumerable<WorkflowTemplate>, IEnumerable

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ListWorkflowTemplatesResponse.

A response to a request to list workflow templates in a project.

Inheritance

object > ListWorkflowTemplatesResponse

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListWorkflowTemplatesResponse()

public ListWorkflowTemplatesResponse()

ListWorkflowTemplatesResponse(ListWorkflowTemplatesResponse)

public ListWorkflowTemplatesResponse(ListWorkflowTemplatesResponse other)
Parameter
Name Description
other ListWorkflowTemplatesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent <code>ListWorkflowTemplatesRequest</code>.

Property Value
Type Description
string

Templates

public RepeatedField<WorkflowTemplate> Templates { get; }

Output only. WorkflowTemplates list.

Property Value
Type Description
RepeatedFieldWorkflowTemplate

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<WorkflowTemplate> GetEnumerator()

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

Returns
Type Description
IEnumeratorWorkflowTemplate