Class GetQueryStatusMonitorTopContributorsResponse

    • Method Detail

      • status

        public final QueryStatus status()

        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        If the service returns an enum value that is not available in the current SDK version, status will return QueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        See Also:
        QueryStatus
      • statusAsString

        public final String statusAsString()

        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        If the service returns an enum value that is not available in the current SDK version, status will return QueryStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        When you run a query, use this call to check the status of the query to make sure that the query has SUCCEEDED before you review the results.

        • QUEUED: The query is scheduled to run.

        • RUNNING: The query is in progress but not complete.

        • SUCCEEDED: The query completed sucessfully.

        • FAILED: The query failed due to an error.

        • CANCELED: The query was canceled.

        See Also:
        QueryStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object