Toolresults_v1beta3Functions

Functions

Link copied to clipboard

Gets an Execution. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist

suspend fun getExecution(executionId: String, historyId: String, project: String? = null): GetExecutionResult
Link copied to clipboard

Gets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist

suspend fun getHistory(argument: suspend GetHistoryPlainArgsBuilder.() -> Unit): GetHistoryResult
suspend fun getHistory(historyId: String, project: String? = null): GetHistoryResult
Link copied to clipboard

Gets a PerfSampleSeries. May return any of the following error code(s): - NOT_FOUND - The specified PerfSampleSeries does not exist

suspend fun getPerfSampleSeries(executionId: String, historyId: String, project: String? = null, sampleSeriesId: String, stepId: String): GetPerfSampleSeriesResult
Link copied to clipboard
suspend fun getStep(argument: GetStepPlainArgs): GetStepResult

Gets a Step. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Step does not exist

suspend fun getStep(argument: suspend GetStepPlainArgsBuilder.() -> Unit): GetStepResult
suspend fun getStep(executionId: String, historyId: String, project: String? = null, stepId: String): GetStepResult