Skip to content

Commit

Permalink
fix(cloudidentity): update the API
Browse files Browse the repository at this point in the history
#### cloudidentity:v1beta1

The following keys were changed:
- schemas.DynamicGroupMetadata.properties.queries.description

#### cloudidentity:v1

The following keys were changed:
- schemas.DynamicGroupMetadata.properties.queries.description
  • Loading branch information
yoshi-automation authored and sofisl committed Jan 5, 2024
1 parent 31158a2 commit 22610b3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudidentity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@
}
}
},
"revision": "20231211",
"revision": "20240101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2098,7 +2098,7 @@
"id": "DynamicGroupMetadata",
"properties": {
"queries": {
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.",
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.",
"items": {
"$ref": "DynamicGroupQuery"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudidentity-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2015,7 +2015,7 @@
}
}
},
"revision": "20231211",
"revision": "20240101",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2814,7 +2814,7 @@
"id": "DynamicGroupMetadata",
"properties": {
"queries": {
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.",
"description": "Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.",
"items": {
"$ref": "DynamicGroupQuery"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export namespace cloudidentity_v1 {
*/
export interface Schema$DynamicGroupMetadata {
/**
* Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
* Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.
*/
queries?: Schema$DynamicGroupQuery[];
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudidentity/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export namespace cloudidentity_v1beta1 {
*/
export interface Schema$DynamicGroupMetadata {
/**
* Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
* Memberships will be the union of all queries. Only one entry with USER resource is currently supported. Customers can create up to 500 dynamic groups.
*/
queries?: Schema$DynamicGroupQuery[];
/**
Expand Down

0 comments on commit 22610b3

Please sign in to comment.