Skip to content

Commit 17dc001

Browse files
feat(memcache): update the api
#### memcache:v1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.properties.perSliEligibility.$ref (Total Keys: 1) #### memcache:v1beta2 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.properties.perSliEligibility.$ref (Total Keys: 1)
1 parent 863cff0 commit 17dc001

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

googleapiclient/discovery_cache/documents/memcache.v1.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@
528528
}
529529
}
530530
},
531-
"revision": "20210629",
531+
"revision": "20210707",
532532
"rootUrl": "https://memcache.googleapis.com/",
533533
"schemas": {
534534
"ApplyParametersRequest": {
@@ -863,6 +863,10 @@
863863
"nodeId": {
864864
"description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
865865
"type": "string"
866+
},
867+
"perSliEligibility": {
868+
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
869+
"description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."
866870
}
867871
},
868872
"type": "object"

googleapiclient/discovery_cache/documents/memcache.v1beta2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
}
557557
}
558558
},
559-
"revision": "20210629",
559+
"revision": "20210707",
560560
"rootUrl": "https://memcache.googleapis.com/",
561561
"schemas": {
562562
"ApplyParametersRequest": {
@@ -909,6 +909,10 @@
909909
"nodeId": {
910910
"description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
911911
"type": "string"
912+
},
913+
"perSliEligibility": {
914+
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
915+
"description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."
912916
}
913917
},
914918
"type": "object"

0 commit comments

Comments
 (0)