@@ -33,13 +33,13 @@ class StandardSqlDataType(proto.Message):
3333 array_element_type="DATE"}} ]}}
3434
3535 Attributes:
36- type_kind (~.standard_sql .StandardSqlDataType.TypeKind):
36+ type_kind (google.cloud.bigquery_v2.types .StandardSqlDataType.TypeKind):
3737 Required. The top level type of this field.
3838 Can be any standard SQL data type (e.g.,
3939 "INT64", "DATE", "ARRAY").
40- array_element_type (~.standard_sql .StandardSqlDataType):
40+ array_element_type (google.cloud.bigquery_v2.types .StandardSqlDataType):
4141 The type of the array's elements, if type_kind = "ARRAY".
42- struct_type (~.standard_sql .StandardSqlStructType):
42+ struct_type (google.cloud.bigquery_v2.types .StandardSqlStructType):
4343 The fields of this struct, in order, if type_kind =
4444 "STRUCT".
4545 """
@@ -80,7 +80,7 @@ class StandardSqlField(proto.Message):
8080 name (str):
8181 Optional. The name of this field. Can be
8282 absent for struct fields.
83- type (~.standard_sql .StandardSqlDataType):
83+ type (google.cloud.bigquery_v2.types .StandardSqlDataType):
8484 Optional. The type of this parameter. Absent
8585 if not explicitly specified (e.g., CREATE
8686 FUNCTION statement can omit the return type; in
@@ -97,7 +97,7 @@ class StandardSqlStructType(proto.Message):
9797 r"""
9898
9999 Attributes:
100- fields (Sequence[~.standard_sql .StandardSqlField]):
100+ fields (Sequence[google.cloud.bigquery_v2.types .StandardSqlField]):
101101
102102 """
103103
0 commit comments