Skip to content

Commit

Permalink
docs: update OAuth links in CreateTransferConfigRequest and `Update…
Browse files Browse the repository at this point in the history
…TransferConfigRequest` (#7349)

PiperOrigin-RevId: 637681394
Source-Link: googleapis/googleapis@f49123a
Source-Link: googleapis/googleapis-gen@37573e0
Copy-Tag: eyJwIjoiQmlnUXVlcnlEYXRhVHJhbnNmZXIvLk93bEJvdC55YW1sIiwiaCI6IjM3NTczZTA1MDJkYTAzMTgzZDJmMTIzZmUxYjU5ZDMxODdjMmMxYjgifQ==
  • Loading branch information
gcf-owl-bot[bot] authored May 31, 2024
1 parent 2825041 commit 42677a2
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ public function checkValidCreds($name, array $optionalArgs = [])
* and new credentials are needed, as indicated by `CheckValidCreds`. In order
* to obtain authorization_code, make a request to the following URL:
* <pre class="prettyprint" suppresswarning="true">
* 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>
* 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>
* </pre>
* * The <var>client_id</var> is the OAuth client_id of the a data source as
* returned by ListDataSources method.
Expand All @@ -678,7 +678,7 @@ public function checkValidCreds($name, array $optionalArgs = [])
* are needed, as indicated by `CheckValidCreds`. In order to obtain version
* info, make a request to the following URL:
* <pre class="prettyprint" suppresswarning="true">
* 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>
* 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>
* </pre>
* * The <var>client_id</var> is the OAuth client_id of the a data source as
* returned by ListDataSources method.
Expand Down Expand Up @@ -1499,7 +1499,7 @@ public function unenrollDataSources(array $optionalArgs = [])
* and new credentials are needed, as indicated by `CheckValidCreds`. In order
* to obtain authorization_code, make a request to the following URL:
* <pre class="prettyprint" suppresswarning="true">
* 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>
* 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>
* </pre>
* * The <var>client_id</var> is the OAuth client_id of the a data source as
* returned by ListDataSources method.
Expand All @@ -1514,7 +1514,7 @@ public function unenrollDataSources(array $optionalArgs = [])
* are needed, as indicated by `CheckValidCreds`. In order to obtain version
* info, make a request to the following URL:
* <pre class="prettyprint" suppresswarning="true">
* 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>
* 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>
* </pre>
* * The <var>client_id</var> is the OAuth client_id of the a data source as
* returned by ListDataSources method.
Expand Down
16 changes: 8 additions & 8 deletions BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 42677a2

Please sign in to comment.