Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::UpdateWorkflowTemplateRequest.
A request to update a workflow template.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#template
def template() -> ::Google::Cloud::Dataproc::V1::WorkflowTemplate
Returns
-
(::Google::Cloud::Dataproc::V1::WorkflowTemplate) — Required. The updated workflow template.
The
template.version
field must match the current version.
#template=
def template=(value) -> ::Google::Cloud::Dataproc::V1::WorkflowTemplate
Parameter
-
value (::Google::Cloud::Dataproc::V1::WorkflowTemplate) — Required. The updated workflow template.
The
template.version
field must match the current version.
Returns
-
(::Google::Cloud::Dataproc::V1::WorkflowTemplate) — Required. The updated workflow template.
The
template.version
field must match the current version.