Class FieldElementType (3.42.3)
Stay organized with collections
Save and categorize content based on your preferences.
FieldElementType(element_type: str)
Represents the type of a field element.
Parameter |
| Name |
Description |
element_type |
str
The type of a field element.
|
Methods
from_api_repr
from_api_repr(
api_repr: typing.Optional[dict],
) -> typing.Optional[google.cloud.bigquery.schema.FieldElementType]
Factory: construct a FieldElementType given its API representation.
| Parameter |
| Name |
Description |
api_repr |
Dict[str, str]
field element type as returned from
|
| Returns |
| Type |
Description |
google.cloud.bigquery.FieldElementType |
Python object, as parsed from api_repr. |
to_api_repr
Construct the API resource representation of this field element type.
| Returns |
| Type |
Description |
Dict[str, str] |
Field element type represented as an API resource. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-01 UTC.
[null,null,["Last updated 2026-08-01 UTC."],[],[]]