method property

List<String>? method
getter/setter pair

OPTIONAL: The 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.

Implementation

core.List<core.String>? method;