Skip to content

Commit

Permalink
feat(serviceconsumermanagement): update the api
Browse files Browse the repository at this point in the history
#### serviceconsumermanagement:v1

The following keys were deleted:
- schemas.BackendRule.properties.minDeadline (Total Keys: 2)

#### serviceconsumermanagement:v1beta1

The following keys were deleted:
- schemas.BackendRule.properties.minDeadline (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 27, 2021
1 parent 7c05038 commit e204636
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 @@ -542,7 +542,7 @@
}
}
},
"revision": "20210519",
"revision": "20210525",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"AddTenantProjectRequest": {
Expand Down Expand Up @@ -777,11 +777,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 @@ -500,7 +500,7 @@
}
}
},
"revision": "20210519",
"revision": "20210525",
"rootUrl": "https://serviceconsumermanagement.googleapis.com/",
"schemas": {
"Api": {
Expand Down Expand Up @@ -686,11 +686,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 e204636

Please sign in to comment.