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/cloudfunctions_v1.projects.locations.functions.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,7 @@ <h3>Method Details</h3>
162
162
"a_key": "A String",
163
163
},
164
164
"buildId": "A String", # Output only. The Cloud Build ID of the latest successful deployment of the function.
165
+
"buildWorkerPool": "A String", # Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent ([email protected]) must be granted the role Cloud Build Custom Workers Builder (roles/cloudbuild.customworkers.builder) in the project.
165
166
"description": "A String", # User-provided description of a function.
166
167
"entryPoint": "A String", # The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
167
168
"environmentVariables": { # Environment variables that shall be available during function execution.
@@ -177,6 +178,7 @@ <h3>Method Details</h3>
177
178
"service": "A String", # The hostname of the service that should be observed. If no string is provided, the default service implementing the API will be used. For example, `storage.googleapis.com` is the default for all event types in the `google.storage` namespace.
178
179
},
179
180
"httpsTrigger": { # Describes HttpsTrigger, could be used to connect web hooks to function. # An HTTPS endpoint type of source that can be triggered via URL.
181
+
"securityLevel": "A String", # The security level for the function.
180
182
"url": "A String", # Output only. The deployed url for the function.
181
183
},
182
184
"ingressSettings": "A String", # The ingress settings for the function, controlling what traffic can reach it.
@@ -193,6 +195,7 @@ <h3>Method Details</h3>
193
195
"deployedUrl": "A String", # Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
194
196
"url": "A String", # The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats: To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*` To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*` In particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*` You may omit `paths/*` if you want to use the main directory.
195
197
},
198
+
"sourceToken": "A String", # Input only. An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
196
199
"sourceUploadUrl": "A String", # The Google Cloud Storage signed URL used for source uploading, generated by google.cloud.functions.v1.GenerateUploadUrl
197
200
"status": "A String", # Output only. Status of the function deployment.
198
201
"timeout": "A String", # The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
@@ -337,6 +340,7 @@ <h3>Method Details</h3>
337
340
"a_key": "A String",
338
341
},
339
342
"buildId": "A String", # Output only. The Cloud Build ID of the latest successful deployment of the function.
343
+
"buildWorkerPool": "A String", # Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent ([email protected]) must be granted the role Cloud Build Custom Workers Builder (roles/cloudbuild.customworkers.builder) in the project.
340
344
"description": "A String", # User-provided description of a function.
341
345
"entryPoint": "A String", # The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
342
346
"environmentVariables": { # Environment variables that shall be available during function execution.
@@ -352,6 +356,7 @@ <h3>Method Details</h3>
352
356
"service": "A String", # The hostname of the service that should be observed. If no string is provided, the default service implementing the API will be used. For example, `storage.googleapis.com` is the default for all event types in the `google.storage` namespace.
353
357
},
354
358
"httpsTrigger": { # Describes HttpsTrigger, could be used to connect web hooks to function. # An HTTPS endpoint type of source that can be triggered via URL.
359
+
"securityLevel": "A String", # The security level for the function.
355
360
"url": "A String", # Output only. The deployed url for the function.
356
361
},
357
362
"ingressSettings": "A String", # The ingress settings for the function, controlling what traffic can reach it.
@@ -368,6 +373,7 @@ <h3>Method Details</h3>
368
373
"deployedUrl": "A String", # Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
369
374
"url": "A String", # The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats: To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*` To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*` In particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*` You may omit `paths/*` if you want to use the main directory.
370
375
},
376
+
"sourceToken": "A String", # Input only. An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
371
377
"sourceUploadUrl": "A String", # The Google Cloud Storage signed URL used for source uploading, generated by google.cloud.functions.v1.GenerateUploadUrl
372
378
"status": "A String", # Output only. Status of the function deployment.
373
379
"timeout": "A String", # The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
@@ -450,6 +456,7 @@ <h3>Method Details</h3>
450
456
"a_key": "A String",
451
457
},
452
458
"buildId": "A String", # Output only. The Cloud Build ID of the latest successful deployment of the function.
459
+
"buildWorkerPool": "A String", # Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent ([email protected]) must be granted the role Cloud Build Custom Workers Builder (roles/cloudbuild.customworkers.builder) in the project.
453
460
"description": "A String", # User-provided description of a function.
454
461
"entryPoint": "A String", # The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
455
462
"environmentVariables": { # Environment variables that shall be available during function execution.
@@ -465,6 +472,7 @@ <h3>Method Details</h3>
465
472
"service": "A String", # The hostname of the service that should be observed. If no string is provided, the default service implementing the API will be used. For example, `storage.googleapis.com` is the default for all event types in the `google.storage` namespace.
466
473
},
467
474
"httpsTrigger": { # Describes HttpsTrigger, could be used to connect web hooks to function. # An HTTPS endpoint type of source that can be triggered via URL.
475
+
"securityLevel": "A String", # The security level for the function.
468
476
"url": "A String", # Output only. The deployed url for the function.
469
477
},
470
478
"ingressSettings": "A String", # The ingress settings for the function, controlling what traffic can reach it.
@@ -481,6 +489,7 @@ <h3>Method Details</h3>
481
489
"deployedUrl": "A String", # Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
482
490
"url": "A String", # The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats: To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*` To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*` In particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*` You may omit `paths/*` if you want to use the main directory.
483
491
},
492
+
"sourceToken": "A String", # Input only. An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
484
493
"sourceUploadUrl": "A String", # The Google Cloud Storage signed URL used for source uploading, generated by google.cloud.functions.v1.GenerateUploadUrl
485
494
"status": "A String", # Output only. Status of the function deployment.
486
495
"timeout": "A String", # The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
@@ -526,6 +535,7 @@ <h3>Method Details</h3>
526
535
"a_key": "A String",
527
536
},
528
537
"buildId": "A String", # Output only. The Cloud Build ID of the latest successful deployment of the function.
538
+
"buildWorkerPool": "A String", # Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where {project} and {region} are the project id and region respectively where the worker pool is defined and {workerPool} is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent ([email protected]) must be granted the role Cloud Build Custom Workers Builder (roles/cloudbuild.customworkers.builder) in the project.
529
539
"description": "A String", # User-provided description of a function.
530
540
"entryPoint": "A String", # The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in `source_location`.
531
541
"environmentVariables": { # Environment variables that shall be available during function execution.
@@ -541,6 +551,7 @@ <h3>Method Details</h3>
541
551
"service": "A String", # The hostname of the service that should be observed. If no string is provided, the default service implementing the API will be used. For example, `storage.googleapis.com` is the default for all event types in the `google.storage` namespace.
542
552
},
543
553
"httpsTrigger": { # Describes HttpsTrigger, could be used to connect web hooks to function. # An HTTPS endpoint type of source that can be triggered via URL.
554
+
"securityLevel": "A String", # The security level for the function.
544
555
"url": "A String", # Output only. The deployed url for the function.
545
556
},
546
557
"ingressSettings": "A String", # The ingress settings for the function, controlling what traffic can reach it.
@@ -557,6 +568,7 @@ <h3>Method Details</h3>
557
568
"deployedUrl": "A String", # Output only. The URL pointing to the hosted repository where the function were defined at the time of deployment. It always points to a specific commit in the format described above.
558
569
"url": "A String", # The URL pointing to the hosted repository where the function is defined. There are supported Cloud Source Repository URLs in the following formats: To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*` To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*` In particular, to refer to HEAD use `master` moveable alias. To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*` You may omit `paths/*` if you want to use the main directory.
559
570
},
571
+
"sourceToken": "A String", # Input only. An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
560
572
"sourceUploadUrl": "A String", # The Google Cloud Storage signed URL used for source uploading, generated by google.cloud.functions.v1.GenerateUploadUrl
561
573
"status": "A String", # Output only. Status of the function deployment.
562
574
"timeout": "A String", # The function execution timeout. Execution is considered failed and can be terminated if the function is not completed at the end of the timeout period. Defaults to 60 seconds.
0 commit comments