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
{{ message }}
This repository was archived by the owner on Sep 5, 2023. It is now read-only.
- [ ] Regenerate this pull request now.
docs: clarified wording around quota usage
Clients can now specify the docker registry to use for storing function Docker images and KMS crypto keys for function source code objects.
PiperOrigin-RevId: 453234231
Source-Link: googleapis/googleapis@d180952
Source-Link: https://github.com/googleapis/googleapis-gen/commit/836ff24b7e881ef46acd17836c46ed1a9832b195
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODM2ZmYyNGI3ZTg4MWVmNDZhY2QxNzgzNmM0NmVkMWE5ODMyYjE5NSJ9
The result type for the operation will be :class:`google.cloud.functions_v1.types.CloudFunction` Describes a Cloud Function that contains user computation executed in
The result type for the operation will be :class:`google.cloud.functions_v1.types.CloudFunction` Describes a Cloud Function that contains user computation executed in
Copy file name to clipboardExpand all lines: google/cloud/functions_v1/services/cloud_functions_service/client.py
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -625,7 +625,6 @@ def sample_get_function():
625
625
contains user computation executed in
626
626
response to an event. It encapsulate
627
627
function and triggers configurations.
628
-
Next tag: 36
629
628
630
629
"""
631
630
# Create or coerce a protobuf request object.
@@ -740,7 +739,7 @@ def sample_create_function():
740
739
741
740
The result type for the operation will be :class:`google.cloud.functions_v1.types.CloudFunction` Describes a Cloud Function that contains user computation executed in
742
741
response to an event. It encapsulate function and
743
-
triggers configurations. Next tag: 36
742
+
triggers configurations.
744
743
745
744
"""
746
745
# Create or coerce a protobuf request object.
@@ -855,7 +854,7 @@ def sample_update_function():
855
854
856
855
The result type for the operation will be :class:`google.cloud.functions_v1.types.CloudFunction` Describes a Cloud Function that contains user computation executed in
0 commit comments