File tree Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Expand file tree Collapse file tree 5 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1027
1027
}
1028
1028
}
1029
1029
},
1030
- "revision" : " 20250507 " ,
1030
+ "revision" : " 20250623 " ,
1031
1031
"rootUrl" : " https://analyticshub.googleapis.com/" ,
1032
1032
"schemas" : {
1033
1033
"AuditConfig" : {
1733
1733
"description" : " Shared dataset i.e. BigQuery dataset source."
1734
1734
},
1735
1735
"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." ,
1737
1737
"items" : {
1738
1738
"enum" : [
1739
1739
" CATEGORY_UNSPECIFIED" ,
1755
1755
" CATEGORY_SPORTS" ,
1756
1756
" CATEGORY_SCIENCE_AND_RESEARCH" ,
1757
1757
" CATEGORY_TRANSPORTATION_AND_LOGISTICS" ,
1758
- " CATEGORY_TRAVEL_AND_TOURISM"
1758
+ " CATEGORY_TRAVEL_AND_TOURISM" ,
1759
+ " CATEGORY_GOOGLE_EARTH_ENGINE"
1759
1760
],
1760
1761
"enumDescriptions" : [
1761
1762
" " ,
1777
1778
" " ,
1778
1779
" " ,
1779
1780
" " ,
1781
+ " " ,
1780
1782
" "
1781
1783
],
1782
1784
"type" : " string"
Original file line number Diff line number Diff line change 695
695
}
696
696
}
697
697
},
698
- "revision" : " 20250507 " ,
698
+ "revision" : " 20250623 " ,
699
699
"rootUrl" : " https://analyticshub.googleapis.com/" ,
700
700
"schemas" : {
701
701
"AuditConfig" : {
1085
1085
"description" : " Required. Shared dataset i.e. BigQuery dataset source."
1086
1086
},
1087
1087
"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." ,
1089
1089
"items" : {
1090
1090
"enum" : [
1091
1091
" CATEGORY_UNSPECIFIED" ,
1107
1107
" CATEGORY_SPORTS" ,
1108
1108
" CATEGORY_SCIENCE_AND_RESEARCH" ,
1109
1109
" CATEGORY_TRANSPORTATION_AND_LOGISTICS" ,
1110
- " CATEGORY_TRAVEL_AND_TOURISM"
1110
+ " CATEGORY_TRAVEL_AND_TOURISM" ,
1111
+ " CATEGORY_GOOGLE_EARTH_ENGINE"
1111
1112
],
1112
1113
"enumDescriptions" : [
1113
1114
" " ,
1129
1130
" " ,
1130
1131
" " ,
1131
1132
" " ,
1133
+ " " ,
1132
1134
" "
1133
1135
],
1134
1136
"type" : " string"
Original file line number Diff line number Diff line change 28
28
"webpack" : " webpack"
29
29
},
30
30
"dependencies" : {
31
- "googleapis-common" : " ^8.0.0"
31
+ "googleapis-common" : " ^8.0.2-rc. 0"
32
32
},
33
33
"devDependencies" : {
34
34
"@microsoft/api-documenter" : " ^7.8.10" ,
Original file line number Diff line number Diff line change @@ -622,7 +622,7 @@ export namespace analyticshub_v1 {
622
622
*/
623
623
bigqueryDataset ?: Schema$BigQueryDatasetSource ;
624
624
/**
625
- * Optional. Categories of the listing. Up to two categories are allowed.
625
+ * Optional. Categories of the listing. Up to five categories are allowed.
626
626
*/
627
627
categories ?: string [ ] | null ;
628
628
/**
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ export namespace analyticshub_v1beta1 {
398
398
*/
399
399
bigqueryDataset ?: Schema$BigQueryDatasetSource ;
400
400
/**
401
- * Optional. Categories of the listing. Up to two categories are allowed.
401
+ * Optional. Categories of the listing. Up to five categories are allowed.
402
402
*/
403
403
categories ?: string [ ] | null ;
404
404
/**
You can’t perform that action at this time.
0 commit comments