Skip to content

Commit 11e0787

Browse files
chore(compute): update the api
1 parent 3e1942d commit 11e0787

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

googleapiclient/discovery_cache/documents/compute.alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37874,7 +37874,7 @@
3787437874
}
3787537875
}
3787637876
},
37877-
"revision": "20210907",
37877+
"revision": "20210916",
3787837878
"rootUrl": "https://compute.googleapis.com/",
3787937879
"schemas": {
3788037880
"AcceleratorConfig": {

googleapiclient/discovery_cache/documents/compute.beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32511,7 +32511,7 @@
3251132511
}
3251232512
}
3251332513
},
32514-
"revision": "20210907",
32514+
"revision": "20210916",
3251532515
"rootUrl": "https://compute.googleapis.com/",
3251632516
"schemas": {
3251732517
"AcceleratorConfig": {
@@ -35060,13 +35060,15 @@
3506035060
"description": "Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.",
3506135061
"enum": [
3506235062
"EXTERNAL",
35063+
"EXTERNAL_MANAGED",
3506335064
"INTERNAL",
3506435065
"INTERNAL_MANAGED",
3506535066
"INTERNAL_SELF_MANAGED",
3506635067
"INVALID_LOAD_BALANCING_SCHEME"
3506735068
],
3506835069
"enumDescriptions": [
3506935070
"Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing",
35071+
"Signifies that this will be used for External Managed HTTP(S), SSL Proxy, or TCP Proxy Load Balancing.",
3507035072
"Signifies that this will be used for Internal TCP/UDP Load Balancing.",
3507135073
"Signifies that this will be used for Internal HTTP(S) Load Balancing.",
3507235074
"Signifies that this will be used by Traffic Director.",
@@ -39257,6 +39259,7 @@
3925739259
"description": "Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.",
3925839260
"enum": [
3925939261
"EXTERNAL",
39262+
"EXTERNAL_MANAGED",
3926039263
"INTERNAL",
3926139264
"INTERNAL_MANAGED",
3926239265
"INTERNAL_SELF_MANAGED",
@@ -39267,6 +39270,7 @@
3926739270
"",
3926839271
"",
3926939272
"",
39273+
"",
3927039274
""
3927139275
],
3927239276
"type": "string"

googleapiclient/discovery_cache/documents/compute.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28278,7 +28278,7 @@
2827828278
}
2827928279
}
2828028280
},
28281-
"revision": "20210907",
28281+
"revision": "20210916",
2828228282
"rootUrl": "https://compute.googleapis.com/",
2828328283
"schemas": {
2828428284
"AcceleratorConfig": {

0 commit comments

Comments
 (0)