@@ -315,6 +315,7 @@ <h3>Method Details</h3>
315
315
"versionUrl": "A String", # Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
316
316
"vm": True or False, # Whether to deploy this version in a container on a virtual machine.
317
317
"vpcAccessConnector": { # VPC access connector specification. # Enables VPC connectivity for standard apps.
318
+ "egressSetting": "A String", # The egress setting for the connector, controlling what traffic is diverted through it.
318
319
"name": "A String", # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
319
320
},
320
321
"zones": [ # The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
@@ -607,6 +608,7 @@ <h3>Method Details</h3>
607
608
"versionUrl": "A String", # Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
608
609
"vm": True or False, # Whether to deploy this version in a container on a virtual machine.
609
610
"vpcAccessConnector": { # VPC access connector specification. # Enables VPC connectivity for standard apps.
611
+ "egressSetting": "A String", # The egress setting for the connector, controlling what traffic is diverted through it.
610
612
"name": "A String", # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
611
613
},
612
614
"zones": [ # The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
@@ -838,6 +840,7 @@ <h3>Method Details</h3>
838
840
"versionUrl": "A String", # Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
839
841
"vm": True or False, # Whether to deploy this version in a container on a virtual machine.
840
842
"vpcAccessConnector": { # VPC access connector specification. # Enables VPC connectivity for standard apps.
843
+ "egressSetting": "A String", # The egress setting for the connector, controlling what traffic is diverted through it.
841
844
"name": "A String", # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
842
845
},
843
846
"zones": [ # The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
@@ -1072,6 +1075,7 @@ <h3>Method Details</h3>
1072
1075
"versionUrl": "A String", # Serving URL for this version. Example: "https://myversion-dot-myservice-dot-myapp.appspot.com"@OutputOnly
1073
1076
"vm": True or False, # Whether to deploy this version in a container on a virtual machine.
1074
1077
"vpcAccessConnector": { # VPC access connector specification. # Enables VPC connectivity for standard apps.
1078
+ "egressSetting": "A String", # The egress setting for the connector, controlling what traffic is diverted through it.
1075
1079
"name": "A String", # Full Serverless VPC Access Connector name e.g. /projects/my-project/locations/us-central1/connectors/c1.
1076
1080
},
1077
1081
"zones": [ # The Google Compute Engine zones that are supported by this version in the App Engine flexible environment. Deprecated.
0 commit comments