Reference documentation and code samples for the Google Cloud Dataproc V1 Client class ListWorkflowTemplatesResponse.
A response to a request to list workflow templates in a project.
Generated from protobuf message google.cloud.dataproc.v1.ListWorkflowTemplatesResponse
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ templates |
array<Google\Cloud\Dataproc\V1\WorkflowTemplate>
Output only. WorkflowTemplates list. |
↳ next_page_token |
string
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 |
getTemplates
Output only. WorkflowTemplates list.
Generated from protobuf field repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setTemplates
Output only. WorkflowTemplates list.
Generated from protobuf field repeated .google.cloud.dataproc.v1.WorkflowTemplate templates = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dataproc\V1\WorkflowTemplate>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
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 ListWorkflowTemplatesRequest
.
Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
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 ListWorkflowTemplatesRequest
.
Generated from protobuf field string next_page_token = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |