methods

@JvmName(name = "qrfmhppxhqocseog")
suspend fun methods(value: Output<List<String>>)
@JvmName(name = "ubybmppvcrjogbva")
suspend fun methods(value: List<String>?)

Parameters

value

An optional set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.


@JvmName(name = "kiktpmdjtgvvpprg")
suspend fun methods(vararg values: Output<String>)


@JvmName(name = "vyxwiwghtokjnvyk")
suspend fun methods(values: List<Output<String>>)
@JvmName(name = "bblmlrfpororvsop")
suspend fun methods(vararg values: String)

Parameters

values

An optional set of RPCs to which this SLI is relevant. Telemetry from other methods will not be used to calculate performance for this SLI. If omitted, this SLI applies to all the Service's methods. For service types that don't support breaking down by method, setting this field will result in an error.