This repository was archived by the owner on Dec 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +33
-33
lines changed
google/cloud/monitoring_v3
service_monitoring_service Expand file tree Collapse file tree 7 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -1021,9 +1021,9 @@ async def sample_list_time_series():
1021
1021
The format is:
1022
1022
1023
1023
```
1024
- projects/[PROJECT_ID_OR_NUMBER]
1025
- organizations/[ORGANIZATION_ID]
1026
- folders/[FOLDER_ID]
1024
+ projects/[PROJECT_ID_OR_NUMBER]
1025
+ organizations/[ORGANIZATION_ID]
1026
+ folders/[FOLDER_ID]
1027
1027
```
1028
1028
1029
1029
This corresponds to the ``name`` field
@@ -1038,8 +1038,8 @@ async def sample_list_time_series():
1038
1038
information. For example:
1039
1039
1040
1040
```
1041
- metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
1042
- metric.labels.instance_name = "my-instance-name"
1041
+ metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
1042
+ metric.labels.instance_name = "my-instance-name"
1043
1043
```
1044
1044
1045
1045
This corresponds to the ``filter`` field
Original file line number Diff line number Diff line change @@ -1229,9 +1229,9 @@ def sample_list_time_series():
1229
1229
The format is:
1230
1230
1231
1231
```
1232
- projects/[PROJECT_ID_OR_NUMBER]
1233
- organizations/[ORGANIZATION_ID]
1234
- folders/[FOLDER_ID]
1232
+ projects/[PROJECT_ID_OR_NUMBER]
1233
+ organizations/[ORGANIZATION_ID]
1234
+ folders/[FOLDER_ID]
1235
1235
```
1236
1236
1237
1237
This corresponds to the ``name`` field
@@ -1246,8 +1246,8 @@ def sample_list_time_series():
1246
1246
information. For example:
1247
1247
1248
1248
```
1249
- metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
1250
- metric.labels.instance_name = "my-instance-name"
1249
+ metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
1250
+ metric.labels.instance_name = "my-instance-name"
1251
1251
```
1252
1252
1253
1253
This corresponds to the ``filter`` field
Original file line number Diff line number Diff line change @@ -512,8 +512,8 @@ async def sample_list_services():
512
512
or a Monitoring Workspace. The formats are:
513
513
514
514
```
515
- projects/[PROJECT_ID_OR_NUMBER]
516
- workspaces/[HOST_PROJECT_ID_OR_NUMBER]
515
+ projects/[PROJECT_ID_OR_NUMBER]
516
+ workspaces/[HOST_PROJECT_ID_OR_NUMBER]
517
517
```
518
518
519
519
This corresponds to the ``parent`` field
@@ -1103,8 +1103,8 @@ async def sample_list_service_level_objectives():
1103
1103
The formats are:
1104
1104
1105
1105
```
1106
- projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
1107
- workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
1106
+ projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
1107
+ workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
1108
1108
```
1109
1109
1110
1110
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -736,8 +736,8 @@ def sample_list_services():
736
736
or a Monitoring Workspace. The formats are:
737
737
738
738
```
739
- projects/[PROJECT_ID_OR_NUMBER]
740
- workspaces/[HOST_PROJECT_ID_OR_NUMBER]
739
+ projects/[PROJECT_ID_OR_NUMBER]
740
+ workspaces/[HOST_PROJECT_ID_OR_NUMBER]
741
741
```
742
742
743
743
This corresponds to the ``parent`` field
Original file line number Diff line number Diff line change @@ -300,9 +300,9 @@ class ListTimeSeriesRequest(proto.Message):
300
300
format is:
301
301
302
302
```
303
- projects/[PROJECT_ID_OR_NUMBER]
304
- organizations/[ORGANIZATION_ID]
305
- folders/[FOLDER_ID]
303
+ projects/[PROJECT_ID_OR_NUMBER]
304
+ organizations/[ORGANIZATION_ID]
305
+ folders/[FOLDER_ID]
306
306
```
307
307
filter (str):
308
308
Required. A `monitoring
@@ -313,8 +313,8 @@ class ListTimeSeriesRequest(proto.Message):
313
313
For example:
314
314
315
315
```
316
- metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
317
- metric.labels.instance_name = "my-instance-name".
316
+ metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND
317
+ metric.labels.instance_name = "my-instance-name".
318
318
```
319
319
interval (google.cloud.monitoring_v3.types.TimeInterval):
320
320
Required. The time interval for which results
Original file line number Diff line number Diff line change @@ -106,16 +106,16 @@ class ListServicesRequest(proto.Message):
106
106
filter currently supports the following fields:
107
107
108
108
```
109
- - `identifier_case`
110
- - `app_engine.module_id`
111
- - `cloud_endpoints.service` (reserved for future use)
112
- - `mesh_istio.mesh_uid`
113
- - `mesh_istio.service_namespace`
114
- - `mesh_istio.service_name`
115
- - `cluster_istio.location` (deprecated)
116
- - `cluster_istio.cluster_name` (deprecated)
117
- - `cluster_istio.service_namespace` (deprecated)
118
- - `cluster_istio.service_name` (deprecated)
109
+ - `identifier_case`
110
+ - `app_engine.module_id`
111
+ - `cloud_endpoints.service` (reserved for future use)
112
+ - `mesh_istio.mesh_uid`
113
+ - `mesh_istio.service_namespace`
114
+ - `mesh_istio.service_name`
115
+ - `cluster_istio.location` (deprecated)
116
+ - `cluster_istio.cluster_name` (deprecated)
117
+ - `cluster_istio.service_namespace` (deprecated)
118
+ - `cluster_istio.service_name` (deprecated)
119
119
```
120
120
121
121
``identifier_case`` refers to which option in the identifier
Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ class ListSnoozesRequest(proto.Message):
82
82
For example:
83
83
84
84
```
85
- interval.start_time > "2022-03-11T00:00:00-08:00" AND
86
- interval.end_time < "2022-03-12T00:00:00-08:00"
85
+ interval.start_time > "2022-03-11T00:00:00-08:00" AND
86
+ interval.end_time < "2022-03-12T00:00:00-08:00"
87
87
```
88
88
page_size (int):
89
89
Optional. The maximum number of results to return for a
You can’t perform that action at this time.
0 commit comments