Package io.dapr.v1

Interface DaprProtos.StartWorkflowResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DaprProtos.StartWorkflowResponse, DaprProtos.StartWorkflowResponse.Builder
Enclosing class:
DaprProtos

public static interface DaprProtos.StartWorkflowResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ID of the started workflow instance.
    com.google.protobuf.ByteString
    ID of the started workflow instance.

    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 Details

    • getInstanceId

      String getInstanceId()
       ID of the started workflow instance.
       
      string instance_id = 1 [json_name = "instanceID"];
      Returns:
      The instanceId.
    • getInstanceIdBytes

      com.google.protobuf.ByteString getInstanceIdBytes()
       ID of the started workflow instance.
       
      string instance_id = 1 [json_name = "instanceID"];
      Returns:
      The bytes for instanceId.