Interface OrchestratorService.SubOrchestrationInstanceCompletedEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.StringValue getResult()
      .google.protobuf.StringValue result = 2;
      com.google.protobuf.StringValueOrBuilder getResultOrBuilder()
      .google.protobuf.StringValue result = 2;
      int getTaskScheduledId()
      int32 taskScheduledId = 1;
      boolean hasResult()
      .google.protobuf.StringValue result = 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

      • getTaskScheduledId

        int getTaskScheduledId()
        int32 taskScheduledId = 1;
        Returns:
        The taskScheduledId.
      • hasResult

        boolean hasResult()
        .google.protobuf.StringValue result = 2;
        Returns:
        Whether the result field is set.
      • getResult

        com.google.protobuf.StringValue getResult()
        .google.protobuf.StringValue result = 2;
        Returns:
        The result.
      • getResultOrBuilder

        com.google.protobuf.StringValueOrBuilder getResultOrBuilder()
        .google.protobuf.StringValue result = 2;