Skip to content

Commit 8e55738

Browse files
committed
Updates docstring to explain purpose of helper dict
1 parent b295d74 commit 8e55738

File tree

1 file changed

+2
-1
lines changed
  • google/cloud/bigquery_v2/services/centralized_service

1 file changed

+2
-1
lines changed

google/cloud/bigquery_v2/services/centralized_service/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ def _parse_dataset_path(self, dataset_path: str) -> Tuple[Optional[str], str]:
106106

107107
def _parse_dataset_id_to_dict(self, dataset_id: DatasetIdentifier) -> dict:
108108
"""
109-
Helper to create a request dictionary from a project_id and dataset_id.
109+
Helper to create a dictionary from a project_id and dataset_id to pass
110+
internally between helper functions.
110111
111112
Args:
112113
dataset_id: A string or DatasetReference.

0 commit comments

Comments
 (0)