We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52ccf9 commit 0fbfef2Copy full SHA for 0fbfef2
functions/log/main.py
@@ -12,11 +12,11 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START functions_log_bigquery_stackdriver]
+# [START functions_log_stackdriver]
16
import base64
17
import json
18
19
-# [END functions_log_bigquery_stackdriver]
+# [END functions_log_stackdriver]
20
21
# [START functions_log_helloworld]
22
import logging
@@ -27,9 +27,9 @@
27
import os
28
# [END functions_log_retrieve]
29
30
-# [START functions_logs_retrieve]
+# [START functions_log_retrieve]
31
import google.cloud.logging as cloud_logging
32
-# [END functions_logs_retrieve]
+# [END functions_log_retrieve]
33
34
35
0 commit comments