Skip to content

Commit

Permalink
feat(spanner)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.
#### spanner:v1
The following keys were deleted:
- schemas.Binding.properties.bindingId.type
  • Loading branch information
yoshi-automation authored and bcoe committed Nov 16, 2020
1 parent ab277c0 commit 331bfb8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions discovery/spanner-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1895,7 +1895,7 @@
}
}
},
"revision": "20201029",
"revision": "20201107",
"rootUrl": "https://spanner.googleapis.com/",
"schemas": {
"Backup": {
Expand Down Expand Up @@ -2018,9 +2018,6 @@
"description": "Associates `members` with a `role`.",
"id": "Binding",
"properties": {
"bindingId": {
"type": "string"
},
"condition": {
"$ref": "Expr",
"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
Expand Down
2 changes: 1 addition & 1 deletion src/apis/spanner/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@google/spanner",
"name": "@googleapis/spanner",
"version": "0.1.0",
"description": "spanner",
"main": "build/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/apis/spanner/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export namespace spanner_v1 {
* Associates `members` with a `role`.
*/
export interface Schema$Binding {
bindingId?: string | null;
/**
* The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the members in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
*/
Expand Down

0 comments on commit 331bfb8

Please sign in to comment.