Interface GetTelemetryEvaluationStatusResponse.Builder

    • Method Detail

      • status

        GetTelemetryEvaluationStatusResponse.Builder status​(String status)

        The onboarding status of the telemetry config feature.

        Parameters:
        status - The onboarding status of the telemetry config feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • status

        GetTelemetryEvaluationStatusResponse.Builder status​(Status status)

        The onboarding status of the telemetry config feature.

        Parameters:
        status - The onboarding status of the telemetry config feature.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status, Status
      • failureReason

        GetTelemetryEvaluationStatusResponse.Builder failureReason​(String failureReason)

        Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.

        Parameters:
        failureReason - Describes the reason for the failure status. The field will only be populated if Status is FAILED_START or FAILED_STOP.
        Returns:
        Returns a reference to this object so that method calls can be chained together.