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
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1.projects.locations.backends.builds.html
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,17 @@ <h3>Method Details</h3>
158
158
"name": "A String", # Identifier. The resource name of the build. Format: `projects/{project}/locations/{locationId}/backends/{backendId}/builds/{buildId}`.
159
159
"reconciling": True or False, # Output only. A field that, if true, indicates that the build has an ongoing LRO.
160
160
"source": { # The source for the build. # Required. Immutable. The source for the build.
161
+
"archive": { # The URI of an storage archive or a signed URL to use as the build source. # An archive source.
162
+
"author": { # Metadata for the user who started the build. # Optional. The author contained in the metadata of a version control change.
163
+
"displayName": "A String", # Output only. The user-chosen displayname. May be empty.
164
+
"email": "A String", # Output only. The account email linked to the EUC that created the build. May be a service account or other robot account.
165
+
"imageUri": "A String", # Output only. The URI of a profile photo associated with the user who created the build.
166
+
},
167
+
"description": "A String", # Optional. An optional message that describes the uploaded version of the source code.
168
+
"externalSignedUri": "A String", # Signed URL to an archive in a storage bucket.
169
+
"rootDirectory": "A String", # Optional. Relative path in the archive.
170
+
"userStorageUri": "A String", # URI to an archive in Cloud Storage. The object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to deploy.
171
+
},
161
172
"codebase": { # A codebase source, representing the state of the codebase that the build will be created at. # A codebase source.
162
173
"author": { # Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. # Output only. The author contained in the metadata of a version control change.
163
174
"displayName": "A String", # Output only. The 'name' field in a Git user's git.config. Required by Git.
@@ -316,6 +327,17 @@ <h3>Method Details</h3>
316
327
"name": "A String", # Identifier. The resource name of the build. Format: `projects/{project}/locations/{locationId}/backends/{backendId}/builds/{buildId}`.
317
328
"reconciling": True or False, # Output only. A field that, if true, indicates that the build has an ongoing LRO.
318
329
"source": { # The source for the build. # Required. Immutable. The source for the build.
330
+
"archive": { # The URI of an storage archive or a signed URL to use as the build source. # An archive source.
331
+
"author": { # Metadata for the user who started the build. # Optional. The author contained in the metadata of a version control change.
332
+
"displayName": "A String", # Output only. The user-chosen displayname. May be empty.
333
+
"email": "A String", # Output only. The account email linked to the EUC that created the build. May be a service account or other robot account.
334
+
"imageUri": "A String", # Output only. The URI of a profile photo associated with the user who created the build.
335
+
},
336
+
"description": "A String", # Optional. An optional message that describes the uploaded version of the source code.
337
+
"externalSignedUri": "A String", # Signed URL to an archive in a storage bucket.
338
+
"rootDirectory": "A String", # Optional. Relative path in the archive.
339
+
"userStorageUri": "A String", # URI to an archive in Cloud Storage. The object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to deploy.
340
+
},
319
341
"codebase": { # A codebase source, representing the state of the codebase that the build will be created at. # A codebase source.
320
342
"author": { # Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. # Output only. The author contained in the metadata of a version control change.
321
343
"displayName": "A String", # Output only. The 'name' field in a Git user's git.config. Required by Git.
@@ -412,6 +434,17 @@ <h3>Method Details</h3>
412
434
"name": "A String", # Identifier. The resource name of the build. Format: `projects/{project}/locations/{locationId}/backends/{backendId}/builds/{buildId}`.
413
435
"reconciling": True or False, # Output only. A field that, if true, indicates that the build has an ongoing LRO.
414
436
"source": { # The source for the build. # Required. Immutable. The source for the build.
437
+
"archive": { # The URI of an storage archive or a signed URL to use as the build source. # An archive source.
438
+
"author": { # Metadata for the user who started the build. # Optional. The author contained in the metadata of a version control change.
439
+
"displayName": "A String", # Output only. The user-chosen displayname. May be empty.
440
+
"email": "A String", # Output only. The account email linked to the EUC that created the build. May be a service account or other robot account.
441
+
"imageUri": "A String", # Output only. The URI of a profile photo associated with the user who created the build.
442
+
},
443
+
"description": "A String", # Optional. An optional message that describes the uploaded version of the source code.
444
+
"externalSignedUri": "A String", # Signed URL to an archive in a storage bucket.
445
+
"rootDirectory": "A String", # Optional. Relative path in the archive.
446
+
"userStorageUri": "A String", # URI to an archive in Cloud Storage. The object must be a zipped (.zip) or gzipped archive file (.tar.gz) containing source to deploy.
447
+
},
415
448
"codebase": { # A codebase source, representing the state of the codebase that the build will be created at. # A codebase source.
416
449
"author": { # Version control metadata for a user associated with a resolved codebase. Currently assumes a Git user. # Output only. The author contained in the metadata of a version control change.
417
450
"displayName": "A String", # Output only. The 'name' field in a Git user's git.config. Required by Git.
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1.projects.locations.backends.html
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ <h3>Method Details</h3>
157
157
"mode": "A String", # Optional. Deprecated: Use `environment` instead.
158
158
"name": "A String", # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
159
159
"reconciling": 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
+
"requestLogsDisabled": 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.
160
161
"serviceAccount": "A String", # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
161
162
"servingLocality": "A String", # 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's global-replicated serving infrastructure (GLOBAL_ACCESS).
"mode": "A String", # Optional. Deprecated: Use `environment` instead.
277
278
"name": "A String", # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
278
279
"reconciling": 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
+
"requestLogsDisabled": 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.
279
281
"serviceAccount": "A String", # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
280
282
"servingLocality": "A String", # 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's global-replicated serving infrastructure (GLOBAL_ACCESS).
"mode": "A String", # Optional. Deprecated: Use `environment` instead.
333
335
"name": "A String", # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
334
336
"reconciling": 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
+
"requestLogsDisabled": 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.
335
338
"serviceAccount": "A String", # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
336
339
"servingLocality": "A String", # 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's global-replicated serving infrastructure (GLOBAL_ACCESS).
"mode": "A String", # Optional. Deprecated: Use `environment` instead.
397
400
"name": "A String", # Identifier. The resource name of the backend. Format: `projects/{project}/locations/{locationId}/backends/{backendId}`.
398
401
"reconciling": 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
+
"requestLogsDisabled": 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.
399
403
"serviceAccount": "A String", # Required. The name of the service account used for Cloud Build and Cloud Run. Should have the role roles/firebaseapphosting.computeRunner or equivalent permissions.
400
404
"servingLocality": "A String", # 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's global-replicated serving infrastructure (GLOBAL_ACCESS).
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1.projects.locations.backends.rollouts.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108
108
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
109
109
"a_key": "A String",
110
110
},
111
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
111
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
112
112
"createTime": "A String", # Output only. Time at which the rollout was created.
113
113
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
114
114
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182
182
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
183
183
"a_key": "A String",
184
184
},
185
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
185
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
186
186
"createTime": "A String", # Output only. Time at which the rollout was created.
187
187
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
188
188
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
234
234
"a_key": "A String",
235
235
},
236
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
236
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
237
237
"createTime": "A String", # Output only. Time at which the rollout was created.
238
238
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
239
239
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
138
+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. (repeated)
139
139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
140
140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141
141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1beta.projects.locations.backends.rollouts.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108
108
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
109
109
"a_key": "A String",
110
110
},
111
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
111
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
112
112
"createTime": "A String", # Output only. Time at which the rollout was created.
113
113
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
114
114
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
@@ -182,7 +182,7 @@ <h3>Method Details</h3>
182
182
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
183
183
"a_key": "A String",
184
184
},
185
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
185
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
186
186
"createTime": "A String", # Output only. Time at which the rollout was created.
187
187
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
188
188
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
@@ -233,7 +233,7 @@ <h3>Method Details</h3>
233
233
"annotations": { # Optional. Unstructured key value map that may be set by external tools to store and arbitrary metadata. They are not queryable and should be preserved when modifying objects.
234
234
"a_key": "A String",
235
235
},
236
-
"build": "A String", # Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
236
+
"build": "A String", # Required. Immutable. The name of a build that already exists. It doesn't have to be built; a rollout will wait for a build to be ready before updating traffic.
237
237
"createTime": "A String", # Output only. Time at which the rollout was created.
238
238
"deleteTime": "A String", # Output only. Time at which the rollout was deleted.
239
239
"displayName": "A String", # Optional. Human-readable name. 63 character limit.
Copy file name to clipboardExpand all lines: docs/dyn/firebaseapphosting_v1beta.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
138
+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. (repeated)
139
139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
140
140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141
141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments