From cdcbc2b4208ef8d0efbc12eb0e368ae561fdea1a Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 9 Mar 2023 11:11:24 -0800 Subject: [PATCH] feat: changed name of SQL language to GoogleSQL in comments docs: changed name of SQL language to GoogleSQL in docs PiperOrigin-RevId: 515389120 --- google/cloud/bigquery/v2/standard_sql.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/cloud/bigquery/v2/standard_sql.proto b/google/cloud/bigquery/v2/standard_sql.proto index c8d2c78e6d..61cf6ddcc2 100644 --- a/google/cloud/bigquery/v2/standard_sql.proto +++ b/google/cloud/bigquery/v2/standard_sql.proto @@ -89,7 +89,7 @@ message StandardSqlDataType { } // Required. The top level type of this field. - // Can be any standard SQL data type (e.g., "INT64", "DATE", "ARRAY"). + // Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY"). TypeKind type_kind = 1 [(google.api.field_behavior) = REQUIRED]; oneof sub_type {