Interface OrchestratorService.ExecutionCompletedEventOrBuilder

    • Method Detail

      • getOrchestrationStatusValue

        int getOrchestrationStatusValue()
        .OrchestrationStatus orchestrationStatus = 1;
        Returns:
        The enum numeric value on the wire for orchestrationStatus.
      • 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;
      • hasFailureDetails

        boolean hasFailureDetails()
        .TaskFailureDetails failureDetails = 3;
        Returns:
        Whether the failureDetails field is set.