mirror of
https://github.com/googleapis/googleapis.git
synced 2026-08-15 12:50:26 +02:00
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:
parent
c4b805d91e
commit
cdcbc2b420
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue