From d143d111a721a1e6365a972fec208f4a728f780d Mon Sep 17 00:00:00 2001 From: Laurent Querel Date: Sat, 10 Aug 2024 08:34:41 -0700 Subject: [PATCH] chore(build): Add comment --- src/storage.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage.rs b/src/storage.rs index ef0f0c4..18753b1 100644 --- a/src/storage.rs +++ b/src/storage.rs @@ -21,6 +21,7 @@ use crate::{ }; static BIG_QUERY_STORAGE_API_URL: &str = "https://bigquerystorage.googleapis.com"; +// Service Name static BIGQUERY_STORAGE_API_DOMAIN: &str = "bigquerystorage.googleapis.com"; /// BigQuery column type