Skip to content

Commit

Permalink
feat(cloudtasks)!: update the API
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This release has breaking changes.
#### cloudtasks:v2beta2
The following keys were deleted:
- schemas.Binding.properties.bindingId.type

#### cloudtasks:v2beta3
The following keys were deleted:
- schemas.Binding.properties.bindingId.type

#### cloudtasks:v2
The following keys were deleted:
- schemas.Binding.properties.bindingId.type
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Nov 30, 2020
1 parent ce9952f commit 44eaaf6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 15 deletions.
5 changes: 1 addition & 4 deletions discovery/cloudtasks-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
}
}
},
"revision": "20201030",
"revision": "20201111",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AppEngineHttpRequest": {
Expand Down Expand Up @@ -792,9 +792,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
5 changes: 1 addition & 4 deletions discovery/cloudtasks-v2beta2.json
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@
}
}
},
"revision": "20201030",
"revision": "20201111",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AcknowledgeTaskRequest": {
Expand Down Expand Up @@ -935,9 +935,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
5 changes: 1 addition & 4 deletions discovery/cloudtasks-v2beta3.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
}
}
},
"revision": "20201030",
"revision": "20201111",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AppEngineHttpQueue": {
Expand Down Expand Up @@ -803,9 +803,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
1 change: 0 additions & 1 deletion src/apis/cloudtasks/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export namespace cloudtasks_v2 {
* 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
1 change: 0 additions & 1 deletion src/apis/cloudtasks/v2beta2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ export namespace cloudtasks_v2beta2 {
* 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
1 change: 0 additions & 1 deletion src/apis/cloudtasks/v2beta3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export namespace cloudtasks_v2beta3 {
* 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 44eaaf6

Please sign in to comment.