GetAppEngineServiceResult

data class GetAppEngineServiceResult(val displayName: String, val id: String, val moduleId: String, val name: String, val project: String? = null, val serviceId: String, val telemetries: List<GetAppEngineServiceTelemetry>, val userLabels: Map<String, String>)

A collection of values returned by getAppEngineService.

Constructors

Link copied to clipboard
constructor(displayName: String, id: String, moduleId: String, name: String, project: String? = null, serviceId: String, telemetries: List<GetAppEngineServiceTelemetry>, userLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name used for UI elements listing this (Monitoring) Service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The full REST resource name for this channel. The syntax is: projects/[PROJECT_ID]/services/[SERVICE_ID].

Link copied to clipboard
val project: String? = null
Link copied to clipboard
Link copied to clipboard

Configuration for how to query telemetry on the Service. Structure is documented below.

Link copied to clipboard