You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### appengine:v1
The following keys were added:
- schemas.Application.properties.serviceAccount.type (Total Keys: 1)
#### appengine:v1beta
The following keys were added:
- schemas.Application.properties.serviceAccount.type (Total Keys: 1)
Copy file name to clipboardexpand all lines: docs/dyn/appengine_v1.apps.html
+3
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ <h3>Method Details</h3>
166
166
"id": "A String", # 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.
167
167
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
168
168
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
169
+
"serviceAccount": "A String", # 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.
169
170
"servingStatus": "A String", # Serving status of this application.
170
171
}
171
172
@@ -240,6 +241,7 @@ <h3>Method Details</h3>
240
241
"id": "A String", # 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.
241
242
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
242
243
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
244
+
"serviceAccount": "A String", # 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.
243
245
"servingStatus": "A String", # Serving status of this application.
244
246
}</pre>
245
247
</div>
@@ -281,6 +283,7 @@ <h3>Method Details</h3>
281
283
"id": "A String", # 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.
282
284
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
283
285
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
286
+
"serviceAccount": "A String", # 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.
284
287
"servingStatus": "A String", # Serving status of this application.
Copy file name to clipboardexpand all lines: docs/dyn/appengine_v1beta.apps.html
+3
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ <h3>Method Details</h3>
166
166
"id": "A String", # 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.
167
167
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
168
168
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
169
+
"serviceAccount": "A String", # 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.
169
170
"servingStatus": "A String", # Serving status of this application.
170
171
}
171
172
@@ -240,6 +241,7 @@ <h3>Method Details</h3>
240
241
"id": "A String", # 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.
241
242
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
242
243
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
244
+
"serviceAccount": "A String", # 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.
243
245
"servingStatus": "A String", # Serving status of this application.
244
246
}</pre>
245
247
</div>
@@ -281,6 +283,7 @@ <h3>Method Details</h3>
281
283
"id": "A String", # 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.
282
284
"locationId": "A String", # 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's end user content is stored.Defaults to us-central.View the list of supported locations (https://cloud.google.com/appengine/docs/locations).
283
285
"name": "A String", # Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
286
+
"serviceAccount": "A String", # 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.
284
287
"servingStatus": "A String", # Serving status of this application.
"description": "View your data across Google Cloud Platform services"
12
+
"description": "View your data across Google Cloud services and see the email address of your Google Account"
13
13
}
14
14
}
15
15
}
@@ -1595,7 +1595,7 @@
1595
1595
}
1596
1596
}
1597
1597
},
1598
-
"revision": "20210731",
1598
+
"revision": "20210816",
1599
1599
"rootUrl": "https://appengine.googleapis.com/",
1600
1600
"schemas": {
1601
1601
"ApiConfigHandler": {
@@ -1743,6 +1743,10 @@
1743
1743
"description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1744
1744
"type": "string"
1745
1745
},
1746
+
"serviceAccount": {
1747
+
"description": "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.",
1748
+
"type": "string"
1749
+
},
1746
1750
"servingStatus": {
1747
1751
"description": "Serving status of this application.",
"description": "View your data across Google Cloud Platform services"
12
+
"description": "View your data across Google Cloud services and see the email address of your Google Account"
13
13
}
14
14
}
15
15
}
@@ -1595,7 +1595,7 @@
1595
1595
}
1596
1596
}
1597
1597
},
1598
-
"revision": "20210731",
1598
+
"revision": "20210816",
1599
1599
"rootUrl": "https://appengine.googleapis.com/",
1600
1600
"schemas": {
1601
1601
"ApiConfigHandler": {
@@ -1743,6 +1743,10 @@
1743
1743
"description": "Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly",
1744
1744
"type": "string"
1745
1745
},
1746
+
"serviceAccount": {
1747
+
"description": "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.",
1748
+
"type": "string"
1749
+
},
1746
1750
"servingStatus": {
1747
1751
"description": "Serving status of this application.",
0 commit comments