Skip to content

Commit 48ed583

Browse files
committed
Updates TODO comment
1 parent 6c9aa08 commit 48ed583

File tree

1 file changed

+12
-0
lines changed
  • google/cloud/bigquery_v2/services/centralized_service

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ def __init__(
6969
self._credentials = credentials
7070
self._client_options = client_options
7171

72+
# --- SERVICE CLIENT ATTRIBUTES ---
73+
7274
@property
7375
def dataset_service_client(self):
7476
if "dataset" not in self._clients:
@@ -149,6 +151,16 @@ def model_service_client(self, value):
149151
)
150152
self._clients["model"] = value
151153

154+
# --- SERVICE CLIENT METHODS ---
155+
# TODO: refactor the microgenerator template so that everything related to
156+
# a single ServiceClient is kept close togetehr in the same section of this class:
157+
# @property
158+
# @setter
159+
# _method_A()
160+
# _method_B()
161+
# _method_C()
162+
# etc
163+
152164
def get_dataset(
153165
self,
154166
request: Optional[Union[dataset.GetDatasetRequest, dict]] = None,

0 commit comments

Comments
 (0)