Update documentation

This commit is contained in:
Sebastian Thiel
2022-03-08 15:36:16 +08:00
parent b84384c010
commit a20241b241
10471 changed files with 1934132 additions and 64947 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Sources List - BigQuery Data Transfer v2.0.4+20210324</title>
<title>Data Sources List - BigQuery Data Transfer v3.0.0+20220225</title>
@@ -34,7 +34,7 @@
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
<div class="wy-side-nav-search">
<a href=".." class="icon icon-home"> BigQuery Data Transfer v2.0.4+20210324</a>
<a href=".." class="icon icon-home"> BigQuery Data Transfer v3.0.0+20220225</a>
</div>
@@ -78,6 +78,11 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_enroll-data-sources">Enroll Data Sources</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-data-sources-check-valid-creds">Locations Data Sources Check Valid Creds</a>
@@ -93,6 +98,11 @@
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-enroll-data-sources">Locations Enroll Data Sources</a>
</li>
<li class="toctree-l1 ">
<a class="" href="../projects_locations-get">Locations Get</a>
@@ -249,21 +259,20 @@
</div>
<div role="main">
<div class="section">
<p>Lists supported data sources and returns their settings, which can be used for UI rendering.</p>
<p>Lists supported data sources and returns their settings.</p>
<h1 id="scopes">Scopes</h1>
<p>You will need authorization for at least one of the following scopes to make a valid call:</p>
<ul>
<li><em>https://www.googleapis.com/auth/bigquery</em></li>
<li><em>https://www.googleapis.com/auth/bigquery.readonly</em></li>
<li><em>https://www.googleapis.com/auth/cloud-platform</em></li>
<li><em>https://www.googleapis.com/auth/cloud-platform.read-only</em></li>
</ul>
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/bigquery.readonly</em>.
<p>If unset, the scope for this method defaults to <em>https://www.googleapis.com/auth/bigquery</em>.
You can set the scope for this method like this: <code>bigquerydatatransfer1 --scope &lt;scope&gt; projects data-sources-list ...</code></p>
<h1 id="required-scalar-argument">Required Scalar Argument</h1>
<ul>
<li><strong>&lt;parent&gt;</strong> <em>(string)</em><ul>
<li>Required. The BigQuery project id for which data sources should be returned. Must be in the form: <code>projects/{project_id}</code> or `projects/{project_id}/locations/{location_id}</li>
<li>Required. The BigQuery project id for which data sources should be returned. Must be in the form: <code>projects/{project_id}</code> or <code>projects/{project_id}/locations/{location_id}</code></li>
</ul>
</li>
</ul>
@@ -373,7 +382,7 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="../projects_locations-data-sources-check-valid-creds" class="btn btn-neutral float-right" title="Locations Data Sources Check Valid Creds"/>Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../projects_enroll-data-sources" class="btn btn-neutral float-right" title="Enroll Data Sources"/>Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../projects_data-sources-get" class="btn btn-neutral" title="Data Sources Get"><span class="icon icon-circle-arrow-left"></span> Previous</a>
@@ -405,7 +414,7 @@ or more key-value-pairs, and is called like this <code>-p k1=v1 k2=v2</code> eve
<a class="icon icon-github" style="float: left; color: #fcfcfc"> GitHub</a>
<span><a href="../projects_data-sources-get" style="color: #fcfcfc;">&laquo; Previous</a></span>
<span style="margin-left: 15px"><a href="../projects_locations-data-sources-check-valid-creds" style="color: #fcfcfc">Next &raquo;</a></span>
<span style="margin-left: 15px"><a href="../projects_enroll-data-sources" style="color: #fcfcfc">Next &raquo;</a></span>
</span>
</div>
</body>