Skip to content

Commit 634d267

Browse files
feat(dataplex): update the api
#### dataplex:v1 The following keys were added: - schemas.GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs.properties.columnFilterApplied.type (Total Keys: 1)
1 parent f9dd302 commit 634d267

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
155155
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
156156
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
157-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
157+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
158158
&quot;A String&quot;,
159159
],
160160
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -443,7 +443,7 @@ <h3>Method Details</h3>
443443
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
444444
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
445445
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
446-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
446+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
447447
&quot;A String&quot;,
448448
],
449449
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -716,7 +716,7 @@ <h3>Method Details</h3>
716716
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
717717
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
718718
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
719-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
719+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
720720
&quot;A String&quot;,
721721
],
722722
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -950,7 +950,7 @@ <h3>Method Details</h3>
950950
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
951951
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
952952
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
953-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
953+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
954954
&quot;A String&quot;,
955955
],
956956
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -1201,7 +1201,7 @@ <h3>Method Details</h3>
12011201
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
12021202
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
12031203
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
1204-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
1204+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
12051205
&quot;A String&quot;,
12061206
],
12071207
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h3>Method Details</h3>
133133
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
134134
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
135135
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
136-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
136+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
137137
&quot;A String&quot;,
138138
],
139139
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335335
&quot;average&quot;: 3.14, # Average of non-null values in the scanned data. NaN, if the field has a NaN.
336336
&quot;max&quot;: &quot;A String&quot;, # Maximum of non-null values in the scanned data. NaN, if the field has a NaN.
337337
&quot;min&quot;: &quot;A String&quot;, # Minimum of non-null values in the scanned data. NaN, if the field has a NaN.
338-
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.
338+
&quot;quartiles&quot;: [ # A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.
339339
&quot;A String&quot;,
340340
],
341341
&quot;standardDeviation&quot;: 3.14, # Standard deviation of non-null values in the scanned data. NaN, if the field has a NaN.

googleapiclient/discovery_cache/documents/dataplex.v1.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4269,7 +4269,7 @@
42694269
}
42704270
}
42714271
},
4272-
"revision": "20230530",
4272+
"revision": "20230607",
42734273
"rootUrl": "https://dataplex.googleapis.com/",
42744274
"schemas": {
42754275
"Empty": {
@@ -5264,7 +5264,7 @@
52645264
"type": "string"
52655265
},
52665266
"quartiles": {
5267-
"description": "A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of quartile values for the scanned data, occurring in order Q1, median, Q3.",
5267+
"description": "A quartile divides the number of data points into four parts, or quarters, of more-or-less equal size. Three main quartiles used are: The first quartile (Q1) splits off the lowest 25% of data from the highest 75%. It is also known as the lower or 25th empirical quartile, as 25% of the data is below this point. The second quartile (Q2) is the median of a data set. So, 50% of the data lies below this point. The third quartile (Q3) splits off the highest 25% of data from the lowest 75%. It is known as the upper or 75th empirical quartile, as 75% of the data lies below this point. Here, the quartiles is provided as an ordered list of approximate quartile values for the scanned data, occurring in order Q1, median, Q3.",
52685268
"items": {
52695269
"format": "int64",
52705270
"type": "string"
@@ -5861,6 +5861,10 @@
58615861
"description": "Applied configs for data profile type data scan job.",
58625862
"id": "GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs",
58635863
"properties": {
5864+
"columnFilterApplied": {
5865+
"description": "Boolean indicating whether a column filter was applied in the DataScan job.",
5866+
"type": "boolean"
5867+
},
58645868
"rowFilterApplied": {
58655869
"description": "Boolean indicating whether a row filter was applied in the DataScan job.",
58665870
"type": "boolean"

0 commit comments

Comments
 (0)