File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
google/cloud/bigquery_v2/services/centralized_service Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments