Interface OrchestratorService.CompleteOrchestrationActionOrBuilder

    • 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;
      • hasDetails

        boolean hasDetails()
        .google.protobuf.StringValue details = 3;
        Returns:
        Whether the details field is set.
      • getDetails

        com.google.protobuf.StringValue getDetails()
        .google.protobuf.StringValue details = 3;
        Returns:
        The details.
      • getDetailsOrBuilder

        com.google.protobuf.StringValueOrBuilder getDetailsOrBuilder()
        .google.protobuf.StringValue details = 3;
      • hasNewVersion

        boolean hasNewVersion()
        .google.protobuf.StringValue newVersion = 4;
        Returns:
        Whether the newVersion field is set.
      • getNewVersion

        com.google.protobuf.StringValue getNewVersion()
        .google.protobuf.StringValue newVersion = 4;
        Returns:
        The newVersion.
      • getNewVersionOrBuilder

        com.google.protobuf.StringValueOrBuilder getNewVersionOrBuilder()
        .google.protobuf.StringValue newVersion = 4;
      • getCarryoverEventsCount

        int getCarryoverEventsCount()
        repeated .HistoryEvent carryoverEvents = 5;
      • hasFailureDetails

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