Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 25af7f8

Browse files
committedOct 25, 2022
feat(datacatalog): update the api
#### datacatalog:v1 The following keys were deleted: - schemas.GoogleCloudDatacatalogV1ColumnSchema.properties.lookerColumnSpec.$ref (Total Keys: 1) - schemas.GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec (Total Keys: 3) - schemas.GoogleCloudDatacatalogV1UsageSignal.properties.favoriteCount (Total Keys: 2)
1 parent 412a524 commit 25af7f8

File tree

4 files changed

+2
-66
lines changed

4 files changed

+2
-66
lines changed
 

‎docs/dyn/datacatalog_v1.entries.html

-4
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,6 @@ <h3>Method Details</h3>
267267
{ # A column within a schema. Columns can be nested inside other columns.
268268
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
269269
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
270-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
271-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
272-
},
273270
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
274271
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
275272
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -285,7 +282,6 @@ <h3>Method Details</h3>
285282
},
286283
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
287284
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
288-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
289285
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
290286
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
291287
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)

‎docs/dyn/datacatalog_v1.projects.locations.entryGroups.entries.html

-24
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,6 @@ <h3>Method Details</h3>
298298
{ # A column within a schema. Columns can be nested inside other columns.
299299
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
300300
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
301-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
302-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
303-
},
304301
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
305302
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
306303
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -316,7 +313,6 @@ <h3>Method Details</h3>
316313
},
317314
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
318315
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
319-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
320316
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
321317
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
322318
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
@@ -505,9 +501,6 @@ <h3>Method Details</h3>
505501
{ # A column within a schema. Columns can be nested inside other columns.
506502
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
507503
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
508-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
509-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
510-
},
511504
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
512505
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
513506
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -523,7 +516,6 @@ <h3>Method Details</h3>
523516
},
524517
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
525518
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
526-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
527519
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
528520
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
529521
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
@@ -736,9 +728,6 @@ <h3>Method Details</h3>
736728
{ # A column within a schema. Columns can be nested inside other columns.
737729
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
738730
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
739-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
740-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
741-
},
742731
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
743732
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
744733
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -754,7 +743,6 @@ <h3>Method Details</h3>
754743
},
755744
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
756745
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
757-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
758746
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
759747
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
760748
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
@@ -997,9 +985,6 @@ <h3>Method Details</h3>
997985
{ # A column within a schema. Columns can be nested inside other columns.
998986
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
999987
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
1000-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
1001-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
1002-
},
1003988
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
1004989
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
1005990
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -1015,7 +1000,6 @@ <h3>Method Details</h3>
10151000
},
10161001
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
10171002
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
1018-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
10191003
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
10201004
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
10211005
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
@@ -1288,9 +1272,6 @@ <h3>Method Details</h3>
12881272
{ # A column within a schema. Columns can be nested inside other columns.
12891273
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
12901274
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
1291-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
1292-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
1293-
},
12941275
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
12951276
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
12961277
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -1306,7 +1287,6 @@ <h3>Method Details</h3>
13061287
},
13071288
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
13081289
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
1309-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
13101290
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
13111291
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
13121292
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)
@@ -1495,9 +1475,6 @@ <h3>Method Details</h3>
14951475
{ # A column within a schema. Columns can be nested inside other columns.
14961476
&quot;column&quot;: &quot;A String&quot;, # Required. Name of the column. Must be a UTF-8 string without dots (.). The maximum size is 64 bytes.
14971477
&quot;description&quot;: &quot;A String&quot;, # Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.
1498-
&quot;lookerColumnSpec&quot;: { # Column info specific to Looker System. # Looker specific column info of this column.
1499-
&quot;type&quot;: &quot;A String&quot;, # Looker specific column type of this column.
1500-
},
15011478
&quot;mode&quot;: &quot;A String&quot;, # Optional. A column&#x27;s mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.
15021479
&quot;subcolumns&quot;: [ # Optional. Schema of sub-columns. A column can have zero or more sub-columns.
15031480
# Object with schema name: GoogleCloudDatacatalogV1ColumnSchema
@@ -1513,7 +1490,6 @@ <h3>Method Details</h3>
15131490
},
15141491
&quot;type&quot;: &quot;A String&quot;, # The type of the entry. Only used for entries with types listed in the `EntryType` enum. Currently, only `FILESET` enum value is allowed. All other entries created in Data Catalog must use the `user_specified_type`.
15151492
&quot;usageSignal&quot;: { # The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day. # Resource usage statistics.
1516-
&quot;favoriteCount&quot;: &quot;A String&quot;, # Favorite count in the source system.
15171493
&quot;updateTime&quot;: &quot;A String&quot;, # The end timestamp of the duration of usage statistics.
15181494
&quot;usageWithinTimeRange&quot;: { # Output only. BigQuery usage statistics over each of the predefined time ranges. Supported time ranges are `{&quot;24H&quot;, &quot;7D&quot;, &quot;30D&quot;}`.
15191495
&quot;a_key&quot;: { # Detailed statistics on the entry&#x27;s usage. Usage statistics have the following limitations: - Only BigQuery tables have them. - They only include BigQuery query jobs. - They might be underestimated because wildcard table references are not yet counted. For more information, see [Querying multiple tables using a wildcard table] (https://cloud.google.com/bigquery/docs/querying-wildcard-tables)

‎googleapiclient/discovery_cache/documents/datacatalog.v1.json

+1-37
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@
19531953
}
19541954
}
19551955
},
1956-
"revision": "20220922",
1956+
"revision": "20221017",
19571957
"rootUrl": "https://datacatalog.googleapis.com/",
19581958
"schemas": {
19591959
"Binding": {
@@ -2187,10 +2187,6 @@
21872187
"description": "Optional. Description of the column. Default value is an empty string. The description must be a UTF-8 string with the maximum size of 2000 bytes.",
21882188
"type": "string"
21892189
},
2190-
"lookerColumnSpec": {
2191-
"$ref": "GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec",
2192-
"description": "Looker specific column info of this column."
2193-
},
21942190
"mode": {
21952191
"description": "Optional. A column's mode indicates whether values in this column are required, nullable, or repeated. Only `NULLABLE`, `REQUIRED`, and `REPEATED` values are supported. Default mode is `NULLABLE`.",
21962192
"type": "string"
@@ -2209,33 +2205,6 @@
22092205
},
22102206
"type": "object"
22112207
},
2212-
"GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec": {
2213-
"description": "Column info specific to Looker System.",
2214-
"id": "GoogleCloudDatacatalogV1ColumnSchemaLookerColumnSpec",
2215-
"properties": {
2216-
"type": {
2217-
"description": "Looker specific column type of this column.",
2218-
"enum": [
2219-
"LOOKER_COLUMN_TYPE_UNSPECIFIED",
2220-
"DIMENSION",
2221-
"DIMENSION_GROUP",
2222-
"FILTER",
2223-
"MEASURE",
2224-
"PAREMETER"
2225-
],
2226-
"enumDescriptions": [
2227-
"Unspecified.",
2228-
"Dimension.",
2229-
"Dimension group - parent for Dimension.",
2230-
"Filter.",
2231-
"Measure.",
2232-
"Parameter."
2233-
],
2234-
"type": "string"
2235-
}
2236-
},
2237-
"type": "object"
2238-
},
22392208
"GoogleCloudDatacatalogV1Contacts": {
22402209
"description": "Contact people for the entry.",
22412210
"id": "GoogleCloudDatacatalogV1Contacts",
@@ -3657,11 +3626,6 @@
36573626
"description": "The set of all usage signals that Data Catalog stores. Note: Usually, these signals are updated daily. In rare cases, an update may fail but will be performed again on the next day.",
36583627
"id": "GoogleCloudDatacatalogV1UsageSignal",
36593628
"properties": {
3660-
"favoriteCount": {
3661-
"description": "Favorite count in the source system.",
3662-
"format": "int64",
3663-
"type": "string"
3664-
},
36653629
"updateTime": {
36663630
"description": "The end timestamp of the duration of usage statistics.",
36673631
"format": "google-datetime",

‎googleapiclient/discovery_cache/documents/datacatalog.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@
18081808
}
18091809
}
18101810
},
1811-
"revision": "20220922",
1811+
"revision": "20221017",
18121812
"rootUrl": "https://datacatalog.googleapis.com/",
18131813
"schemas": {
18141814
"Binding": {

0 commit comments

Comments
 (0)
Please sign in to comment.