File tree Expand file tree Collapse file tree
bigquery/google/cloud/bigquery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -555,13 +555,14 @@ def patch(self,
555555 ``client`` stored on the current dataset.
556556
557557 :type friendly_name: str
558- :param friendly_name: (Optional) point in time at which the table expires .
558+ :param friendly_name: (Optional) a descriptive name for this table.
559559
560560 :type description: str
561- :param description: (Optional) point in time at which the table expires .
561+ :param description: (Optional) a description of this table.
562562
563563 :type location: str
564- :param location: (Optional) point in time at which the table expires.
564+ :param location:
565+ (Optional) the geographic location where the table resides.
565566
566567 :type expires: :class:`datetime.datetime`
567568 :param expires: (Optional) point in time at which the table expires.
You can’t perform that action at this time.
0 commit comments