Google Cloud Dataproc v1 API - Class ListWorkflowTemplatesRequest (5.10.0)

public sealed class ListWorkflowTemplatesRequest : IMessage<ListWorkflowTemplatesRequest>, IEquatable<ListWorkflowTemplatesRequest>, IDeepCloneable<ListWorkflowTemplatesRequest>, IBufferMessage, IMessage, IPageRequest

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

A request to list workflow templates in a project.

Inheritance

object > ListWorkflowTemplatesRequest

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ListWorkflowTemplatesRequest()

public ListWorkflowTemplatesRequest()

ListWorkflowTemplatesRequest(ListWorkflowTemplatesRequest)

public ListWorkflowTemplatesRequest(ListWorkflowTemplatesRequest other)
Parameter
NameDescription
otherListWorkflowTemplatesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of results to return in each response.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. The page token, returned by a previous call, to request the next page of results.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the region or location, as described in https://cloud.google.com/apis/design/resource_names.

  • For projects.regions.workflowTemplates,list, the resource name of the region has the following format: projects/{project_id}/regions/{region}

  • For projects.locations.workflowTemplates.list, the resource name of the location has the following format: projects/{project_id}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName

ParentAsRegionName

public RegionName ParentAsRegionName { get; set; }

RegionName-typed view over the Parent resource name property.

Property Value
TypeDescription
RegionName

ParentAsResourceName

public IResourceName ParentAsResourceName { get; set; }

IResourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
IResourceName