BasicServiceResponse

data class BasicServiceResponse(val serviceLabels: Map<String, String>, val serviceType: String)

A well-known service type, defined by its service type and service labels. Documentation and examples here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).

Constructors

Link copied to clipboard
fun BasicServiceResponse(serviceLabels: Map<String, String>, serviceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this Service. Documentation and valid values for given service types here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).

Link copied to clipboard

The type of service that this basic service defines, e.g. APP_ENGINE service type. Documentation and valid values here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).