You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### monitoring:v1
The following keys were added:
- schemas.OperationMetadata (Total Keys: 7)
#### monitoring:v3
The following keys were added:
- schemas.OperationMetadata (Total Keys: 7)
- schemas.ServiceLevelObjective.properties.userLabels (Total Keys: 2)
Copy file name to clipboardExpand all lines: docs/dyn/monitoring_v3.services.serviceLevelObjectives.html
+18
Original file line number
Diff line number
Diff line change
@@ -199,6 +199,9 @@ <h3>Method Details</h3>
199
199
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
200
200
},
201
201
},
202
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
203
+
"a_key": "A String",
204
+
},
202
205
}
203
206
204
207
serviceLevelObjectiveId: string, Optional. The ServiceLevelObjective id to use for this ServiceLevelObjective. If omitted, an id will be generated instead. Must match the pattern [a-z0-9\-]+
@@ -299,6 +302,9 @@ <h3>Method Details</h3>
299
302
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
300
303
},
301
304
},
305
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
306
+
"a_key": "A String",
307
+
},
302
308
}</pre>
303
309
</div>
304
310
@@ -428,6 +434,9 @@ <h3>Method Details</h3>
428
434
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
429
435
},
430
436
},
437
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
438
+
"a_key": "A String",
439
+
},
431
440
}</pre>
432
441
</div>
433
442
@@ -545,6 +554,9 @@ <h3>Method Details</h3>
545
554
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
546
555
},
547
556
},
557
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
558
+
"a_key": "A String",
559
+
},
548
560
},
549
561
],
550
562
}</pre>
@@ -662,6 +674,9 @@ <h3>Method Details</h3>
662
674
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
663
675
},
664
676
},
677
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
678
+
"a_key": "A String",
679
+
},
665
680
}
666
681
667
682
updateMask: string, A set of field paths defining which fields to use for the update.
@@ -762,6 +777,9 @@ <h3>Method Details</h3>
762
777
"windowPeriod": "A String", # Duration over which window quality is evaluated. Must be an integer fraction of a day and at least 60s.
763
778
},
764
779
},
780
+
"userLabels": { # Labels which have been used to annotate the service-level objective. 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.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/monitoring.v3.json
+43-1
Original file line number
Diff line number
Diff line change
@@ -2541,7 +2541,7 @@
2541
2541
}
2542
2542
}
2543
2543
},
2544
-
"revision": "20210606",
2544
+
"revision": "20210618",
2545
2545
"rootUrl": "https://monitoring.googleapis.com/",
2546
2546
"schemas": {
2547
2547
"Aggregation": {
@@ -4453,6 +4453,41 @@
4453
4453
},
4454
4454
"type": "object"
4455
4455
},
4456
+
"OperationMetadata": {
4457
+
"description": "Contains metadata for longrunning operation for the edit Metrics Scope endpoints.",
4458
+
"id": "OperationMetadata",
4459
+
"properties": {
4460
+
"createTime": {
4461
+
"description": "The time when the batch request was received.",
4462
+
"format": "google-datetime",
4463
+
"type": "string"
4464
+
},
4465
+
"state": {
4466
+
"description": "Current state of the batch operation.",
4467
+
"enum": [
4468
+
"STATE_UNSPECIFIED",
4469
+
"CREATED",
4470
+
"RUNNING",
4471
+
"DONE",
4472
+
"CANCELLED"
4473
+
],
4474
+
"enumDescriptions": [
4475
+
"Invalid.",
4476
+
"Request has been received.",
4477
+
"Request is actively being processed.",
4478
+
"The batch processing is done.",
4479
+
"The batch processing was cancelled."
4480
+
],
4481
+
"type": "string"
4482
+
},
4483
+
"updateTime": {
4484
+
"description": "The time when the operation result was last updated.",
4485
+
"format": "google-datetime",
4486
+
"type": "string"
4487
+
}
4488
+
},
4489
+
"type": "object"
4490
+
},
4456
4491
"Option": {
4457
4492
"description": "A protocol buffer option, which can be attached to a message, field, enumeration, etc.",
4458
4493
"id": "Option",
@@ -4748,6 +4783,13 @@
4748
4783
"serviceLevelIndicator": {
4749
4784
"$ref": "ServiceLevelIndicator",
4750
4785
"description": "The definition of good service, used to measure and calculate the quality of the Service's performance with respect to a single aspect of service quality."
4786
+
},
4787
+
"userLabels": {
4788
+
"additionalProperties": {
4789
+
"type": "string"
4790
+
},
4791
+
"description": "Labels which have been used to annotate the service-level objective. 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.",
0 commit comments