1<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5  margin: 0;
6  padding: 0;
7  border: 0;
8  font-weight: inherit;
9  font-style: inherit;
10  font-size: 100%;
11  font-family: inherit;
12  vertical-align: baseline;
13}
14
15body {
16  font-size: 13px;
17  padding: 1em;
18}
19
20h1 {
21  font-size: 26px;
22  margin-bottom: 1em;
23}
24
25h2 {
26  font-size: 24px;
27  margin-bottom: 1em;
28}
29
30h3 {
31  font-size: 20px;
32  margin-bottom: 1em;
33  margin-top: 1em;
34}
35
36pre, code {
37  line-height: 1.5;
38  font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42  margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46  font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50  border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54  margin-top: 0.5em;
55}
56
57.firstline {
58  margin-left: 2 em;
59}
60
61.method  {
62  margin-top: 1em;
63  border: solid 1px #CCC;
64  padding: 1em;
65  background: #EEE;
66}
67
68.details {
69  font-weight: bold;
70  font-size: 14px;
71}
72
73</style>
74
75<h1><a href="monitoring_v3.html">Cloud Monitoring API</a> . <a href="monitoring_v3.services.html">services</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78  <code><a href="monitoring_v3.services.serviceLevelObjectives.html">serviceLevelObjectives()</a></code>
79</p>
80<p class="firstline">Returns the serviceLevelObjectives Resource.</p>
81
82<p class="toc_element">
83  <code><a href="#close">close()</a></code></p>
84<p class="firstline">Close httplib2 connections.</p>
85<p class="toc_element">
86  <code><a href="#create">create(parent, body=None, serviceId=None, x__xgafv=None)</a></code></p>
87<p class="firstline">Create a Service.</p>
88<p class="toc_element">
89  <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
90<p class="firstline">Soft delete this Service.</p>
91<p class="toc_element">
92  <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93<p class="firstline">Get the named Service.</p>
94<p class="toc_element">
95  <code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
96<p class="firstline">List Services for this workspace.</p>
97<p class="toc_element">
98  <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
99<p class="firstline">Retrieves the next page of results.</p>
100<p class="toc_element">
101  <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
102<p class="firstline">Update this Service.</p>
103<h3>Method Details</h3>
104<div class="method">
105    <code class="details" id="close">close()</code>
106  <pre>Close httplib2 connections.</pre>
107</div>
108
109<div class="method">
110    <code class="details" id="create">create(parent, body=None, serviceId=None, x__xgafv=None)</code>
111  <pre>Create a Service.
112
113Args:
114  parent: string, Required. Resource name (https://cloud.google.com/monitoring/api/v3#project_name) of the parent workspace. The format is: projects/[PROJECT_ID_OR_NUMBER]  (required)
115  body: object, The request body.
116    The object takes the form of:
117
118{ # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
119  &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
120    &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
121  },
122  &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
123    &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
124  },
125  &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
126    &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
127    &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
128    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
129    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
130  },
131  &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
132  },
133  &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
134  &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
135    &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
136    &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
137    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
138  },
139  &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
140    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
141    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
142    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
143  },
144  &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
145  &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
146    &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
147  },
148  &quot;userLabels&quot;: { # 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.
149    &quot;a_key&quot;: &quot;A String&quot;,
150  },
151}
152
153  serviceId: string, Optional. The Service id to use for this Service. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+
154  x__xgafv: string, V1 error format.
155    Allowed values
156      1 - v1 error format
157      2 - v2 error format
158
159Returns:
160  An object of the form:
161
162    { # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
163  &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
164    &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
165  },
166  &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
167    &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
168  },
169  &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
170    &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
171    &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
172    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
173    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
174  },
175  &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
176  },
177  &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
178  &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
179    &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
180    &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
181    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
182  },
183  &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
184    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
185    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
186    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
187  },
188  &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
189  &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
190    &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
191  },
192  &quot;userLabels&quot;: { # 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.
193    &quot;a_key&quot;: &quot;A String&quot;,
194  },
195}</pre>
196</div>
197
198<div class="method">
199    <code class="details" id="delete">delete(name, x__xgafv=None)</code>
200  <pre>Soft delete this Service.
201
202Args:
203  name: string, Required. Resource name of the Service to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]  (required)
204  x__xgafv: string, V1 error format.
205    Allowed values
206      1 - v1 error format
207      2 - v2 error format
208
209Returns:
210  An object of the form:
211
212    { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
213}</pre>
214</div>
215
216<div class="method">
217    <code class="details" id="get">get(name, x__xgafv=None)</code>
218  <pre>Get the named Service.
219
220Args:
221  name: string, Required. Resource name of the Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]  (required)
222  x__xgafv: string, V1 error format.
223    Allowed values
224      1 - v1 error format
225      2 - v2 error format
226
227Returns:
228  An object of the form:
229
230    { # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
231  &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
232    &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
233  },
234  &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
235    &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
236  },
237  &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
238    &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
239    &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
240    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
241    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
242  },
243  &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
244  },
245  &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
246  &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
247    &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
248    &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
249    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
250  },
251  &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
252    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
253    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
254    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
255  },
256  &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
257  &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
258    &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
259  },
260  &quot;userLabels&quot;: { # 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.
261    &quot;a_key&quot;: &quot;A String&quot;,
262  },
263}</pre>
264</div>
265
266<div class="method">
267    <code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
268  <pre>List Services for this workspace.
269
270Args:
271  parent: string, Required. Resource name of the parent containing the listed services, either a project (https://cloud.google.com/monitoring/api/v3#project_name) or a Monitoring Workspace. The formats are: projects/[PROJECT_ID_OR_NUMBER] workspaces/[HOST_PROJECT_ID_OR_NUMBER]  (required)
272  filter: string, A filter specifying what Services to return. The filter currently supports the following fields: - `identifier_case` - `app_engine.module_id` - `cloud_endpoints.service` (reserved for future use) - `mesh_istio.mesh_uid` - `mesh_istio.service_namespace` - `mesh_istio.service_name` - `cluster_istio.location` (deprecated) - `cluster_istio.cluster_name` (deprecated) - `cluster_istio.service_namespace` (deprecated) - `cluster_istio.service_name` (deprecated) identifier_case refers to which option in the identifier oneof is populated. For example, the filter identifier_case = &quot;CUSTOM&quot; would match all services with a value for the custom field. Valid options are &quot;CUSTOM&quot;, &quot;APP_ENGINE&quot;, &quot;MESH_ISTIO&quot;, plus &quot;CLUSTER_ISTIO&quot; (deprecated) and &quot;CLOUD_ENDPOINTS&quot; (reserved for future use).
273  pageSize: integer, A non-negative number that is the maximum number of results to return. When 0, use default page size.
274  pageToken: string, If this field is not empty then it must contain the nextPageToken value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
275  x__xgafv: string, V1 error format.
276    Allowed values
277      1 - v1 error format
278      2 - v2 error format
279
280Returns:
281  An object of the form:
282
283    { # The ListServices response.
284  &quot;nextPageToken&quot;: &quot;A String&quot;, # If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
285  &quot;services&quot;: [ # The Services matching the specified filter.
286    { # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
287      &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
288        &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
289      },
290      &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
291        &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
292      },
293      &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
294        &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
295        &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
296        &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
297        &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
298      },
299      &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
300      },
301      &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
302      &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
303        &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
304        &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
305        &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
306      },
307      &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
308        &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
309        &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
310        &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
311      },
312      &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
313      &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
314        &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
315      },
316      &quot;userLabels&quot;: { # 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.
317        &quot;a_key&quot;: &quot;A String&quot;,
318      },
319    },
320  ],
321}</pre>
322</div>
323
324<div class="method">
325    <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
326  <pre>Retrieves the next page of results.
327
328Args:
329  previous_request: The request for the previous page. (required)
330  previous_response: The response from the request for the previous page. (required)
331
332Returns:
333  A request object that you can call &#x27;execute()&#x27; on to request the next
334  page. Returns None if there are no more items in the collection.
335    </pre>
336</div>
337
338<div class="method">
339    <code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
340  <pre>Update this Service.
341
342Args:
343  name: string, Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]  (required)
344  body: object, The request body.
345    The object takes the form of:
346
347{ # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
348  &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
349    &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
350  },
351  &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
352    &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
353  },
354  &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
355    &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
356    &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
357    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
358    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
359  },
360  &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
361  },
362  &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
363  &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
364    &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
365    &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
366    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
367  },
368  &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
369    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
370    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
371    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
372  },
373  &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
374  &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
375    &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
376  },
377  &quot;userLabels&quot;: { # 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.
378    &quot;a_key&quot;: &quot;A String&quot;,
379  },
380}
381
382  updateMask: string, A set of field paths defining which fields to use for the update.
383  x__xgafv: string, V1 error format.
384    Allowed values
385      1 - v1 error format
386      2 - v2 error format
387
388Returns:
389  An object of the form:
390
391    { # A Service is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern (Wikipedia (https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible.
392  &quot;appEngine&quot;: { # App Engine service. Learn more at https://cloud.google.com/appengine. # Type used for App Engine services.
393    &quot;moduleId&quot;: &quot;A String&quot;, # The ID of the App Engine module underlying this service. Corresponds to the module_id resource label in the gae_app monitored resource: https://cloud.google.com/monitoring/api/resources#tag_gae_app
394  },
395  &quot;cloudEndpoints&quot;: { # Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints. # Type used for Cloud Endpoints services.
396    &quot;service&quot;: &quot;A String&quot;, # The name of the Cloud Endpoints service underlying this service. Corresponds to the service resource label in the api monitored resource: https://cloud.google.com/monitoring/api/resources#tag_api
397  },
398  &quot;clusterIstio&quot;: { # Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type. # Type used for Istio services that live in a Kubernetes cluster.
399    &quot;clusterName&quot;: &quot;A String&quot;, # The name of the Kubernetes cluster in which this Istio service is defined. Corresponds to the cluster_name resource label in k8s_cluster resources.
400    &quot;location&quot;: &quot;A String&quot;, # The location of the Kubernetes cluster in which this Istio service is defined. Corresponds to the location resource label in k8s_cluster resources.
401    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
402    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
403  },
404  &quot;custom&quot;: { # Custom view of service telemetry. Currently a place-holder pending final design. # Custom service type.
405  },
406  &quot;displayName&quot;: &quot;A String&quot;, # Name used for UI elements listing this Service.
407  &quot;istioCanonicalService&quot;: { # Canonical service scoped to an Istio mesh. Anthos clusters running ASM &gt;= 1.6.8 will have their services ingested as this type. # Type used for canonical services scoped to an Istio mesh. Metrics for Istio are documented here (https://istio.io/latest/docs/reference/config/metrics/)
408    &quot;canonicalService&quot;: &quot;A String&quot;, # The name of the canonical service underlying this service. Corresponds to the destination_canonical_service_name metric label in label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
409    &quot;canonicalServiceNamespace&quot;: &quot;A String&quot;, # The namespace of the canonical service underlying this service. Corresponds to the destination_canonical_service_namespace metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
410    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the Istio mesh in which this canonical service is defined. Corresponds to the mesh_uid metric label in Istio metrics (https://cloud.google.com/monitoring/api/metrics_istio).
411  },
412  &quot;meshIstio&quot;: { # Istio service scoped to an Istio mesh. Anthos clusters running ASM &lt; 1.6.8 will have their services ingested as this type. # Type used for Istio services scoped to an Istio mesh.
413    &quot;meshUid&quot;: &quot;A String&quot;, # Identifier for the mesh in which this Istio service is defined. Corresponds to the mesh_uid metric label in Istio metrics.
414    &quot;serviceName&quot;: &quot;A String&quot;, # The name of the Istio service underlying this service. Corresponds to the destination_service_name metric label in Istio metrics.
415    &quot;serviceNamespace&quot;: &quot;A String&quot;, # The namespace of the Istio service underlying this service. Corresponds to the destination_service_namespace metric label in Istio metrics.
416  },
417  &quot;name&quot;: &quot;A String&quot;, # Resource name for this Service. The format is: projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
418  &quot;telemetry&quot;: { # Configuration for how to query telemetry on a Service. # Configuration for how to query telemetry on a Service.
419    &quot;resourceName&quot;: &quot;A String&quot;, # The full name of the resource that defines this service. Formatted as described in https://cloud.google.com/apis/design/resource_names.
420  },
421  &quot;userLabels&quot;: { # 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.
422    &quot;a_key&quot;: &quot;A String&quot;,
423  },
424}</pre>
425</div>
426
427</body></html>