Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 83da6c9

Browse files
committedJan 17, 2023
feat(appengine): update the api
#### appengine:v1 The following keys were added: - resources.projects.resources.locations.resources.applications.methods.get (Total Keys: 16)
1 parent ae317af commit 83da6c9

7 files changed

+380
-3
lines changed
 

‎docs/dyn/appengine_v1.html

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the apps Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="appengine_v1.projects.html">projects()</a></code>
84+
</p>
85+
<p class="firstline">Returns the projects Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#close">close()</a></code></p>
8489
<p class="firstline">Close httplib2 connections.</p>

‎docs/dyn/appengine_v1.projects.html

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="appengine_v1.html">App Engine Admin API</a> . <a href="appengine_v1.projects.html">projects</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="appengine_v1.projects.locations.html">locations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the locations Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="appengine_v1.html">App Engine Admin API</a> . <a href="appengine_v1.projects.html">projects</a> . <a href="appengine_v1.projects.locations.html">locations</a> . <a href="appengine_v1.projects.locations.applications.html">applications</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(projectsId, locationsId, applicationsId, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets information about an application.</p>
83+
<h3>Method Details</h3>
84+
<div class="method">
85+
<code class="details" id="close">close()</code>
86+
<pre>Close httplib2 connections.</pre>
87+
</div>
88+
89+
<div class="method">
90+
<code class="details" id="get">get(projectsId, locationsId, applicationsId, x__xgafv=None)</code>
91+
<pre>Gets information about an application.
92+
93+
Args:
94+
projectsId: string, Part of `name`. Name of the Application resource to get. Example: apps/myapp. (required)
95+
locationsId: string, Part of `name`. See documentation of `projectsId`. (required)
96+
applicationsId: string, Part of `name`. See documentation of `projectsId`. (required)
97+
x__xgafv: string, V1 error format.
98+
Allowed values
99+
1 - v1 error format
100+
2 - v2 error format
101+
102+
Returns:
103+
An object of the form:
104+
105+
{ # An Application resource contains the top-level configuration of an App Engine application.
106+
&quot;authDomain&quot;: &quot;A String&quot;, # Google Apps authentication domain that controls which users can access this application.Defaults to open access for any Google Account.
107+
&quot;codeBucket&quot;: &quot;A String&quot;, # Google Cloud Storage bucket that can be used for storing files associated with this application. This bucket is associated with the application and can be used by the gcloud deployment commands.@OutputOnly
108+
&quot;databaseType&quot;: &quot;A String&quot;, # The type of the Cloud Firestore or Cloud Datastore database associated with this application.
109+
&quot;defaultBucket&quot;: &quot;A String&quot;, # Google Cloud Storage bucket that can be used by this application to store content.@OutputOnly
110+
&quot;defaultCookieExpiration&quot;: &quot;A String&quot;, # Cookie expiration policy for this application.
111+
&quot;defaultHostname&quot;: &quot;A String&quot;, # Hostname used to reach this application, as resolved by App Engine.@OutputOnly
112+
&quot;dispatchRules&quot;: [ # HTTP path dispatch rules for requests to the application that do not explicitly target a service or version. Rules are order-dependent. Up to 20 dispatch rules can be supported.
113+
{ # Rules to match an HTTP request and dispatch that request to a service.
114+
&quot;domain&quot;: &quot;A String&quot;, # Domain name to match against. The wildcard &quot;*&quot; is supported if specified before a period: &quot;*.&quot;.Defaults to matching all domains: &quot;*&quot;.
115+
&quot;path&quot;: &quot;A String&quot;, # Pathname within the host. Must start with a &quot;/&quot;. A single &quot;*&quot; can be included at the end of the path.The sum of the lengths of the domain and path may not exceed 100 characters.
116+
&quot;service&quot;: &quot;A String&quot;, # Resource ID of a service in this application that should serve the matched request. The service must already exist. Example: default.
117+
},
118+
],
119+
&quot;featureSettings&quot;: { # The feature specific settings to be used in the application. These define behaviors that are user configurable. # The feature specific settings to be used in the application.
120+
&quot;splitHealthChecks&quot;: True or False, # Boolean value indicating if split health checks should be used instead of the legacy health checks. At an app.yaml level, this means defaulting to &#x27;readiness_check&#x27; and &#x27;liveness_check&#x27; values instead of &#x27;health_check&#x27; ones. Once the legacy &#x27;health_check&#x27; behavior is deprecated, and this value is always true, this setting can be removed.
121+
&quot;useContainerOptimizedOs&quot;: True or False, # If true, use Container-Optimized OS (https://cloud.google.com/container-optimized-os/) base image for VMs, rather than a base Debian image.
122+
},
123+
&quot;gcrDomain&quot;: &quot;A String&quot;, # The Google Container Registry domain used for storing managed build docker images for this application.
124+
&quot;iap&quot;: { # Identity-Aware Proxy
125+
&quot;enabled&quot;: True or False, # Whether the serving infrastructure will authenticate and authorize all incoming requests.If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.
126+
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # OAuth2 client ID to use for the authentication flow.
127+
&quot;oauth2ClientSecret&quot;: &quot;A String&quot;, # OAuth2 client secret to use for the authentication flow.For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2_client_secret_sha256 field.@InputOnly
128+
&quot;oauth2ClientSecretSha256&quot;: &quot;A String&quot;, # Hex-encoded SHA-256 hash of the client secret.@OutputOnly
129+
},
130+
&quot;id&quot;: &quot;A String&quot;, # Identifier of the Application resource. This identifier is equivalent to the project ID of the Google Cloud Platform project where you want to deploy your application. Example: myapp.
131+
&quot;locationId&quot;: &quot;A String&quot;, # Location from which this application runs. Application instances run out of the data centers in the specified location, which is also where all of the application&#x27;s end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
132+
&quot;name&quot;: &quot;A String&quot;, # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
133+
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
134+
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
135+
}</pre>
136+
</div>
137+
138+
</body></html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="appengine_v1.html">App Engine Admin API</a> . <a href="appengine_v1.projects.html">projects</a> . <a href="appengine_v1.projects.locations.html">locations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="appengine_v1.projects.locations.applications.html">applications()</a></code>
79+
</p>
80+
<p class="firstline">Returns the applications Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

‎googleapiclient/discovery_cache/documents/appengine.v1.json

+53-1
Original file line numberDiff line numberDiff line change
@@ -1593,9 +1593,61 @@
15931593
}
15941594
}
15951595
}
1596+
},
1597+
"projects": {
1598+
"resources": {
1599+
"locations": {
1600+
"resources": {
1601+
"applications": {
1602+
"methods": {
1603+
"get": {
1604+
"description": "Gets information about an application.",
1605+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
1606+
"httpMethod": "GET",
1607+
"id": "appengine.projects.locations.applications.get",
1608+
"parameterOrder": [
1609+
"projectsId",
1610+
"locationsId",
1611+
"applicationsId"
1612+
],
1613+
"parameters": {
1614+
"applicationsId": {
1615+
"description": "Part of `name`. See documentation of `projectsId`.",
1616+
"location": "path",
1617+
"required": true,
1618+
"type": "string"
1619+
},
1620+
"locationsId": {
1621+
"description": "Part of `name`. See documentation of `projectsId`.",
1622+
"location": "path",
1623+
"required": true,
1624+
"type": "string"
1625+
},
1626+
"projectsId": {
1627+
"description": "Part of `name`. Name of the Application resource to get. Example: apps/myapp.",
1628+
"location": "path",
1629+
"required": true,
1630+
"type": "string"
1631+
}
1632+
},
1633+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
1634+
"response": {
1635+
"$ref": "Application"
1636+
},
1637+
"scopes": [
1638+
"https://www.googleapis.com/auth/appengine.admin",
1639+
"https://www.googleapis.com/auth/cloud-platform",
1640+
"https://www.googleapis.com/auth/cloud-platform.read-only"
1641+
]
1642+
}
1643+
}
1644+
}
1645+
}
1646+
}
1647+
}
15961648
}
15971649
},
1598-
"revision": "20221212",
1650+
"revision": "20230109",
15991651
"rootUrl": "https://appengine.googleapis.com/",
16001652
"schemas": {
16011653
"ApiConfigHandler": {

‎googleapiclient/discovery_cache/documents/appengine.v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20221212",
890+
"revision": "20230109",
891891
"rootUrl": "https://appengine.googleapis.com/",
892892
"schemas": {
893893
"AuthorizedCertificate": {

‎googleapiclient/discovery_cache/documents/appengine.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@
18981898
}
18991899
}
19001900
},
1901-
"revision": "20221212",
1901+
"revision": "20230109",
19021902
"rootUrl": "https://appengine.googleapis.com/",
19031903
"schemas": {
19041904
"ApiConfigHandler": {

0 commit comments

Comments
 (0)
Please sign in to comment.