public interface UpdateWorkflowTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WorkflowTemplate |
getTemplate()
Required.
|
WorkflowTemplateOrBuilder |
getTemplateOrBuilder()
Required.
|
boolean |
hasTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTemplate()
Required. The updated workflow template. The `template.version` field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1;WorkflowTemplate getTemplate()
Required. The updated workflow template. The `template.version` field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1;WorkflowTemplateOrBuilder getTemplateOrBuilder()
Required. The updated workflow template. The `template.version` field must match the current version.
.google.cloud.dataproc.v1.WorkflowTemplate template = 1;Copyright © 2019 Google LLC. All rights reserved.