Skip to content

Commit 13e6a12

Browse files
fix(analyticshub): update the API
#### analyticshub:v1beta1 The following keys were changed: - schemas.Listing.properties.categories.description - schemas.Listing.properties.categories.items.enum - schemas.Listing.properties.categories.items.enumDescriptions #### analyticshub:v1 The following keys were changed: - schemas.Listing.properties.categories.description - schemas.Listing.properties.categories.items.enum - schemas.Listing.properties.categories.items.enumDescriptions
1 parent 769f574 commit 13e6a12

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

‎discovery/analyticshub-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@
10271027
}
10281028
}
10291029
},
1030-
"revision": "20250507",
1030+
"revision": "20250623",
10311031
"rootUrl": "https://analyticshub.googleapis.com/",
10321032
"schemas": {
10331033
"AuditConfig": {
@@ -1733,7 +1733,7 @@
17331733
"description": "Shared dataset i.e. BigQuery dataset source."
17341734
},
17351735
"categories": {
1736-
"description": "Optional. Categories of the listing. Up to two categories are allowed.",
1736+
"description": "Optional. Categories of the listing. Up to five categories are allowed.",
17371737
"items": {
17381738
"enum": [
17391739
"CATEGORY_UNSPECIFIED",
@@ -1755,7 +1755,8 @@
17551755
"CATEGORY_SPORTS",
17561756
"CATEGORY_SCIENCE_AND_RESEARCH",
17571757
"CATEGORY_TRANSPORTATION_AND_LOGISTICS",
1758-
"CATEGORY_TRAVEL_AND_TOURISM"
1758+
"CATEGORY_TRAVEL_AND_TOURISM",
1759+
"CATEGORY_GOOGLE_EARTH_ENGINE"
17591760
],
17601761
"enumDescriptions": [
17611762
"",
@@ -1777,6 +1778,7 @@
17771778
"",
17781779
"",
17791780
"",
1781+
"",
17801782
""
17811783
],
17821784
"type": "string"

‎discovery/analyticshub-v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20250507",
698+
"revision": "20250623",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {
@@ -1085,7 +1085,7 @@
10851085
"description": "Required. Shared dataset i.e. BigQuery dataset source."
10861086
},
10871087
"categories": {
1088-
"description": "Optional. Categories of the listing. Up to two categories are allowed.",
1088+
"description": "Optional. Categories of the listing. Up to five categories are allowed.",
10891089
"items": {
10901090
"enum": [
10911091
"CATEGORY_UNSPECIFIED",
@@ -1107,7 +1107,8 @@
11071107
"CATEGORY_SPORTS",
11081108
"CATEGORY_SCIENCE_AND_RESEARCH",
11091109
"CATEGORY_TRANSPORTATION_AND_LOGISTICS",
1110-
"CATEGORY_TRAVEL_AND_TOURISM"
1110+
"CATEGORY_TRAVEL_AND_TOURISM",
1111+
"CATEGORY_GOOGLE_EARTH_ENGINE"
11111112
],
11121113
"enumDescriptions": [
11131114
"",
@@ -1129,6 +1130,7 @@
11291130
"",
11301131
"",
11311132
"",
1133+
"",
11321134
""
11331135
],
11341136
"type": "string"

‎src/apis/analyticshub/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"webpack": "webpack"
2929
},
3030
"dependencies": {
31-
"googleapis-common": "^8.0.0"
31+
"googleapis-common": "^8.0.2-rc.0"
3232
},
3333
"devDependencies": {
3434
"@microsoft/api-documenter": "^7.8.10",

‎src/apis/analyticshub/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export namespace analyticshub_v1 {
622622
*/
623623
bigqueryDataset?: Schema$BigQueryDatasetSource;
624624
/**
625-
* Optional. Categories of the listing. Up to two categories are allowed.
625+
* Optional. Categories of the listing. Up to five categories are allowed.
626626
*/
627627
categories?: string[] | null;
628628
/**

‎src/apis/analyticshub/v1beta1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export namespace analyticshub_v1beta1 {
398398
*/
399399
bigqueryDataset?: Schema$BigQueryDatasetSource;
400400
/**
401-
* Optional. Categories of the listing. Up to two categories are allowed.
401+
* Optional. Categories of the listing. Up to five categories are allowed.
402402
*/
403403
categories?: string[] | null;
404404
/**

0 commit comments

Comments
 (0)