| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Services.Create |
Monitoring.Services.create(String parent,
Service content)
Create a Service.
|
Monitoring.Services.Patch |
Monitoring.Services.patch(String name,
Service content)
Update this Service.
|
| Constructor and Description |
|---|
Create(String parent,
Service content)
Create a Service.
|
Patch(String name,
Service content)
Update this Service.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
Service.clone() |
Service |
Service.set(String fieldName,
Object value) |
Service |
Service.setAppEngine(AppEngine appEngine)
Type used for App Engine services.
|
Service |
Service.setBasicService(BasicService basicService)
Message that contains the service type and service labels of this service if it is a basic
service.
|
Service |
Service.setCloudEndpoints(CloudEndpoints cloudEndpoints)
Type used for Cloud Endpoints services.
|
Service |
Service.setCloudRun(CloudRun cloudRun)
Type used for Cloud Run services.
|
Service |
Service.setClusterIstio(ClusterIstio clusterIstio)
Type used for Istio services that live in a Kubernetes cluster.
|
Service |
Service.setCustom(Custom custom)
Custom service type.
|
Service |
Service.setDisplayName(String displayName)
Name used for UI elements listing this Service.
|
Service |
Service.setGkeNamespace(GkeNamespace gkeNamespace)
Type used for GKE Namespaces.
|
Service |
Service.setGkeService(GkeService gkeService)
Type used for GKE Services (the Kubernetes concept of a service).
|
Service |
Service.setGkeWorkload(GkeWorkload gkeWorkload)
Type used for GKE Workloads.
|
Service |
Service.setIstioCanonicalService(IstioCanonicalService istioCanonicalService)
Type used for canonical services scoped to an Istio mesh.
|
Service |
Service.setMeshIstio(MeshIstio meshIstio)
Type used for Istio services scoped to an Istio mesh.
|
Service |
Service.setName(String name)
Identifier.
|
Service |
Service.setTelemetry(Telemetry telemetry)
Configuration for how to query telemetry on a Service.
|
Service |
Service.setUserLabels(Map<String,String> userLabels)
Labels which have been used to annotate the service.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
ListServicesResponse.getServices()
The Services matching the specified filter.
|
| Modifier and Type | Method and Description |
|---|---|
ListServicesResponse |
ListServicesResponse.setServices(List<Service> services)
The Services matching the specified filter.
|
Copyright © 2011–2025 Google. All rights reserved.