From 660e99b1de9caba07db5e9f6a3638f298695c03f Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Sat, 22 Aug 2026 17:30:01 -0700 Subject: [PATCH] chore: regenerate accesscontextmanager client --- .../v1/2.0.0/README.md | 4 +- .../v1/AccessContextManager.java | 69 +++++++++++++++++++ .../v1/model/ClientScope.java | 6 +- .../v1/model/Principal.java | 42 +++++++---- .../v1/model/Project.java | 14 ++-- .../v1/model/SessionSettings.java | 24 +++---- .../v1/2.0.0/pom.xml | 4 +- .../v1/README.md | 4 +- 8 files changed, 124 insertions(+), 43 deletions(-) diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/README.md b/clients/google-api-services-accesscontextmanager/v1/2.0.0/README.md index 1aca4137ea7..a63508fb35d 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/README.md +++ b/clients/google-api-services-accesscontextmanager/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-accesscontextmanager - v1-rev20260809-2.0.0 + v1-rev20260819-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260809-2.0.0' + implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260819-2.0.0' } ``` diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java index 78462e48531..e01f3baa333 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java @@ -3911,6 +3911,29 @@ public Get setName(java.lang.String name) { return this; } + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it. + */ + @com.google.api.client.util.Key + private java.lang.String deletedPrincipalSyntax; + + /** Optional. If true, the response will contain the deleted principal syntax for identities that + support it. + */ + public java.lang.String getDeletedPrincipalSyntax() { + return deletedPrincipalSyntax; + } + + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it. + */ + public Get setDeletedPrincipalSyntax(java.lang.String deletedPrincipalSyntax) { + this.deletedPrincipalSyntax = deletedPrincipalSyntax; + return this; + } + @Override public Get set(String parameterName, Object value) { return (Get) super.set(parameterName, value); @@ -4059,6 +4082,29 @@ public List setParent(java.lang.String parent) { return this; } + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it. + */ + @com.google.api.client.util.Key + private java.lang.String deletedPrincipalSyntax; + + /** Optional. If true, the response will contain the deleted principal syntax for identities that + support it. + */ + public java.lang.String getDeletedPrincipalSyntax() { + return deletedPrincipalSyntax; + } + + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it. + */ + public List setDeletedPrincipalSyntax(java.lang.String deletedPrincipalSyntax) { + this.deletedPrincipalSyntax = deletedPrincipalSyntax; + return this; + } + /** Number of Service Perimeters to include in the list. Default 100. */ @com.google.api.client.util.Key private java.lang.Integer pageSize; @@ -4252,6 +4298,29 @@ public Patch setName(java.lang.String name) { return this; } + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it and the request can contain identities with deleted principal syntax. + */ + @com.google.api.client.util.Key + private java.lang.String deletedPrincipalSyntax; + + /** Optional. If true, the response will contain the deleted principal syntax for identities that + support it and the request can contain identities with deleted principal syntax. + */ + public java.lang.String getDeletedPrincipalSyntax() { + return deletedPrincipalSyntax; + } + + /** + * Optional. If true, the response will contain the deleted principal syntax for identities + * that support it and the request can contain identities with deleted principal syntax. + */ + public Patch setDeletedPrincipalSyntax(java.lang.String deletedPrincipalSyntax) { + this.deletedPrincipalSyntax = deletedPrincipalSyntax; + return this; + } + /** Required. Mask to control which fields get updated. Must be non-empty. */ @com.google.api.client.util.Key private String updateMask; diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/ClientScope.java b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/ClientScope.java index 8c07bb8ba4a..a09de460df0 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/ClientScope.java +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/ClientScope.java @@ -38,7 +38,7 @@ public final class ClientScope extends com.google.api.client.json.GenericJson { private Application restrictedClientApplication; /** - * Optional. The GCP project that is subject to this binding's scope. + * Optional. The Google Cloud project that is subject to this binding's scope. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -62,7 +62,7 @@ public ClientScope setRestrictedClientApplication(Application restrictedClientAp } /** - * Optional. The GCP project that is subject to this binding's scope. + * Optional. The Google Cloud project that is subject to this binding's scope. * @return value or {@code null} for none */ public Project getRestrictedProject() { @@ -70,7 +70,7 @@ public Project getRestrictedProject() { } /** - * Optional. The GCP project that is subject to this binding's scope. + * Optional. The Google Cloud project that is subject to this binding's scope. * @param restrictedProject restrictedProject or {@code null} for none */ public ClientScope setRestrictedProject(Project restrictedProject) { diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Principal.java b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Principal.java index 71d630974f8..f42bddae918 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Principal.java +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Principal.java @@ -32,11 +32,15 @@ public final class Principal extends com.google.api.client.json.GenericJson { /** - * Immutable. IAM federated principal name to assign policies to workforce/workload federated - * identities. Can be principal set or single principal, here are some examples: Single principal: - * principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools - * /{pool_id}/subject/{subject_attribute_value} PrincipalSet: principalSet://iam.googleapis.com/pr - * ojects/{project_number}/locations/global/workloadIdentityPools/{pool_id} + * Immutable. The IAM principal identifier of the federated workforce or workload to assign the + * policy to. Examples include the following: * Single principal: `principal://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_att + * ribute_value}` * All workloads in a workload identity pool: `principalSet://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}` * All Workforce + * Pools in a Google Cloud organization: `principalSet://cloudresourcemanager.googleapis.com/organ + * izations/{organization_id}/type/WorkforcePool` Bindings created for all Workforce Pools in a + * Google Cloud organization support only `scoped_access_settings` with the `restricted_project` + * client scope and active `session_settings`. No other configurations are allowed. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -62,11 +66,15 @@ public final class Principal extends com.google.api.client.json.GenericJson { private java.lang.String serviceAccountProjectNumber; /** - * Immutable. IAM federated principal name to assign policies to workforce/workload federated - * identities. Can be principal set or single principal, here are some examples: Single principal: - * principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools - * /{pool_id}/subject/{subject_attribute_value} PrincipalSet: principalSet://iam.googleapis.com/pr - * ojects/{project_number}/locations/global/workloadIdentityPools/{pool_id} + * Immutable. The IAM principal identifier of the federated workforce or workload to assign the + * policy to. Examples include the following: * Single principal: `principal://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_att + * ribute_value}` * All workloads in a workload identity pool: `principalSet://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}` * All Workforce + * Pools in a Google Cloud organization: `principalSet://cloudresourcemanager.googleapis.com/organ + * izations/{organization_id}/type/WorkforcePool` Bindings created for all Workforce Pools in a + * Google Cloud organization support only `scoped_access_settings` with the `restricted_project` + * client scope and active `session_settings`. No other configurations are allowed. * @return value or {@code null} for none */ public java.lang.String getFederatedPrincipal() { @@ -74,11 +82,15 @@ public java.lang.String getFederatedPrincipal() { } /** - * Immutable. IAM federated principal name to assign policies to workforce/workload federated - * identities. Can be principal set or single principal, here are some examples: Single principal: - * principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools - * /{pool_id}/subject/{subject_attribute_value} PrincipalSet: principalSet://iam.googleapis.com/pr - * ojects/{project_number}/locations/global/workloadIdentityPools/{pool_id} + * Immutable. The IAM principal identifier of the federated workforce or workload to assign the + * policy to. Examples include the following: * Single principal: `principal://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_att + * ribute_value}` * All workloads in a workload identity pool: `principalSet://iam.googleapis.com/ + * projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}` * All Workforce + * Pools in a Google Cloud organization: `principalSet://cloudresourcemanager.googleapis.com/organ + * izations/{organization_id}/type/WorkforcePool` Bindings created for all Workforce Pools in a + * Google Cloud organization support only `scoped_access_settings` with the `restricted_project` + * client scope and active `session_settings`. No other configurations are allowed. * @param federatedPrincipal federatedPrincipal or {@code null} for none */ public Principal setFederatedPrincipal(java.lang.String federatedPrincipal) { diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Project.java b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Project.java index dddd3019660..6990c64f561 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Project.java +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/Project.java @@ -17,7 +17,7 @@ package com.google.api.services.accesscontextmanager.v1.model; /** - * A GCP project which contains applications and resources that users can access. + * A Google Cloud project which contains applications and resources that users can access. * *

This is the Java data model class that specifies how to parse/serialize into the JSON that is * transmitted over HTTP when working with the Access Context Manager API. For a detailed @@ -31,16 +31,16 @@ public final class Project extends com.google.api.client.json.GenericJson { /** - * The GCP project resource name. Format: "projects/{project_number}" (Only the numeric project - * name variation is supported). Example: "projects/1234567890" + * The Google Cloud project resource name. Format: `projects/{project_number}`. Only the project + * number is supported. Example: `projects/1234567890` * The value may be {@code null}. */ @com.google.api.client.util.Key private java.lang.String name; /** - * The GCP project resource name. Format: "projects/{project_number}" (Only the numeric project - * name variation is supported). Example: "projects/1234567890" + * The Google Cloud project resource name. Format: `projects/{project_number}`. Only the project + * number is supported. Example: `projects/1234567890` * @return value or {@code null} for none */ public java.lang.String getName() { @@ -48,8 +48,8 @@ public java.lang.String getName() { } /** - * The GCP project resource name. Format: "projects/{project_number}" (Only the numeric project - * name variation is supported). Example: "projects/1234567890" + * The Google Cloud project resource name. Format: `projects/{project_number}`. Only the project + * number is supported. Example: `projects/1234567890` * @param name name or {@code null} for none */ public Project setName(java.lang.String name) { diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/SessionSettings.java b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/SessionSettings.java index 2d983cd988c..87e332975e8 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/SessionSettings.java +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/SessionSettings.java @@ -41,10 +41,10 @@ public final class SessionSettings extends com.google.api.client.json.GenericJso /** * Optional. The session length. Setting this field to zero allows for sessions that are active - * indefinitely. Also, setting `session_length_enabled` to false disregards session limits, which - * means that sessions never expire. If use_oidc_max_age is true, for OIDC apps, the session - * length will be the minimum of this field and the OIDC max_age param. If this field is set to - * zero, `session_length_enabled` must be set to false or left unset. + * indefinitely. Also, setting `session_length_enabled` to `false` disregards session limits, + * which means that sessions never expire. If `use_oidc_max_age` is `true`, for OIDC apps, the + * session length will be the minimum of this field and the OIDC `max_age` param. If this field is + * set to zero, `session_length_enabled` must be set to `false` or left unset. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -96,10 +96,10 @@ public SessionSettings setMaxInactivity(String maxInactivity) { /** * Optional. The session length. Setting this field to zero allows for sessions that are active - * indefinitely. Also, setting `session_length_enabled` to false disregards session limits, which - * means that sessions never expire. If use_oidc_max_age is true, for OIDC apps, the session - * length will be the minimum of this field and the OIDC max_age param. If this field is set to - * zero, `session_length_enabled` must be set to false or left unset. + * indefinitely. Also, setting `session_length_enabled` to `false` disregards session limits, + * which means that sessions never expire. If `use_oidc_max_age` is `true`, for OIDC apps, the + * session length will be the minimum of this field and the OIDC `max_age` param. If this field is + * set to zero, `session_length_enabled` must be set to `false` or left unset. * @return value or {@code null} for none */ public String getSessionLength() { @@ -108,10 +108,10 @@ public String getSessionLength() { /** * Optional. The session length. Setting this field to zero allows for sessions that are active - * indefinitely. Also, setting `session_length_enabled` to false disregards session limits, which - * means that sessions never expire. If use_oidc_max_age is true, for OIDC apps, the session - * length will be the minimum of this field and the OIDC max_age param. If this field is set to - * zero, `session_length_enabled` must be set to false or left unset. + * indefinitely. Also, setting `session_length_enabled` to `false` disregards session limits, + * which means that sessions never expire. If `use_oidc_max_age` is `true`, for OIDC apps, the + * session length will be the minimum of this field and the OIDC `max_age` param. If this field is + * set to zero, `session_length_enabled` must be set to `false` or left unset. * @param sessionLength sessionLength or {@code null} for none */ public SessionSettings setSessionLength(String sessionLength) { diff --git a/clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml b/clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml index 63588eafec2..b77c7a6b0e0 100644 --- a/clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml +++ b/clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-accesscontextmanager - v1-rev20260809-2.0.0 - Access Context Manager API v1-rev20260809-2.0.0 + v1-rev20260819-2.0.0 + Access Context Manager API v1-rev20260819-2.0.0 jar 2011 diff --git a/clients/google-api-services-accesscontextmanager/v1/README.md b/clients/google-api-services-accesscontextmanager/v1/README.md index 1aca4137ea7..a63508fb35d 100644 --- a/clients/google-api-services-accesscontextmanager/v1/README.md +++ b/clients/google-api-services-accesscontextmanager/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-accesscontextmanager - v1-rev20260809-2.0.0 + v1-rev20260819-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260809-2.0.0' + implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20260819-2.0.0' } ```