diff --git a/clients/google-api-services-policysimulator/v1/2.0.0/README.md b/clients/google-api-services-policysimulator/v1/2.0.0/README.md index 617b30ecffe..cb6ff696cb7 100644 --- a/clients/google-api-services-policysimulator/v1/2.0.0/README.md +++ b/clients/google-api-services-policysimulator/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-policysimulator - v1-rev20260423-2.0.0 + v1-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260716-2.0.0' } ``` diff --git a/clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2Policy.java b/clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2Policy.java index 8324bab306c..1bfd06717cc 100644 --- a/clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2Policy.java +++ b/clients/google-api-services-policysimulator/v1/2.0.0/com/google/api/services/policysimulator/v1/model/GoogleCloudOrgpolicyV2Policy.java @@ -59,8 +59,8 @@ public final class GoogleCloudOrgpolicyV2Policy extends com.google.api.client.js * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -139,8 +139,8 @@ public GoogleCloudOrgpolicyV2Policy setEtag(java.lang.String etag) { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -154,8 +154,8 @@ public java.lang.String getName() { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. diff --git a/clients/google-api-services-policysimulator/v1/2.0.0/pom.xml b/clients/google-api-services-policysimulator/v1/2.0.0/pom.xml index b4247f725b3..94a5e1ae9bc 100644 --- a/clients/google-api-services-policysimulator/v1/2.0.0/pom.xml +++ b/clients/google-api-services-policysimulator/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-policysimulator - v1-rev20260423-2.0.0 - Policy Simulator API v1-rev20260423-2.0.0 + v1-rev20260716-2.0.0 + Policy Simulator API v1-rev20260716-2.0.0 jar 2011 diff --git a/clients/google-api-services-policysimulator/v1/README.md b/clients/google-api-services-policysimulator/v1/README.md index 617b30ecffe..cb6ff696cb7 100644 --- a/clients/google-api-services-policysimulator/v1/README.md +++ b/clients/google-api-services-policysimulator/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policysimulator - v1-rev20260423-2.0.0 + v1-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1-rev20260716-2.0.0' } ``` diff --git a/clients/google-api-services-policysimulator/v1alpha/2.0.0/README.md b/clients/google-api-services-policysimulator/v1alpha/2.0.0/README.md index a1c44a69106..2ee1674843f 100644 --- a/clients/google-api-services-policysimulator/v1alpha/2.0.0/README.md +++ b/clients/google-api-services-policysimulator/v1alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policysimulator - v1alpha-rev20260423-2.0.0 + v1alpha-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1alpha-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1alpha-rev20260716-2.0.0' } ``` diff --git a/clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2Policy.java b/clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2Policy.java index 3d9578d16f4..8b2be21ebed 100644 --- a/clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2Policy.java +++ b/clients/google-api-services-policysimulator/v1alpha/2.0.0/com/google/api/services/policysimulator/v1alpha/model/GoogleCloudOrgpolicyV2Policy.java @@ -59,8 +59,8 @@ public final class GoogleCloudOrgpolicyV2Policy extends com.google.api.client.js * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -139,8 +139,8 @@ public GoogleCloudOrgpolicyV2Policy setEtag(java.lang.String etag) { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -154,8 +154,8 @@ public java.lang.String getName() { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. diff --git a/clients/google-api-services-policysimulator/v1alpha/2.0.0/pom.xml b/clients/google-api-services-policysimulator/v1alpha/2.0.0/pom.xml index 4daacf8a4eb..fee222c98fa 100644 --- a/clients/google-api-services-policysimulator/v1alpha/2.0.0/pom.xml +++ b/clients/google-api-services-policysimulator/v1alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-policysimulator - v1alpha-rev20260423-2.0.0 - Policy Simulator API v1alpha-rev20260423-2.0.0 + v1alpha-rev20260716-2.0.0 + Policy Simulator API v1alpha-rev20260716-2.0.0 jar 2011 diff --git a/clients/google-api-services-policysimulator/v1alpha/README.md b/clients/google-api-services-policysimulator/v1alpha/README.md index a1c44a69106..2ee1674843f 100644 --- a/clients/google-api-services-policysimulator/v1alpha/README.md +++ b/clients/google-api-services-policysimulator/v1alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policysimulator - v1alpha-rev20260423-2.0.0 + v1alpha-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1alpha-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1alpha-rev20260716-2.0.0' } ``` diff --git a/clients/google-api-services-policysimulator/v1beta/2.0.0/README.md b/clients/google-api-services-policysimulator/v1beta/2.0.0/README.md index 9302b84f7db..2a09936c282 100644 --- a/clients/google-api-services-policysimulator/v1beta/2.0.0/README.md +++ b/clients/google-api-services-policysimulator/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policysimulator - v1beta-rev20260423-2.0.0 + v1beta-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1beta-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1beta-rev20260716-2.0.0' } ``` diff --git a/clients/google-api-services-policysimulator/v1beta/2.0.0/com/google/api/services/policysimulator/v1beta/model/GoogleCloudOrgpolicyV2Policy.java b/clients/google-api-services-policysimulator/v1beta/2.0.0/com/google/api/services/policysimulator/v1beta/model/GoogleCloudOrgpolicyV2Policy.java index 3df97bec2da..d0efad51e8a 100644 --- a/clients/google-api-services-policysimulator/v1beta/2.0.0/com/google/api/services/policysimulator/v1beta/model/GoogleCloudOrgpolicyV2Policy.java +++ b/clients/google-api-services-policysimulator/v1beta/2.0.0/com/google/api/services/policysimulator/v1beta/model/GoogleCloudOrgpolicyV2Policy.java @@ -59,8 +59,8 @@ public final class GoogleCloudOrgpolicyV2Policy extends com.google.api.client.js * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -139,8 +139,8 @@ public GoogleCloudOrgpolicyV2Policy setEtag(java.lang.String etag) { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. @@ -154,8 +154,8 @@ public java.lang.String getName() { * Immutable. The resource name of the policy. Must be one of the following forms, where * `constraint_name` is the name of the constraint that this policy configures: * * `projects/{project_number}/policies/{constraint_name}` * - * `folders/{folder_id}/policies/{constraint_name}` * - * `organizations/{organization_id}/policies/{constraint_name}` For example, + * `folders/{folder_number}/policies/{constraint_name}` * + * `organizations/{organization_number}/policies/{constraint_name}` For example, * `projects/123/policies/compute.disableSerialPortAccess`. Note: * `projects/{project_id}/policies/{constraint_name}` is also an acceptable name for API requests, * but responses will return the name using the equivalent project number. diff --git a/clients/google-api-services-policysimulator/v1beta/2.0.0/pom.xml b/clients/google-api-services-policysimulator/v1beta/2.0.0/pom.xml index 6f4cd74612f..1e57350bc3e 100644 --- a/clients/google-api-services-policysimulator/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-policysimulator/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-policysimulator - v1beta-rev20260423-2.0.0 - Policy Simulator API v1beta-rev20260423-2.0.0 + v1beta-rev20260716-2.0.0 + Policy Simulator API v1beta-rev20260716-2.0.0 jar 2011 diff --git a/clients/google-api-services-policysimulator/v1beta/README.md b/clients/google-api-services-policysimulator/v1beta/README.md index 9302b84f7db..2a09936c282 100644 --- a/clients/google-api-services-policysimulator/v1beta/README.md +++ b/clients/google-api-services-policysimulator/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policysimulator - v1beta-rev20260423-2.0.0 + v1beta-rev20260716-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policysimulator:v1beta-rev20260423-2.0.0' + implementation 'com.google.apis:google-api-services-policysimulator:v1beta-rev20260716-2.0.0' } ```