public interface UpdateWorkflowTemplateRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTemplate()
public abstract WorkflowTemplate getTemplate()Required. The updated workflow template.
The template.version field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowTemplate |
The template. |
getTemplateOrBuilder()
public abstract WorkflowTemplateOrBuilder getTemplateOrBuilder()Required. The updated workflow template.
The template.version field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
WorkflowTemplateOrBuilder |
|
hasTemplate()
public abstract boolean hasTemplate()Required. The updated workflow template.
The template.version field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the template field is set. |