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/gapic/data_transfer_service_client.py
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,8 @@ def get_data_source(
300
300
name (str): The field will contain name of the resource requested, for example:
retry (Optional[google.api_core.retry.Retry]): A retry object used
1108
-
to retry requests. If ``None`` is specified, requests will not
1109
-
be retried.
1108
+
to retry requests. If ``None`` is specified, requests will
1109
+
be retried using a default configuration.
1110
1110
timeout (Optional[float]): The amount of time, in seconds, to wait
1111
1111
for the request to complete. Note that if ``retry`` is
1112
1112
specified, the timeout applies to each individual attempt.
@@ -1195,8 +1195,8 @@ def list_transfer_runs(
1195
1195
of resources in a page.
1196
1196
run_attempt (~google.cloud.bigquery_datatransfer_v1.types.RunAttempt): Indicates how run attempts are to be pulled.
1197
1197
retry (Optional[google.api_core.retry.Retry]): A retry object used
1198
-
to retry requests. If ``None`` is specified, requests will not
1199
-
be retried.
1198
+
to retry requests. If ``None`` is specified, requests will
1199
+
be retried using a default configuration.
1200
1200
timeout (Optional[float]): The amount of time, in seconds, to wait
1201
1201
for the request to complete. Note that if ``retry`` is
1202
1202
specified, the timeout applies to each individual attempt.
@@ -1302,8 +1302,8 @@ def list_transfer_logs(
1302
1302
message_types (list[~google.cloud.bigquery_datatransfer_v1.types.MessageSeverity]): Message types to return. If not populated - INFO, WARNING and ERROR
1303
1303
messages are returned.
1304
1304
retry (Optional[google.api_core.retry.Retry]): A retry object used
1305
-
to retry requests. If ``None`` is specified, requests will not
1306
-
be retried.
1305
+
to retry requests. If ``None`` is specified, requests will
1306
+
be retried using a default configuration.
1307
1307
timeout (Optional[float]): The amount of time, in seconds, to wait
1308
1308
for the request to complete. Note that if ``retry`` is
1309
1309
specified, the timeout applies to each individual attempt.
Copy file name to clipboardExpand all lines: packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/gapic/transports/data_transfer_service_grpc_transport.py
0 commit comments