Skip to content

Commit 0a9f0d7

Browse files
docs: [google-cloud-bigquery-datatransfer] update OAuth links in CreateTransferConfigRequest and UpdateTransferConfigRequest (#12738)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 637681394 Source-Link: googleapis/googleapis@f49123a Source-Link: googleapis/googleapis-gen@37573e0 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpZ3F1ZXJ5LWRhdGF0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiMzc1NzNlMDUwMmRhMDMxODNkMmYxMjNmZTFiNTlkMzE4N2MyYzFiOCJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 338ef52 commit 0a9f0d7

File tree

1 file changed

+4
-4
lines changed
  • packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types

1 file changed

+4
-4
lines changed

packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ class CreateTransferConfigRequest(proto.Message):
502502
.. raw:: html
503503
504504
<pre class="prettyprint" suppresswarning="true">
505-
https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
505+
https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
506506
</pre>
507507
508508
- The client_id is the OAuth client_id of the a data source
@@ -523,7 +523,7 @@ class CreateTransferConfigRequest(proto.Message):
523523
.. raw:: html
524524
525525
<pre class="prettyprint" suppresswarning="true">
526-
https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
526+
https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
527527
</pre>
528528
529529
- The client_id is the OAuth client_id of the a data source
@@ -589,7 +589,7 @@ class UpdateTransferConfigRequest(proto.Message):
589589
.. raw:: html
590590
591591
<pre class="prettyprint" suppresswarning="true">
592-
https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
592+
https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=authorization_code&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
593593
</pre>
594594
595595
- The client_id is the OAuth client_id of the a data source
@@ -613,7 +613,7 @@ class UpdateTransferConfigRequest(proto.Message):
613613
.. raw:: html
614614
615615
<pre class="prettyprint" suppresswarning="true">
616-
https://www.gstatic.com/bigquerydatatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
616+
https://bigquery.cloud.google.com/datatransfer/oauthz/auth?redirect_uri=urn:ietf:wg:oauth:2.0:oob&response_type=version_info&client_id=<var>client_id</var>&scope=<var>data_source_scopes</var>
617617
</pre>
618618
619619
- The client_id is the OAuth client_id of the a data source

0 commit comments

Comments
 (0)