Interface CreateWorkflowInvocationRequestOrBuilder

    • Method Detail

      • getParent

        String getParent()
         Required. The parent resource of the WorkflowInvocation type.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The parent.
      • getParentBytes

        com.google.protobuf.ByteString getParentBytes()
         Required. The parent resource of the WorkflowInvocation type.
         
        string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for parent.
      • hasWorkflowInvocation

        boolean hasWorkflowInvocation()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the workflowInvocation field is set.
      • getWorkflowInvocation

        WorkflowInvocation getWorkflowInvocation()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The workflowInvocation.
      • getWorkflowInvocationOrBuilder

        WorkflowInvocationOrBuilder getWorkflowInvocationOrBuilder()
         Required. The workflow invocation resource to create.
         
        .google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocation = 2 [(.google.api.field_behavior) = REQUIRED];