PerfSampleSeriesArgs

data class PerfSampleSeriesArgs(val basicPerfSampleSeries: Output<BasicPerfSampleSeriesArgs>? = null, val executionId: Output<String>? = null, val historyId: Output<String>? = null, val project: Output<String>? = null, val stepId: Output<String>? = null) : ConvertibleToJava<PerfSampleSeriesArgs>

Creates a PerfSampleSeries. May return any of the following error code(s): - ALREADY_EXISTS - PerfMetricSummary already exists for the given Step - NOT_FOUND - The containing Step does not exist Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
fun PerfSampleSeriesArgs(basicPerfSampleSeries: Output<BasicPerfSampleSeriesArgs>? = null, executionId: Output<String>? = null, historyId: Output<String>? = null, project: Output<String>? = null, stepId: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): PerfSampleSeriesArgs

Properties

Link copied to clipboard

Basic series represented by a line chart

Link copied to clipboard
val executionId: Output<String>? = null
Link copied to clipboard
val historyId: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val stepId: Output<String>? = null