feat: changed name of SQL language to GoogleSQL in comments

docs: changed name of SQL language to GoogleSQL in docs

PiperOrigin-RevId: 515389120
This commit is contained in:
Google APIs 2023-03-09 11:11:24 -08:00 committed by Copybara-Service
parent c4b805d91e
commit cdcbc2b420

View file

@ -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 {