public sealed class ListWorkflowTemplatesRequest : IMessage<ListWorkflowTemplatesRequest>, IEquatable<ListWorkflowTemplatesRequest>, IDeepCloneable<ListWorkflowTemplatesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Google Cloud Dataproc v1 API class ListWorkflowTemplatesRequest.
A request to list workflow templates in a project.
Implements
IMessageListWorkflowTemplatesRequest, IEquatableListWorkflowTemplatesRequest, IDeepCloneableListWorkflowTemplatesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ListWorkflowTemplatesRequest()
public ListWorkflowTemplatesRequest()ListWorkflowTemplatesRequest(ListWorkflowTemplatesRequest)
public ListWorkflowTemplatesRequest(ListWorkflowTemplatesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListWorkflowTemplatesRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of results to return in each response.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|
ParentAsRegionName
public RegionName ParentAsRegionName { get; set; }RegionName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
RegionName |
|
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }IResourceName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
IResourceName |
|