Interface UpdateWorkflowTemplateRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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];