Package io.dapr.v1

Interface DaprProtos.StartWorkflowRequestOrBuilder

    • Method Detail

      • getInstanceId

        String getInstanceId()
        string instance_id = 1;
        Returns:
        The instanceId.
      • getInstanceIdBytes

        com.google.protobuf.ByteString getInstanceIdBytes()
        string instance_id = 1;
        Returns:
        The bytes for instanceId.
      • getWorkflowComponent

        String getWorkflowComponent()
        string workflow_component = 2;
        Returns:
        The workflowComponent.
      • getWorkflowComponentBytes

        com.google.protobuf.ByteString getWorkflowComponentBytes()
        string workflow_component = 2;
        Returns:
        The bytes for workflowComponent.
      • getWorkflowName

        String getWorkflowName()
        string workflow_name = 3;
        Returns:
        The workflowName.
      • getWorkflowNameBytes

        com.google.protobuf.ByteString getWorkflowNameBytes()
        string workflow_name = 3;
        Returns:
        The bytes for workflowName.
      • getOptionsCount

        int getOptionsCount()
        map<string, string> options = 4;
      • containsOptions

        boolean containsOptions​(String key)
        map<string, string> options = 4;
      • getOptionsMap

        Map<String,​String> getOptionsMap()
        map<string, string> options = 4;
      • getOptionsOrDefault

        String getOptionsOrDefault​(String key,
                                   String defaultValue)
        map<string, string> options = 4;
      • getOptionsOrThrow

        String getOptionsOrThrow​(String key)
        map<string, string> options = 4;
      • getInput

        com.google.protobuf.ByteString getInput()
        bytes input = 5;
        Returns:
        The input.