You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/services/data_transfer_service/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/services/data_transfer_service/client.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -897,8 +897,8 @@ def list_transfer_configs(
897
897
timeout: float=None,
898
898
metadata: Sequence[Tuple[str, str]] = (),
899
899
) ->pagers.ListTransferConfigsPager:
900
-
r"""Returns information about all data transfers in the
901
-
project.
900
+
r"""Returns information about all transfer configs owned
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/services/data_transfer_service/transports/grpc.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -401,8 +401,8 @@ def list_transfer_configs(
401
401
]:
402
402
r"""Return a callable for the list transfer configs method over gRPC.
403
403
404
-
Returns information about all data transfers in the
405
-
project.
404
+
Returns information about all transfer configs owned
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/services/data_transfer_service/transports/grpc_asyncio.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -415,8 +415,8 @@ def list_transfer_configs(
415
415
]:
416
416
r"""Return a callable for the list transfer configs method over gRPC.
417
417
418
-
Returns information about all data transfers in the
419
-
project.
418
+
Returns information about all transfer configs owned
0 commit comments