Skip to content

Commit 665ce5b

Browse files
feat(memcache): update the api
#### memcache:v1 The following keys were deleted: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.properties.eligibility.$ref (Total Keys: 1) #### memcache:v1beta2 The following keys were deleted: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.properties.eligibility.$ref (Total Keys: 1)
1 parent 8f84453 commit 665ce5b

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

googleapiclient/discovery_cache/documents/memcache.v1.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
}
529529
}
530530
},
531-
"revision": "20210608",
531+
"revision": "20210615",
532532
"rootUrl": "https://memcache.googleapis.com/",
533533
"schemas": {
534534
"ApplyParametersRequest": {
@@ -940,10 +940,6 @@
940940
"description": "SloMetadata contains resources required for proper SLO classification of the instance.",
941941
"id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata",
942942
"properties": {
943-
"eligibility": {
944-
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility",
945-
"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."
946-
},
947943
"exclusions": {
948944
"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.",
949945
"items": {
@@ -960,7 +956,7 @@
960956
},
961957
"perSliEligibility": {
962958
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
963-
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. Exactly one of 'eligibility' and 'per_sli_eligibility' fields must be used."
959+
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs."
964960
},
965961
"tier": {
966962
"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/memcache.v1beta2.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
}
557557
}
558558
},
559-
"revision": "20210608",
559+
"revision": "20210615",
560560
"rootUrl": "https://memcache.googleapis.com/",
561561
"schemas": {
562562
"ApplyParametersRequest": {
@@ -986,10 +986,6 @@
986986
"description": "SloMetadata contains resources required for proper SLO classification of the instance.",
987987
"id": "GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata",
988988
"properties": {
989-
"eligibility": {
990-
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility",
991-
"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."
992-
},
993989
"exclusions": {
994990
"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.",
995991
"items": {
@@ -1006,7 +1002,7 @@
10061002
},
10071003
"perSliEligibility": {
10081004
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
1009-
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs. Exactly one of 'eligibility' and 'per_sli_eligibility' fields must be used."
1005+
"description": "Optional. Multiple per-instance SLI eligibilities which apply for individual SLIs."
10101006
},
10111007
"tier": {
10121008
"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)