diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/README.md b/clients/google-api-services-cloudidentity/v1/2.0.0/README.md index 67de2c65847..0641547fcf0 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/README.md +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20260601-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java index fc85a7d7f64..5cfb4bd053d 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/com/google/api/services/cloudidentity/v1/CloudIdentity.java @@ -11470,53 +11470,50 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Optional. A CEL expression for filtering the results. Policies can be filtered by - * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies - * can be filtered by setting type with this expression: - * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with - * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the - * [Admin SDK `Customer` resource](https://developers.google.com/admin- - * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify - * your own organization. When no customer is mentioned it will be default to - * customers/my_customer. You may only filter on policies for a single customer at a time. The - * above clauses can be combined together in a single filter expression with the `&&` and `||` - * operators, like in the following example: customer == "customers/my_customer" && ( - * setting.type.matches('^settings/gmail\\..*$') || - * setting.type.matches('^.*\\.service_status$') ) + * Optional. A CEL expression for filtering the results. Policies can be filtered using the + * expression in the following ways: - Filter by application: + * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type: + * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer == + * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). + * You may use `customers/my_customer` to specify your own organization. When no `customer` is + * mentioned it will be default to `customers/my_customer`. You may only filter on policies + * for a single customer at a time. The above clauses can be combined together in a single + * filter expression with the `&&` and `||` operators, like in the following example: + * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || + * setting.type.matches('^.*\\.service_status$') )`. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. A CEL expression for filtering the results. Policies can be filtered by application with - this expression: setting.type.matches('^settings/gmail\\..*$') Policies can be filtered by setting - type with this expression: setting.type.matches('^.*\\.service_status$') Policies can be filtered - by customer with this expression: customer == "customers/{customer}" Where `customer` is the `id` - from the [Admin SDK `Customer` resource](https://developers.google.com/admin- - sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own - organization. When no customer is mentioned it will be default to customers/my_customer. You may - only filter on policies for a single customer at a time. The above clauses can be combined together - in a single filter expression with the `&&` and `||` operators, like in the following example: - customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || - setting.type.matches('^.*\\.service_status$') ) + /** Optional. A CEL expression for filtering the results. Policies can be filtered using the expression + in the following ways: - Filter by application: `setting.type.matches('^settings/gmail\\..*$')` - + Filter by setting type: `setting.type.matches('^.*\\.service_status$')` - Filter by customer: + `customer == "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may + use `customers/my_customer` to specify your own organization. When no `customer` is mentioned it + will be default to `customers/my_customer`. You may only filter on policies for a single customer + at a time. The above clauses can be combined together in a single filter expression with the `&&` + and `||` operators, like in the following example: `customer == "customers/my_customer" && ( + setting.type.matches('^settings/gmail\\..*$') || setting.type.matches('^.*\\.service_status$') )`. */ public java.lang.String getFilter() { return filter; } /** - * Optional. A CEL expression for filtering the results. Policies can be filtered by - * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies - * can be filtered by setting type with this expression: - * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with - * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the - * [Admin SDK `Customer` resource](https://developers.google.com/admin- - * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify - * your own organization. When no customer is mentioned it will be default to - * customers/my_customer. You may only filter on policies for a single customer at a time. The - * above clauses can be combined together in a single filter expression with the `&&` and `||` - * operators, like in the following example: customer == "customers/my_customer" && ( - * setting.type.matches('^settings/gmail\\..*$') || - * setting.type.matches('^.*\\.service_status$') ) + * Optional. A CEL expression for filtering the results. Policies can be filtered using the + * expression in the following ways: - Filter by application: + * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type: + * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer == + * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). + * You may use `customers/my_customer` to specify your own organization. When no `customer` is + * mentioned it will be default to `customers/my_customer`. You may only filter on policies + * for a single customer at a time. The above clauses can be combined together in a single + * filter expression with the `&&` and `||` operators, like in the following example: + * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || + * setting.type.matches('^.*\\.service_status$') )`. */ public List setFilter(java.lang.String filter) { this.filter = filter; @@ -11525,15 +11522,15 @@ public List setFilter(java.lang.String filter) { /** * Optional. The maximum number of results to return. The service can return fewer than this - * number. If omitted or set to 0, the default is 50 results per page. The maximum allowed - * value is 100. `page_size` values greater than 100 default to 100. + * number. If omitted or set to `0`, the default is `50` results per page. The maximum allowed + * value is `100`. `page_size` values greater than `100` default to `100`. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; /** Optional. The maximum number of results to return. The service can return fewer than this number. - If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. - `page_size` values greater than 100 default to 100. + If omitted or set to `0`, the default is `50` results per page. The maximum allowed value is `100`. + `page_size` values greater than `100` default to `100`. */ public java.lang.Integer getPageSize() { return pageSize; @@ -11541,8 +11538,8 @@ public java.lang.Integer getPageSize() { /** * Optional. The maximum number of results to return. The service can return fewer than this - * number. If omitted or set to 0, the default is 50 results per page. The maximum allowed - * value is 100. `page_size` values greater than 100 default to 100. + * number. If omitted or set to `0`, the default is `50` results per page. The maximum allowed + * value is `100`. `page_size` values greater than `100` default to `100`. */ public List setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; diff --git a/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml b/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml index 3d1020a1a2d..919218a19ae 100644 --- a/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudidentity/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudidentity - v1-rev20260524-2.0.0 - Cloud Identity API v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 + Cloud Identity API v1-rev20260601-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudidentity/v1/README.md b/clients/google-api-services-cloudidentity/v1/README.md index 67de2c65847..0641547fcf0 100644 --- a/clients/google-api-services-cloudidentity/v1/README.md +++ b/clients/google-api-services-cloudidentity/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1-rev20260524-2.0.0 + v1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1-rev20260601-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md index 541d2bcb935..2a48f986d97 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1beta1-rev20260524-2.0.0 + v1beta1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20260601-2.0.0' } ``` diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentity.java b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentity.java index ee47b1a5470..cee2fdbba0c 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentity.java +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/CloudIdentity.java @@ -11673,53 +11673,50 @@ public List setUploadProtocol(java.lang.String uploadProtocol) { } /** - * Optional. A CEL expression for filtering the results. Policies can be filtered by - * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies - * can be filtered by setting type with this expression: - * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with - * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the - * [Admin SDK `Customer` resource](https://developers.google.com/admin- - * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify - * your own organization. When no customer is mentioned it will be default to - * customers/my_customer. You may only filter on policies for a single customer at a time. The - * above clauses can be combined together in a single filter expression with the `&&` and `||` - * operators, like in the following example: customer == "customers/my_customer" && ( - * setting.type.matches('^settings/gmail\\..*$') || - * setting.type.matches('^.*\\.service_status$') ) + * Optional. A CEL expression for filtering the results. Policies can be filtered using the + * expression in the following ways: - Filter by application: + * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type: + * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer == + * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). + * You may use `customers/my_customer` to specify your own organization. When no `customer` is + * mentioned it will be default to `customers/my_customer`. You may only filter on policies + * for a single customer at a time. The above clauses can be combined together in a single + * filter expression with the `&&` and `||` operators, like in the following example: + * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || + * setting.type.matches('^.*\\.service_status$') )`. */ @com.google.api.client.util.Key private java.lang.String filter; - /** Optional. A CEL expression for filtering the results. Policies can be filtered by application with - this expression: setting.type.matches('^settings/gmail\\..*$') Policies can be filtered by setting - type with this expression: setting.type.matches('^.*\\.service_status$') Policies can be filtered - by customer with this expression: customer == "customers/{customer}" Where `customer` is the `id` - from the [Admin SDK `Customer` resource](https://developers.google.com/admin- - sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify your own - organization. When no customer is mentioned it will be default to customers/my_customer. You may - only filter on policies for a single customer at a time. The above clauses can be combined together - in a single filter expression with the `&&` and `||` operators, like in the following example: - customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || - setting.type.matches('^.*\\.service_status$') ) + /** Optional. A CEL expression for filtering the results. Policies can be filtered using the expression + in the following ways: - Filter by application: `setting.type.matches('^settings/gmail\\..*$')` - + Filter by setting type: `setting.type.matches('^.*\\.service_status$')` - Filter by customer: + `customer == "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). You may + use `customers/my_customer` to specify your own organization. When no `customer` is mentioned it + will be default to `customers/my_customer`. You may only filter on policies for a single customer + at a time. The above clauses can be combined together in a single filter expression with the `&&` + and `||` operators, like in the following example: `customer == "customers/my_customer" && ( + setting.type.matches('^settings/gmail\\..*$') || setting.type.matches('^.*\\.service_status$') )`. */ public java.lang.String getFilter() { return filter; } /** - * Optional. A CEL expression for filtering the results. Policies can be filtered by - * application with this expression: setting.type.matches('^settings/gmail\\..*$') Policies - * can be filtered by setting type with this expression: - * setting.type.matches('^.*\\.service_status$') Policies can be filtered by customer with - * this expression: customer == "customers/{customer}" Where `customer` is the `id` from the - * [Admin SDK `Customer` resource](https://developers.google.com/admin- - * sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer` to specify - * your own organization. When no customer is mentioned it will be default to - * customers/my_customer. You may only filter on policies for a single customer at a time. The - * above clauses can be combined together in a single filter expression with the `&&` and `||` - * operators, like in the following example: customer == "customers/my_customer" && ( - * setting.type.matches('^settings/gmail\\..*$') || - * setting.type.matches('^.*\\.service_status$') ) + * Optional. A CEL expression for filtering the results. Policies can be filtered using the + * expression in the following ways: - Filter by application: + * `setting.type.matches('^settings/gmail\\..*$')` - Filter by setting type: + * `setting.type.matches('^.*\\.service_status$')` - Filter by customer: `customer == + * "customers/{customer}"` Where `customer` is the `id` from the [Admin SDK `Customer` + * resource](https://developers.google.com/admin-sdk/directory/reference/rest/v1/customers). + * You may use `customers/my_customer` to specify your own organization. When no `customer` is + * mentioned it will be default to `customers/my_customer`. You may only filter on policies + * for a single customer at a time. The above clauses can be combined together in a single + * filter expression with the `&&` and `||` operators, like in the following example: + * `customer == "customers/my_customer" && ( setting.type.matches('^settings/gmail\\..*$') || + * setting.type.matches('^.*\\.service_status$') )`. */ public List setFilter(java.lang.String filter) { this.filter = filter; @@ -11728,15 +11725,15 @@ public List setFilter(java.lang.String filter) { /** * Optional. The maximum number of results to return. The service can return fewer than this - * number. If omitted or set to 0, the default is 50 results per page. The maximum allowed - * value is 100. `page_size` values greater than 100 default to 100. + * number. If omitted or set to `0`, the default is `50` results per page. The maximum allowed + * value is `100`. `page_size` values greater than `100` default to `100`. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; /** Optional. The maximum number of results to return. The service can return fewer than this number. - If omitted or set to 0, the default is 50 results per page. The maximum allowed value is 100. - `page_size` values greater than 100 default to 100. + If omitted or set to `0`, the default is `50` results per page. The maximum allowed value is `100`. + `page_size` values greater than `100` default to `100`. */ public java.lang.Integer getPageSize() { return pageSize; @@ -11744,8 +11741,8 @@ public java.lang.Integer getPageSize() { /** * Optional. The maximum number of results to return. The service can return fewer than this - * number. If omitted or set to 0, the default is 50 results per page. The maximum allowed - * value is 100. `page_size` values greater than 100 default to 100. + * number. If omitted or set to `0`, the default is `50` results per page. The maximum allowed + * value is `100`. `page_size` values greater than `100` default to `100`. */ public List setPageSize(java.lang.Integer pageSize) { this.pageSize = pageSize; diff --git a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml index c6a9912b997..8b52bbba1a1 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-cloudidentity/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-cloudidentity - v1beta1-rev20260524-2.0.0 - Cloud Identity API v1beta1-rev20260524-2.0.0 + v1beta1-rev20260601-2.0.0 + Cloud Identity API v1beta1-rev20260601-2.0.0 jar 2011 diff --git a/clients/google-api-services-cloudidentity/v1beta1/README.md b/clients/google-api-services-cloudidentity/v1beta1/README.md index 541d2bcb935..2a48f986d97 100644 --- a/clients/google-api-services-cloudidentity/v1beta1/README.md +++ b/clients/google-api-services-cloudidentity/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-cloudidentity - v1beta1-rev20260524-2.0.0 + v1beta1-rev20260601-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20260524-2.0.0' + implementation 'com.google.apis:google-api-services-cloudidentity:v1beta1-rev20260601-2.0.0' } ```