Reference documentation and code samples for the Google Cloud Dataproc V1 Client class UpdateWorkflowTemplateRequest.
A request to update a workflow template.
Generated from protobuf message google.cloud.dataproc.v1.UpdateWorkflowTemplateRequest
Namespace
Google \ Cloud \ Dataproc \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ template |
WorkflowTemplate
Required. The updated workflow template. The |
getTemplate
Required. The updated workflow template.
The template.version
field must match the current version.
Returns | |
---|---|
Type | Description |
WorkflowTemplate|null |
hasTemplate
clearTemplate
setTemplate
Required. The updated workflow template.
The template.version
field must match the current version.
Parameter | |
---|---|
Name | Description |
var |
WorkflowTemplate
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
template |
WorkflowTemplate
Required. The updated workflow template. The |
Returns | |
---|---|
Type | Description |
UpdateWorkflowTemplateRequest |