Skip to content

Commit

Permalink
feat(serviceusage): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed May 27, 2021
1 parent 0854302 commit b79b21e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@
}
}
},
"revision": "20210519",
"revision": "20210525",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AdminQuotaPolicy": {
Expand Down Expand Up @@ -647,11 +647,6 @@
"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.",
"type": "string"
},
"minDeadline": {
"description": "Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.",
"format": "double",
"type": "number"
},
"operationDeadline": {
"description": "The number of seconds to wait for the completion of a long running operation. The default is no deadline.",
"format": "double",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@
}
}
},
"revision": "20210517",
"revision": "20210525",
"rootUrl": "https://serviceusage.googleapis.com/",
"schemas": {
"AdminQuotaPolicy": {
Expand Down Expand Up @@ -1180,11 +1180,6 @@
"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.",
"type": "string"
},
"minDeadline": {
"description": "Minimum deadline in seconds needed for this method. Calls having deadline value lower than this will be rejected.",
"format": "double",
"type": "number"
},
"operationDeadline": {
"description": "The number of seconds to wait for the completion of a long running operation. The default is no deadline.",
"format": "double",
Expand Down

0 comments on commit b79b21e

Please sign in to comment.