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.
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-3
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