Skip to content

Commit 0927c19

Browse files
feat(managedidentities): update the api
#### managedidentities:v1alpha1 The following keys were deleted: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.properties.eligibility.$ref (Total Keys: 1) #### managedidentities:v1beta1 The following keys were deleted: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.properties.eligibility.$ref (Total Keys: 1)
1 parent 5ed935c commit 0927c19

4 files changed

+10
-18
lines changed

docs/dyn/managedidentities_v1alpha1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
134+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values

docs/dyn/managedidentities_v1beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
134+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values

googleapiclient/discovery_cache/documents/managedidentities.v1alpha1.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"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.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
@@ -871,7 +871,7 @@
871871
}
872872
}
873873
},
874-
"revision": "20210324",
874+
"revision": "20210601",
875875
"rootUrl": "https://managedidentities.googleapis.com/",
876876
"schemas": {
877877
"AttachTrustRequest": {
@@ -1257,7 +1257,7 @@
12571257
"description": "Optional. The MaintenanceSettings associated with instance."
12581258
},
12591259
"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)",
12611261
"type": "string"
12621262
},
12631263
"producerMetadata": {
@@ -1476,10 +1476,6 @@
14761476
"description": "SloMetadata contains resources required for proper SLO classification of the instance.",
14771477
"id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata",
14781478
"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-
},
14831479
"exclusions": {
14841480
"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.",
14851481
"items": {
@@ -1496,7 +1492,7 @@
14961492
},
14971493
"perSliEligibility": {
14981494
"$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."
15001496
},
15011497
"tier": {
15021498
"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.",

googleapiclient/discovery_cache/documents/managedidentities.v1beta1.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
"type": "string"
157157
},
158158
"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.",
160160
"format": "int32",
161161
"location": "query",
162162
"type": "integer"
@@ -871,7 +871,7 @@
871871
}
872872
}
873873
},
874-
"revision": "20210324",
874+
"revision": "20210601",
875875
"rootUrl": "https://managedidentities.googleapis.com/",
876876
"schemas": {
877877
"AttachTrustRequest": {
@@ -1266,7 +1266,7 @@
12661266
"description": "Optional. The MaintenanceSettings associated with instance."
12671267
},
12681268
"name": {
1269-
"description": "Unique name of the resource. It uses the form: `projects/{project_id}/locations/{location_id}/instances/{instance_id}`",
1269+
"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)",
12701270
"type": "string"
12711271
},
12721272
"producerMetadata": {
@@ -1485,10 +1485,6 @@
14851485
"description": "SloMetadata contains resources required for proper SLO classification of the instance.",
14861486
"id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata",
14871487
"properties": {
1488-
"eligibility": {
1489-
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility",
1490-
"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."
1491-
},
14921488
"exclusions": {
14931489
"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.",
14941490
"items": {
@@ -1505,7 +1501,7 @@
15051501
},
15061502
"perSliEligibility": {
15071503
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
1508-
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. Exactly one of 'eligibility' and 'per_sli_eligibility' fields must be used."
1504+
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs."
15091505
},
15101506
"tier": {
15111507
"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

Comments
 (0)