We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e46610 commit 0ca398dCopy full SHA for 0ca398d
google/cloud/bigquery/schema.py
@@ -591,6 +591,7 @@ def type_system(self, value: Optional[str]):
591
592
def to_api_repr(self) -> dict:
593
"""Build an API representation of this object.
594
+
595
Returns:
596
Dict[str, Any]:
597
A dictionary in the format used by the BigQuery API.
@@ -602,9 +603,11 @@ def to_api_repr(self) -> dict:
602
603
def from_api_repr(cls, api_repr: Dict[str, Any]) -> "ForeignTypeInfo":
604
"""Factory: constructs an instance of the class (cls)
605
given its API representation.
606
607
Args:
608
api_repr (Dict[str, Any]):
609
API representation of the object to be instantiated.
610
611
612
An instance of the class initialized with data from 'api_repr'.
613
"""
0 commit comments