Package io.dapr.v1

Interface DaprProtos.GetWorkflowRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getInstanceId()
      string instance_id = 1;
      com.google.protobuf.ByteString getInstanceIdBytes()
      string instance_id = 1;
      String getWorkflowComponent()
      string workflow_component = 3;
      com.google.protobuf.ByteString getWorkflowComponentBytes()
      string workflow_component = 3;
      String getWorkflowType()
      string workflow_type = 2;
      com.google.protobuf.ByteString getWorkflowTypeBytes()
      string workflow_type = 2;
      • 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

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

        String getWorkflowType()
        string workflow_type = 2;
        Returns:
        The workflowType.
      • getWorkflowTypeBytes

        com.google.protobuf.ByteString getWorkflowTypeBytes()
        string workflow_type = 2;
        Returns:
        The bytes for workflowType.
      • getWorkflowComponent

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

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