Package com.google.cloud.dataproc.v1
Interface UpdateWorkflowTemplateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateWorkflowTemplateRequest
,UpdateWorkflowTemplateRequest.Builder
public interface UpdateWorkflowTemplateRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowTemplate
getTemplate()
Required.WorkflowTemplateOrBuilder
getTemplateOrBuilder()
Required.boolean
hasTemplate()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTemplate
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:
- Whether the template field is set.
-
getTemplate
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:
- The template.
-
getTemplateOrBuilder
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];
-
-