Skip to content

Commit 5c076bc

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.Version.properties.appEngineApis.type (Total Keys: 1)
1 parent fb58105 commit 5c076bc

9 files changed

+22
-14
lines changed

docs/dyn/appengine_v1.apps.authorizedCertificates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h3>Method Details</h3>
178178
Returns:
179179
An object of the form:
180180

181-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
181+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
182182
}</pre>
183183
</div>
184184

docs/dyn/appengine_v1.apps.firewall.ingressRules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3>Method Details</h3>
191191
Returns:
192192
An object of the form:
193193

194-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
194+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
195195
}</pre>
196196
</div>
197197

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ <h3>Method Details</h3>
124124
&quot;securityLevel&quot;: &quot;A String&quot;, # Security (HTTPS) enforcement for this URL.
125125
&quot;url&quot;: &quot;A String&quot;, # URL to serve the endpoint at.
126126
},
127+
&quot;appEngineApis&quot;: True or False, # app_engine_apis allows second generation runtimes to access the App Engine APIs.
127128
&quot;automaticScaling&quot;: { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
128129
&quot;coolDownPeriod&quot;: &quot;A String&quot;, # The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
129130
&quot;cpuUtilization&quot;: { # Target scaling by CPU usage. # Target scaling by CPU usage.
@@ -417,6 +418,7 @@ <h3>Method Details</h3>
417418
&quot;securityLevel&quot;: &quot;A String&quot;, # Security (HTTPS) enforcement for this URL.
418419
&quot;url&quot;: &quot;A String&quot;, # URL to serve the endpoint at.
419420
},
421+
&quot;appEngineApis&quot;: True or False, # app_engine_apis allows second generation runtimes to access the App Engine APIs.
420422
&quot;automaticScaling&quot;: { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
421423
&quot;coolDownPeriod&quot;: &quot;A String&quot;, # The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
422424
&quot;cpuUtilization&quot;: { # Target scaling by CPU usage. # Target scaling by CPU usage.
@@ -649,6 +651,7 @@ <h3>Method Details</h3>
649651
&quot;securityLevel&quot;: &quot;A String&quot;, # Security (HTTPS) enforcement for this URL.
650652
&quot;url&quot;: &quot;A String&quot;, # URL to serve the endpoint at.
651653
},
654+
&quot;appEngineApis&quot;: True or False, # app_engine_apis allows second generation runtimes to access the App Engine APIs.
652655
&quot;automaticScaling&quot;: { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
653656
&quot;coolDownPeriod&quot;: &quot;A String&quot;, # The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
654657
&quot;cpuUtilization&quot;: { # Target scaling by CPU usage. # Target scaling by CPU usage.
@@ -884,6 +887,7 @@ <h3>Method Details</h3>
884887
&quot;securityLevel&quot;: &quot;A String&quot;, # Security (HTTPS) enforcement for this URL.
885888
&quot;url&quot;: &quot;A String&quot;, # URL to serve the endpoint at.
886889
},
890+
&quot;appEngineApis&quot;: True or False, # app_engine_apis allows second generation runtimes to access the App Engine APIs.
887891
&quot;automaticScaling&quot;: { # Automatic scaling is based on request rate, response latencies, and other application metrics. # Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic.
888892
&quot;coolDownPeriod&quot;: &quot;A String&quot;, # The time period that the Autoscaler (https://cloud.google.com/compute/docs/autoscaler/) should wait before it starts collecting information from a new instance. This prevents the autoscaler from collecting information when the instance is initializing, during which the collected usage would not be reliable. Only applicable in the App Engine flexible environment.
889893
&quot;cpuUtilization&quot;: { # Target scaling by CPU usage. # Target scaling by CPU usage.

docs/dyn/appengine_v1alpha.apps.authorizedCertificates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h3>Method Details</h3>
178178
Returns:
179179
An object of the form:
180180

181-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
181+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
182182
}</pre>
183183
</div>
184184

docs/dyn/appengine_v1beta.apps.authorizedCertificates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h3>Method Details</h3>
178178
Returns:
179179
An object of the form:
180180

181-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
181+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
182182
}</pre>
183183
</div>
184184

docs/dyn/appengine_v1beta.apps.firewall.ingressRules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h3>Method Details</h3>
191191
Returns:
192192
An object of the form:
193193

194-
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
194+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
195195
}</pre>
196196
</div>
197197

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20220316",
1598+
"revision": "20220326",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -2127,7 +2127,7 @@
21272127
"type": "object"
21282128
},
21292129
"Empty": {
2130-
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.",
2130+
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
21312131
"id": "Empty",
21322132
"properties": {},
21332133
"type": "object"
@@ -3482,6 +3482,10 @@
34823482
"$ref": "ApiConfigHandler",
34833483
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set."
34843484
},
3485+
"appEngineApis": {
3486+
"description": "app_engine_apis allows second generation runtimes to access the App Engine APIs.",
3487+
"type": "boolean"
3488+
},
34853489
"automaticScaling": {
34863490
"$ref": "AutomaticScaling",
34873491
"description": "Automatic scaling is based on request rate, response latencies, and other application metrics. Instances are dynamically created and destroyed as needed in order to handle traffic."

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20220316",
890+
"revision": "20220326",
891891
"rootUrl": "https://appengine.googleapis.com/",
892892
"schemas": {
893893
"AuthorizedCertificate": {
@@ -1031,7 +1031,7 @@
10311031
"type": "object"
10321032
},
10331033
"Empty": {
1034-
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.",
1034+
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
10351035
"id": "Empty",
10361036
"properties": {},
10371037
"type": "object"

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@
15951595
}
15961596
}
15971597
},
1598-
"revision": "20220316",
1598+
"revision": "20220326",
15991599
"rootUrl": "https://appengine.googleapis.com/",
16001600
"schemas": {
16011601
"ApiConfigHandler": {
@@ -2178,7 +2178,7 @@
21782178
"type": "object"
21792179
},
21802180
"Empty": {
2181-
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.",
2181+
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } ",
21822182
"id": "Empty",
21832183
"properties": {},
21842184
"type": "object"
@@ -2871,9 +2871,9 @@
28712871
"INTERNAL"
28722872
],
28732873
"enumDescriptions": [
2874-
"Unspecified should be treated as EXTERNAL",
2875-
"VMs should be created with external and internal IPs",
2876-
"VMs should be created with internal IPs only"
2874+
"Unspecified is treated as EXTERNAL.",
2875+
"Instances are created with both internal and external IP addresses.",
2876+
"Instances are created with internal IP addresses only."
28772877
],
28782878
"type": "string"
28792879
},

0 commit comments

Comments
 (0)