Skip to content

Commit eb7a571

Browse files
feat(appengine): update the api
#### appengine:v1beta The following keys were added: - schemas.Network.properties.instanceIpMode.type (Total Keys: 1)
1 parent ab64dfe commit eb7a571

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

docs/dyn/appengine_v1beta.apps.services.versions.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ <h3>Method Details</h3>
290290
&quot;forwardedPorts&quot;: [ # List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
291291
&quot;A String&quot;,
292292
],
293+
&quot;instanceIpMode&quot;: &quot;A String&quot;, # The IP mode for instances. Only applicable in the App Engine flexible environment.
293294
&quot;instanceTag&quot;: &quot;A String&quot;, # Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
294295
&quot;name&quot;: &quot;A String&quot;, # Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
295296
&quot;sessionAffinity&quot;: True or False, # Enable session affinity. Only applicable in the App Engine flexible environment.
@@ -596,6 +597,7 @@ <h3>Method Details</h3>
596597
&quot;forwardedPorts&quot;: [ # List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
597598
&quot;A String&quot;,
598599
],
600+
&quot;instanceIpMode&quot;: &quot;A String&quot;, # The IP mode for instances. Only applicable in the App Engine flexible environment.
599601
&quot;instanceTag&quot;: &quot;A String&quot;, # Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
600602
&quot;name&quot;: &quot;A String&quot;, # Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
601603
&quot;sessionAffinity&quot;: True or False, # Enable session affinity. Only applicable in the App Engine flexible environment.
@@ -841,6 +843,7 @@ <h3>Method Details</h3>
841843
&quot;forwardedPorts&quot;: [ # List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
842844
&quot;A String&quot;,
843845
],
846+
&quot;instanceIpMode&quot;: &quot;A String&quot;, # The IP mode for instances. Only applicable in the App Engine flexible environment.
844847
&quot;instanceTag&quot;: &quot;A String&quot;, # Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
845848
&quot;name&quot;: &quot;A String&quot;, # Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
846849
&quot;sessionAffinity&quot;: True or False, # Enable session affinity. Only applicable in the App Engine flexible environment.
@@ -1089,6 +1092,7 @@ <h3>Method Details</h3>
10891092
&quot;forwardedPorts&quot;: [ # List of ports, or port pairs, to forward from the virtual machine to the application container. Only applicable in the App Engine flexible environment.
10901093
&quot;A String&quot;,
10911094
],
1095+
&quot;instanceIpMode&quot;: &quot;A String&quot;, # The IP mode for instances. Only applicable in the App Engine flexible environment.
10921096
&quot;instanceTag&quot;: &quot;A String&quot;, # Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.
10931097
&quot;name&quot;: &quot;A String&quot;, # Google Compute Engine network where the virtual machines are created. Specify the short name, not the resource path.Defaults to default.
10941098
&quot;sessionAffinity&quot;: True or False, # Enable session affinity. Only applicable in the App Engine flexible environment.

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210715",
1598+
"revision": "20210721",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
}
710710
}
711711
},
712-
"revision": "20210715",
712+
"revision": "20210721",
713713
"rootUrl": "https://appengine.googleapis.com/",
714714
"schemas": {
715715
"AuthorizedCertificate": {

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20210715",
1598+
"revision": "20210721",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -2859,6 +2859,20 @@
28592859
},
28602860
"type": "array"
28612861
},
2862+
"instanceIpMode": {
2863+
"description": "The IP mode for instances. Only applicable in the App Engine flexible environment.",
2864+
"enum": [
2865+
"INSTANCE_IP_MODE_UNSPECIFIED",
2866+
"EXTERNAL",
2867+
"INTERNAL"
2868+
],
2869+
"enumDescriptions": [
2870+
"Unspecified should be treated as EXTERNAL",
2871+
"VMs should be created with external and internal IPs",
2872+
"VMs should be created with internal IPs only"
2873+
],
2874+
"type": "string"
2875+
},
28622876
"instanceTag": {
28632877
"description": "Tag to apply to the instance during creation. Only applicable in the App Engine flexible environment.",
28642878
"type": "string"

0 commit comments

Comments
 (0)