|
830 | 830 | }
|
831 | 831 | }
|
832 | 832 | },
|
833 |
| - "revision": "20240712", |
| 833 | + "revision": "20240823", |
834 | 834 | "rootUrl": "https://servicemanagement.googleapis.com/",
|
835 | 835 | "schemas": {
|
836 | 836 | "Advice": {
|
|
1775 | 1775 | },
|
1776 | 1776 | "type": "object"
|
1777 | 1777 | },
|
| 1778 | + "ExperimentalFeatures": { |
| 1779 | + "description": "Experimental features to be included during client library generation. These fields will be deprecated once the feature graduates and is enabled by default.", |
| 1780 | + "id": "ExperimentalFeatures", |
| 1781 | + "properties": { |
| 1782 | + "restAsyncIoEnabled": { |
| 1783 | + "description": "Enables generation of asynchronous REST clients if `rest` transport is enabled. By default, asynchronous REST clients will not be generated. This feature will be enabled by default 1 month after launching the feature in preview packages.", |
| 1784 | + "type": "boolean" |
| 1785 | + } |
| 1786 | + }, |
| 1787 | + "type": "object" |
| 1788 | + }, |
1778 | 1789 | "Expr": {
|
1779 | 1790 | "description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
|
1780 | 1791 | "id": "Expr",
|
|
2578 | 2589 | "description": "The sampling period of metric data points. For metrics which are written periodically, consecutive data points are stored at this time interval, excluding data loss due to errors. Metrics with a higher granularity have a smaller sampling period.",
|
2579 | 2590 | "format": "google-duration",
|
2580 | 2591 | "type": "string"
|
| 2592 | + }, |
| 2593 | + "timeSeriesResourceHierarchyLevel": { |
| 2594 | + "description": "The scope of the timeseries data of the metric.", |
| 2595 | + "items": { |
| 2596 | + "enum": [ |
| 2597 | + "TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED", |
| 2598 | + "PROJECT", |
| 2599 | + "ORGANIZATION", |
| 2600 | + "FOLDER" |
| 2601 | + ], |
| 2602 | + "enumDescriptions": [ |
| 2603 | + "Do not use this default value.", |
| 2604 | + "Scopes a metric to a project.", |
| 2605 | + "Scopes a metric to an organization.", |
| 2606 | + "Scopes a metric to a folder." |
| 2607 | + ], |
| 2608 | + "type": "string" |
| 2609 | + }, |
| 2610 | + "type": "array" |
2581 | 2611 | }
|
2582 | 2612 | },
|
2583 | 2613 | "type": "object"
|
|
2982 | 3012 | "common": {
|
2983 | 3013 | "$ref": "CommonLanguageSettings",
|
2984 | 3014 | "description": "Some settings."
|
| 3015 | + }, |
| 3016 | + "experimentalFeatures": { |
| 3017 | + "$ref": "ExperimentalFeatures", |
| 3018 | + "description": "Experimental features to be included during client library generation." |
2985 | 3019 | }
|
2986 | 3020 | },
|
2987 | 3021 | "type": "object"
|
|
0 commit comments