Skip to content

Commit 78f49d8

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - resources.organizations.resources.locations.resources.encryptionConfigs.methods.getIamPolicy (Total Keys: 14) - resources.organizations.resources.locations.resources.encryptionConfigs.methods.setIamPolicy (Total Keys: 12) - resources.organizations.resources.locations.resources.encryptionConfigs.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.glossaries.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.glossaries.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.glossaries.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.metadataJobs.methods.cancel (Total Keys: 12) - resources.projects.resources.locations.resources.metadataJobs.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.metadataJobs.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.metadataJobs.methods.list (Total Keys: 20) - schemas.GoogleCloudDataplexV1CancelMetadataJobRequest (Total Keys: 2) - schemas.GoogleCloudDataplexV1DataQualityRule.properties.suspended.type (Total Keys: 1) - schemas.GoogleCloudDataplexV1ImportItem (Total Keys: 7) - schemas.GoogleCloudDataplexV1ListMetadataJobsResponse (Total Keys: 7) - schemas.GoogleCloudDataplexV1MetadataJob (Total Keys: 69)
1 parent 46af1b6 commit 78f49d8

12 files changed

+1964
-259
lines changed

docs/dyn/dataplex_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="dataplex_v1.html">Cloud Dataplex API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="dataplex_v1.organizations.html">organizations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the organizations Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="dataplex_v1.projects.html">projects()</a></code>
7984
</p>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="dataplex_v1.html">Cloud Dataplex API</a> . <a href="dataplex_v1.organizations.html">organizations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="dataplex_v1.organizations.locations.html">locations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the locations Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/dataplex_v1.organizations.locations.encryptionConfigs.html

Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="dataplex_v1.html">Cloud Dataplex API</a> . <a href="dataplex_v1.organizations.html">organizations</a> . <a href="dataplex_v1.organizations.locations.html">locations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="dataplex_v1.organizations.locations.encryptionConfigs.html">encryptionConfigs()</a></code>
79+
</p>
80+
<p class="firstline">Returns the encryptionConfigs Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/dataplex_v1.projects.locations.dataScans.html

Lines changed: 21 additions & 10 deletions
Large diffs are not rendered by default.

docs/dyn/dataplex_v1.projects.locations.dataScans.jobs.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152152
&quot;strictMaxEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
153153
&quot;strictMinEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
154154
},
155+
&quot;suspended&quot;: True or False, # Optional. Whether the Rule is active or suspended. Default is false.
155156
&quot;tableConditionExpectation&quot;: { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) &gt;= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
156157
&quot;sqlExpression&quot;: &quot;A String&quot;, # Optional. The SQL expression.
157158
},
@@ -197,7 +198,7 @@ <h3>Method Details</h3>
197198
&quot;mode&quot;: &quot;A String&quot;, # The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
198199
&quot;name&quot;: &quot;A String&quot;, # The name of the field.
199200
&quot;profile&quot;: { # The profile information for each field type. # Profile information for the corresponding field.
200-
&quot;distinctRatio&quot;: 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
201+
&quot;distinctRatio&quot;: 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
201202
&quot;doubleProfile&quot;: { # The profile information for a double type field. # Double type field information.
202203
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
203204
&quot;max&quot;: 3.14, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -222,7 +223,7 @@ <h3>Method Details</h3>
222223
&quot;maxLength&quot;: &quot;A String&quot;, # Maximum length of non-null values in the scanned data.
223224
&quot;minLength&quot;: &quot;A String&quot;, # Minimum length of non-null values in the scanned data.
224225
},
225-
&quot;topNValues&quot;: [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
226+
&quot;topNValues&quot;: [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
226227
{ # Top N non-null values in the scanned data.
227228
&quot;count&quot;: &quot;A String&quot;, # Count of the corresponding value in the scanned data.
228229
&quot;ratio&quot;: 3.14, # Ratio of the corresponding value in the field against the total number of rows in the scanned data.
@@ -330,6 +331,7 @@ <h3>Method Details</h3>
330331
&quot;strictMaxEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
331332
&quot;strictMinEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
332333
},
334+
&quot;suspended&quot;: True or False, # Optional. Whether the Rule is active or suspended. Default is false.
333335
&quot;tableConditionExpectation&quot;: { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) &gt;= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
334336
&quot;sqlExpression&quot;: &quot;A String&quot;, # Optional. The SQL expression.
335337
},
@@ -405,6 +407,7 @@ <h3>Method Details</h3>
405407
&quot;strictMaxEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
406408
&quot;strictMinEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
407409
},
410+
&quot;suspended&quot;: True or False, # Optional. Whether the Rule is active or suspended. Default is false.
408411
&quot;tableConditionExpectation&quot;: { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) &gt;= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
409412
&quot;sqlExpression&quot;: &quot;A String&quot;, # Optional. The SQL expression.
410413
},
@@ -459,7 +462,7 @@ <h3>Method Details</h3>
459462
&quot;mode&quot;: &quot;A String&quot;, # The mode of the field. Possible values include: REQUIRED, if it is a required field. NULLABLE, if it is an optional field. REPEATED, if it is a repeated field.
460463
&quot;name&quot;: &quot;A String&quot;, # The name of the field.
461464
&quot;profile&quot;: { # The profile information for each field type. # Profile information for the corresponding field.
462-
&quot;distinctRatio&quot;: 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
465+
&quot;distinctRatio&quot;: 3.14, # Ratio of rows with distinct values against total scanned rows. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
463466
&quot;doubleProfile&quot;: { # The profile information for a double type field. # Double type field information.
464467
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
465468
&quot;max&quot;: 3.14, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -484,7 +487,7 @@ <h3>Method Details</h3>
484487
&quot;maxLength&quot;: &quot;A String&quot;, # Maximum length of non-null values in the scanned data.
485488
&quot;minLength&quot;: &quot;A String&quot;, # Minimum length of non-null values in the scanned data.
486489
},
487-
&quot;topNValues&quot;: [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type RECORD and fields with REPEATABLE mode.
490+
&quot;topNValues&quot;: [ # The list of top N non-null values, frequency and ratio with which they occur in the scanned data. N is 10 or equal to the number of distinct values in the field, whichever is smaller. Not available for complex non-groupable field type, including RECORD, ARRAY, GEOGRAPHY, and JSON, as well as fields with REPEATABLE mode.
488491
{ # Top N non-null values in the scanned data.
489492
&quot;count&quot;: &quot;A String&quot;, # Count of the corresponding value in the scanned data.
490493
&quot;ratio&quot;: 3.14, # Ratio of the corresponding value in the field against the total number of rows in the scanned data.
@@ -592,6 +595,7 @@ <h3>Method Details</h3>
592595
&quot;strictMaxEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
593596
&quot;strictMinEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
594597
},
598+
&quot;suspended&quot;: True or False, # Optional. Whether the Rule is active or suspended. Default is false.
595599
&quot;tableConditionExpectation&quot;: { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) &gt;= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
596600
&quot;sqlExpression&quot;: &quot;A String&quot;, # Optional. The SQL expression.
597601
},
@@ -667,6 +671,7 @@ <h3>Method Details</h3>
667671
&quot;strictMaxEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly lesser than (&#x27;&lt;&#x27;) the maximum, or if equality is allowed.Only relevant if a max_value has been defined. Default = false.
668672
&quot;strictMinEnabled&quot;: True or False, # Optional. Whether column statistic needs to be strictly greater than (&#x27;&gt;&#x27;) the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.
669673
},
674+
&quot;suspended&quot;: True or False, # Optional. Whether the Rule is active or suspended. Default is false.
670675
&quot;tableConditionExpectation&quot;: { # Evaluates whether the provided expression is true.The SQL expression needs to use BigQuery standard SQL syntax and should produce a scalar boolean result.Example: MIN(col1) &gt;= 0 # Aggregate rule which evaluates whether the provided expression is true for a table.
671676
&quot;sqlExpression&quot;: &quot;A String&quot;, # Optional. The SQL expression.
672677
},

0 commit comments

Comments
 (0)