|
156 | 156 | "type": "string"
|
157 | 157 | },
|
158 | 158 | "pageSize": {
|
159 |
| - "description": "The maximum number of results to return. If not set, the service will select a default.", |
| 159 | + "description": "The maximum number of results to return. If not set, the service selects a default.", |
160 | 160 | "format": "int32",
|
161 | 161 | "location": "query",
|
162 | 162 | "type": "integer"
|
|
871 | 871 | }
|
872 | 872 | }
|
873 | 873 | },
|
874 |
| - "revision": "20210324", |
| 874 | + "revision": "20210601", |
875 | 875 | "rootUrl": "https://managedidentities.googleapis.com/",
|
876 | 876 | "schemas": {
|
877 | 877 | "AttachTrustRequest": {
|
|
1257 | 1257 | "description": "Optional. The MaintenanceSettings associated with instance."
|
1258 | 1258 | },
|
1259 | 1259 | "name": {
|
1260 |
| - "description": "Unique name of the resource. It uses the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}`", |
| 1260 | + "description": "Unique name of the resource. It uses the form: `projects/{project_id|project_number}/locations/{location_id}/instances/{instance_id}` Note: Either project_id or project_number can be used, but keep it consistent with other APIs (e.g. RescheduleUpdate)", |
1261 | 1261 | "type": "string"
|
1262 | 1262 | },
|
1263 | 1263 | "producerMetadata": {
|
|
1476 | 1476 | "description": "SloMetadata contains resources required for proper SLO classification of the instance.",
|
1477 | 1477 | "id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata",
|
1478 | 1478 | "properties": {
|
1479 |
| - "eligibility": { |
1480 |
| - "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility", |
1481 |
| - "description": "Optional. Global per-instance SLI eligibility which applies to all defined SLIs. Exactly one of 'eligibility' and 'per_sli_eligibility' fields must be used." |
1482 |
| - }, |
1483 | 1479 | "exclusions": {
|
1484 | 1480 | "description": "List of SLO exclusion windows. When multiple entries in the list match (matching the exclusion time-window against current time point) the exclusion reason used in the first matching entry will be published. It is not needed to include expired exclusion in this list, as only the currently applicable exclusions are taken into account by the eligibility exporting subsystem (the historical state of exclusions will be reflected in the historically produced timeseries regardless of the current state). This field can be used to mark the instance as temporary ineligible for the purpose of SLO calculation. For permanent instance SLO exclusion, use of custom instance eligibility is recommended. See 'eligibility' field below.",
|
1485 | 1481 | "items": {
|
|
1496 | 1492 | },
|
1497 | 1493 | "perSliEligibility": {
|
1498 | 1494 | "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
|
1499 |
| - "description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. Exactly one of 'eligibility' and 'per_sli_eligibility' fields must be used." |
| 1495 | + "description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs." |
1500 | 1496 | },
|
1501 | 1497 | "tier": {
|
1502 | 1498 | "description": "Name of the SLO tier the Instance belongs to. This name will be expected to match the tiers specified in the service SLO configuration. Field is mandatory and must not be empty.",
|
|
0 commit comments