Skip to content

Commit

Permalink
feat(dataplex): update the api
Browse files Browse the repository at this point in the history
#### dataplex:v1

The following keys were added:
- resources.projects.resources.locations.resources.dataAttributeBindings.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.dataAttributeBindings.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.dataAttributeBindings.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.dataScans.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.dataScans.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.dataScans.methods.get (Total Keys: 27)
- resources.projects.resources.locations.resources.dataScans.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.dataScans.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.dataScans.methods.run (Total Keys: 12)
- resources.projects.resources.locations.resources.dataScans.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.dataScans.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.dataScans.resources.jobs.methods.get (Total Keys: 13)
- resources.projects.resources.locations.resources.dataScans.resources.jobs.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.dataTaxonomies.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.dataTaxonomies.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.dataTaxonomies.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.dataTaxonomies.resources.attributes.methods.testIamPermissions (Total Keys: 12)
- schemas.GoogleCloudDataplexV1DataProfileResult (Total Keys: 66)
- schemas.GoogleCloudDataplexV1DataProfileSpec (Total Keys: 2)
- schemas.GoogleCloudDataplexV1DataQualityDimensionResult (Total Keys: 3)
- schemas.GoogleCloudDataplexV1DataQualityResult (Total Keys: 10)
- schemas.GoogleCloudDataplexV1DataQualityRule (Total Keys: 58)
- schemas.GoogleCloudDataplexV1DataQualitySpec (Total Keys: 4)
- schemas.GoogleCloudDataplexV1DataScan (Total Keys: 57)
- schemas.GoogleCloudDataplexV1DataSource (Total Keys: 3)
- schemas.GoogleCloudDataplexV1ListDataScanJobsResponse (Total Keys: 5)
- schemas.GoogleCloudDataplexV1ListDataScansResponse (Total Keys: 7)
- schemas.GoogleCloudDataplexV1RunDataScanRequest (Total Keys: 2)
- schemas.GoogleCloudDataplexV1RunDataScanResponse (Total Keys: 3)
- schemas.GoogleCloudDataplexV1ScannedData (Total Keys: 8)
- schemas.GoogleCloudDataplexV1Trigger (Total Keys: 9)
  • Loading branch information
yoshi-automation committed Nov 22, 2022
1 parent 1dadbf7 commit 2d0cd12
Show file tree
Hide file tree
Showing 7 changed files with 4,854 additions and 709 deletions.
258 changes: 258 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.dataAttributeBindings.html

Large diffs are not rendered by default.

1,389 changes: 1,389 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.dataScans.html

Large diffs are not rendered by default.

487 changes: 487 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html

Large diffs are not rendered by default.

258 changes: 258 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.dataTaxonomies.attributes.html

Large diffs are not rendered by default.

263 changes: 263 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.dataTaxonomies.html

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/dyn/dataplex_v1.projects.locations.html
Expand Up @@ -74,6 +74,21 @@

<h1><a href="dataplex_v1.html">Cloud Dataplex API</a> . <a href="dataplex_v1.projects.html">projects</a> . <a href="dataplex_v1.projects.locations.html">locations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="dataplex_v1.projects.locations.dataAttributeBindings.html">dataAttributeBindings()</a></code>
</p>
<p class="firstline">Returns the dataAttributeBindings Resource.</p>

<p class="toc_element">
<code><a href="dataplex_v1.projects.locations.dataScans.html">dataScans()</a></code>
</p>
<p class="firstline">Returns the dataScans Resource.</p>

<p class="toc_element">
<code><a href="dataplex_v1.projects.locations.dataTaxonomies.html">dataTaxonomies()</a></code>
</p>
<p class="firstline">Returns the dataTaxonomies Resource.</p>

<p class="toc_element">
<code><a href="dataplex_v1.projects.locations.lakes.html">lakes()</a></code>
</p>
Expand Down
2,893 changes: 2,184 additions & 709 deletions googleapiclient/discovery_cache/documents/dataplex.v1.json

Large diffs are not rendered by default.

0 comments on commit 2d0cd12

Please sign in to comment.