Skip to content

Commit faa5767

Browse files
feat(firebaseapphosting): update the api
#### firebaseapphosting:v1beta The following keys were added: - schemas.Backend.properties.requestLogsDisabled.type (Total Keys: 1)
1 parent 04588ff commit faa5767

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/dyn/firebaseapphosting_v1beta.projects.locations.backends.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ <h3>Method Details</h3>
157157
&quot;mode&quot;: &quot;A String&quot;, # Optional. Deprecated: Use `environment` instead.
158158
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
159159
&quot;reconciling&quot;: True or False, # Output only. A field that, if true, indicates that the system is working to make adjustments to the backend during a LRO.
160+
&quot;requestLogsDisabled&quot;: True or False, # Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.
160161
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
161162
&quot;servingLocality&quot;: &quot;A String&quot;, # Required. Immutable. Specifies how App Hosting will serve the content for this backend. It will either be contained to a single region (REGIONAL_STRICT) or allowed to use App Hosting&#x27;s global-replicated serving infrastructure (GLOBAL_ACCESS).
162163
&quot;uid&quot;: &quot;A String&quot;, # Output only. System-assigned, unique identifier.
@@ -276,6 +277,7 @@ <h3>Method Details</h3>
276277
&quot;mode&quot;: &quot;A String&quot;, # Optional. Deprecated: Use `environment` instead.
277278
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
278279
&quot;reconciling&quot;: True or False, # Output only. A field that, if true, indicates that the system is working to make adjustments to the backend during a LRO.
280+
&quot;requestLogsDisabled&quot;: True or False, # Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.
279281
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
280282
&quot;servingLocality&quot;: &quot;A String&quot;, # Required. Immutable. Specifies how App Hosting will serve the content for this backend. It will either be contained to a single region (REGIONAL_STRICT) or allowed to use App Hosting&#x27;s global-replicated serving infrastructure (GLOBAL_ACCESS).
281283
&quot;uid&quot;: &quot;A String&quot;, # Output only. System-assigned, unique identifier.
@@ -332,6 +334,7 @@ <h3>Method Details</h3>
332334
&quot;mode&quot;: &quot;A String&quot;, # Optional. Deprecated: Use `environment` instead.
333335
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
334336
&quot;reconciling&quot;: True or False, # Output only. A field that, if true, indicates that the system is working to make adjustments to the backend during a LRO.
337+
&quot;requestLogsDisabled&quot;: True or False, # Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.
335338
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
336339
&quot;servingLocality&quot;: &quot;A String&quot;, # Required. Immutable. Specifies how App Hosting will serve the content for this backend. It will either be contained to a single region (REGIONAL_STRICT) or allowed to use App Hosting&#x27;s global-replicated serving infrastructure (GLOBAL_ACCESS).
337340
&quot;uid&quot;: &quot;A String&quot;, # Output only. System-assigned, unique identifier.
@@ -396,6 +399,7 @@ <h3>Method Details</h3>
396399
&quot;mode&quot;: &quot;A String&quot;, # Optional. Deprecated: Use `environment` instead.
397400
&quot;name&quot;: &quot;A String&quot;, # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
398401
&quot;reconciling&quot;: True or False, # Output only. A field that, if true, indicates that the system is working to make adjustments to the backend during a LRO.
402+
&quot;requestLogsDisabled&quot;: True or False, # Optional. A field that, if true, indicates that incoming request logs are disabled for this backend. Incoming request logs are enabled by default.
399403
&quot;serviceAccount&quot;: &quot;A String&quot;, # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
400404
&quot;servingLocality&quot;: &quot;A String&quot;, # Required. Immutable. Specifies how App Hosting will serve the content for this backend. It will either be contained to a single region (REGIONAL_STRICT) or allowed to use App Hosting&#x27;s global-replicated serving infrastructure (GLOBAL_ACCESS).
401405
&quot;uid&quot;: &quot;A String&quot;, # Output only. System-assigned, unique identifier.

googleapiclient/discovery_cache/documents/firebaseapphosting.v1beta.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@
10981098
}
10991099
}
11001100
},
1101-
"revision": "20250501",
1101+
"revision": "20250701",
11021102
"rootUrl": "https://firebaseapphosting.googleapis.com/",
11031103
"schemas": {
11041104
"ArchiveSource": {
@@ -1201,6 +1201,10 @@
12011201
"readOnly": true,
12021202
"type": "boolean"
12031203
},
1204+
"requestLogsDisabled": {
1205+
"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+
},
12041208
"serviceAccount": {
12051209
"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.",
12061210
"type": "string"

0 commit comments

Comments
 (0)