Skip to content

Commit b79b21e

Browse files
feat(serviceusage): update the api
#### serviceusage:v1 The following keys were deleted: - schemas.BackendRule.properties.minDeadline (Total Keys: 2) #### serviceusage:v1beta1 The following keys were deleted: - schemas.BackendRule.properties.minDeadline (Total Keys: 2)
1 parent 0854302 commit b79b21e

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

googleapiclient/discovery_cache/documents/serviceusage.v1.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@
426426
}
427427
}
428428
},
429-
"revision": "20210519",
429+
"revision": "20210525",
430430
"rootUrl": "https://serviceusage.googleapis.com/",
431431
"schemas": {
432432
"AdminQuotaPolicy": {
@@ -647,11 +647,6 @@
647647
"description": "The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP \"authorization\" header, and sent to the backend.",
648648
"type": "string"
649649
},
650-
"minDeadline": {
651-
"description": "Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.",
652-
"format": "double",
653-
"type": "number"
654-
},
655650
"operationDeadline": {
656651
"description": "The number of seconds to wait for the completion of a long running operation. The default is no deadline.",
657652
"format": "double",

googleapiclient/discovery_cache/documents/serviceusage.v1beta1.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@
959959
}
960960
}
961961
},
962-
"revision": "20210517",
962+
"revision": "20210525",
963963
"rootUrl": "https://serviceusage.googleapis.com/",
964964
"schemas": {
965965
"AdminQuotaPolicy": {
@@ -1180,11 +1180,6 @@
11801180
"description": "The JWT audience is used when generating a JWT ID token for the backend. This ID token will be added in the HTTP \"authorization\" header, and sent to the backend.",
11811181
"type": "string"
11821182
},
1183-
"minDeadline": {
1184-
"description": "Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.",
1185-
"format": "double",
1186-
"type": "number"
1187-
},
11881183
"operationDeadline": {
11891184
"description": "The number of seconds to wait for the completion of a long running operation. The default is no deadline.",
11901185
"format": "double",

0 commit comments

Comments
 (0)