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
#### firebaseapphosting:v1beta
The following keys were added:
- schemas.Backend.properties.requestLogsDisabled.description
- schemas.Backend.properties.requestLogsDisabled.type
"description": "Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.",
1206
+
"type": "boolean"
1207
+
},
1204
1208
"serviceAccount": {
1205
1209
"description": "Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.",
* Output only. A field that, if true, indicates that the system is working to make adjustments to the backend during a LRO.
206
206
*/
207
207
reconciling?: boolean|null;
208
+
/**
209
+
* Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.
210
+
*/
211
+
requestLogsDisabled?: boolean|null;
208
212
/**
209
213
* Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
0 commit comments