Skip to content

Commit

Permalink
feat(memcache): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 13, 2021
1 parent 863cff0 commit 17dc001
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/memcache.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
}
}
},
"revision": "20210629",
"revision": "20210707",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -863,6 +863,10 @@
"nodeId": {
"description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
"type": "string"
},
"perSliEligibility": {
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
"description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
}
}
},
"revision": "20210629",
"revision": "20210707",
"rootUrl": "https://memcache.googleapis.com/",
"schemas": {
"ApplyParametersRequest": {
Expand Down Expand Up @@ -909,6 +909,10 @@
"nodeId": {
"description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
"type": "string"
},
"perSliEligibility": {
"$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility",
"description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs."
}
},
"type": "object"
Expand Down

0 comments on commit 17dc001

Please sign in to comment.