Skip to content

Commit

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

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

#### servicenetworking:v1beta

The following keys were deleted:
- schemas.BackendRule.properties.minDeadline (Total Keys: 2)
  • Loading branch information
yoshi-automation committed May 25, 2021
1 parent cd1a5fc commit c0ad756
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 @@ -860,7 +860,7 @@
}
}
},
"revision": "20210519",
"revision": "20210522",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -1206,11 +1206,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 @@ -307,7 +307,7 @@
}
}
},
"revision": "20210519",
"revision": "20210522",
"rootUrl": "https://servicenetworking.googleapis.com/",
"schemas": {
"AddDnsRecordSetMetadata": {
Expand Down Expand Up @@ -583,11 +583,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 c0ad756

Please sign in to comment.