GetServiceResult

data class GetServiceResult(val appEngine: AppEngineResponse, val basicService: BasicServiceResponse, val cloudEndpoints: CloudEndpointsResponse, val cloudRun: CloudRunResponse, val clusterIstio: ClusterIstioResponse, val custom: CustomResponse, val displayName: String, val gkeNamespace: GkeNamespaceResponse, val gkeService: GkeServiceResponse, val gkeWorkload: GkeWorkloadResponse, val istioCanonicalService: IstioCanonicalServiceResponse, val meshIstio: MeshIstioResponse, val name: String, val telemetry: TelemetryResponse, val userLabels: Map<String, String>)

Constructors

Link copied to clipboard
fun GetServiceResult(appEngine: AppEngineResponse, basicService: BasicServiceResponse, cloudEndpoints: CloudEndpointsResponse, cloudRun: CloudRunResponse, clusterIstio: ClusterIstioResponse, custom: CustomResponse, displayName: String, gkeNamespace: GkeNamespaceResponse, gkeService: GkeServiceResponse, gkeWorkload: GkeWorkloadResponse, istioCanonicalService: IstioCanonicalServiceResponse, meshIstio: MeshIstioResponse, name: String, telemetry: TelemetryResponse, userLabels: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type used for App Engine services.

Link copied to clipboard

Message that contains the service type and service labels of this service if it is a basic service. Documentation and examples here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).

Link copied to clipboard

Type used for Cloud Endpoints services.

Link copied to clipboard

Type used for Cloud Run services.

Link copied to clipboard

Type used for Istio services that live in a Kubernetes cluster.

Link copied to clipboard

Custom service type.

Link copied to clipboard

Name used for UI elements listing this Service.

Link copied to clipboard

Type used for GKE Namespaces.

Link copied to clipboard

Type used for GKE Services (the Kubernetes concept of a service).

Link copied to clipboard

Type used for GKE Workloads.

Link copied to clipboard

Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)

Link copied to clipboard

Type used for Istio services scoped to an Istio mesh.

Link copied to clipboard

Resource name for this Service. The format is: projects/PROJECT_ID_OR_NUMBER/services/SERVICE_ID

Link copied to clipboard

Configuration for how to query telemetry on a Service.

Link copied to clipboard

Labels which have been used to annotate the service. Label keys must start with a letter. Label keys and values may contain lowercase letters, numbers, underscores, and dashes. Label keys and values have a maximum length of 63 characters, and must be less than 128 bytes in size. Up to 64 label entries may be stored. For labels which do not have a semantic value, the empty string may be supplied for the label value.