Skip to content

Commit dc9cac0

Browse files
yoshi-automationsofisl
authored andcommitted
fix(analyticshub): update the API
#### analyticshub:v1 The following keys were changed: - schemas.RevokeSubscriptionResponse.description
1 parent 8666c6c commit dc9cac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

discovery/analyticshub-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20240715",
1025+
"revision": "20240826",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AnalyticsHubSubscriptionInfo": {
@@ -2146,7 +2146,7 @@
21462146
"type": "object"
21472147
},
21482148
"RevokeSubscriptionResponse": {
2149-
"description": "Message for response when you revoke a subscription.",
2149+
"description": "Message for response when you revoke a subscription. Empty for now.",
21502150
"id": "RevokeSubscriptionResponse",
21512151
"properties": {},
21522152
"type": "object"

src/apis/analyticshub/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ export namespace analyticshub_v1 {
926926
*/
927927
export interface Schema$RevokeSubscriptionRequest {}
928928
/**
929-
* Message for response when you revoke a subscription.
929+
* Message for response when you revoke a subscription. Empty for now.
930930
*/
931931
export interface Schema$RevokeSubscriptionResponse {}
932932
/**

0 commit comments

Comments
 (0)