diff --git a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/README.md b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/README.md index 5df61cd2659..d284d4b5265 100644 --- a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/README.md +++ b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policytroubleshooter - v3beta-rev20260503-2.0.0 + v3beta-rev20260614-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260503-2.0.0' + implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260614-2.0.0' } ``` diff --git a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java index f217ee9bef9..f34a4b2b5fe 100644 --- a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java +++ b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java @@ -39,6 +39,13 @@ public final class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule exte @com.google.api.client.util.Key private java.lang.String combinedResourceInclusionState; + /** + * The relevance of the combined resource inclusion state to the overall access state. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String combinedResourceRelevance; + /** * Required. The effect of the rule which describes the access relationship. * The value may be {@code null}. @@ -87,6 +94,23 @@ public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setCombinedResou return this; } + /** + * The relevance of the combined resource inclusion state to the overall access state. + * @return value or {@code null} for none + */ + public java.lang.String getCombinedResourceRelevance() { + return combinedResourceRelevance; + } + + /** + * The relevance of the combined resource inclusion state to the overall access state. + * @param combinedResourceRelevance combinedResourceRelevance or {@code null} for none + */ + public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setCombinedResourceRelevance(java.lang.String combinedResourceRelevance) { + this.combinedResourceRelevance = combinedResourceRelevance; + return this; + } + /** * Required. The effect of the rule which describes the access relationship. * @return value or {@code null} for none diff --git a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation.java b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation.java index 4c7a86af7bf..d0816b78c0b 100644 --- a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation.java +++ b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation.java @@ -33,9 +33,9 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation extends /** * Optional. Specifies the permissions that this rule excludes from the set of affected * permissions given by `permissions`. The number of excluded permission strings in this field is - * limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it - * will _not_ be subject to the policy effect. The excluded permissions can be specified using the - * same syntax as `permissions`. + * limited to 50 across all rules in the policy. If a permission appears in both `permissions` and + * `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded + * permissions can be specified using the same syntax as `permissions`. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -43,10 +43,10 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation extends /** * Optional. The permissions that are explicitly affected by this rule. The number of permission - * strings in this field is limited to 50. Each permission uses the format - * `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name - * for the service. `*` can be used as a wildcard to match all permissions for a specific service, - * resource type, or verb. The following formats are supported: * + * strings in this field is limited to 50 across all rules in the policy. Each permission uses the + * format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain + * name for the service. `*` can be used as a wildcard to match all permissions for a specific + * service, resource type, or verb. The following formats are supported: * * `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All * permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all * resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a @@ -63,9 +63,9 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation extends /** * Optional. Specifies the permissions that this rule excludes from the set of affected * permissions given by `permissions`. The number of excluded permission strings in this field is - * limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it - * will _not_ be subject to the policy effect. The excluded permissions can be specified using the - * same syntax as `permissions`. + * limited to 50 across all rules in the policy. If a permission appears in both `permissions` and + * `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded + * permissions can be specified using the same syntax as `permissions`. * @return value or {@code null} for none */ public java.util.List getExcludedPermissions() { @@ -75,9 +75,9 @@ public java.util.List getExcludedPermissions() { /** * Optional. Specifies the permissions that this rule excludes from the set of affected * permissions given by `permissions`. The number of excluded permission strings in this field is - * limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it - * will _not_ be subject to the policy effect. The excluded permissions can be specified using the - * same syntax as `permissions`. + * limited to 50 across all rules in the policy. If a permission appears in both `permissions` and + * `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded + * permissions can be specified using the same syntax as `permissions`. * @param excludedPermissions excludedPermissions or {@code null} for none */ public GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation setExcludedPermissions(java.util.List excludedPermissions) { @@ -87,10 +87,10 @@ public GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation setExcludedPermissi /** * Optional. The permissions that are explicitly affected by this rule. The number of permission - * strings in this field is limited to 50. Each permission uses the format - * `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name - * for the service. `*` can be used as a wildcard to match all permissions for a specific service, - * resource type, or verb. The following formats are supported: * + * strings in this field is limited to 50 across all rules in the policy. Each permission uses the + * format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain + * name for the service. `*` can be used as a wildcard to match all permissions for a specific + * service, resource type, or verb. The following formats are supported: * * `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All * permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all * resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a @@ -107,10 +107,10 @@ public java.util.List getPermissions() { /** * Optional. The permissions that are explicitly affected by this rule. The number of permission - * strings in this field is limited to 50. Each permission uses the format - * `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name - * for the service. `*` can be used as a wildcard to match all permissions for a specific service, - * resource type, or verb. The following formats are supported: * + * strings in this field is limited to 50 across all rules in the policy. Each permission uses the + * format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain + * name for the service. `*` can be used as a wildcard to match all permissions for a specific + * service, resource type, or verb. The following formats are supported: * * `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All * permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all * resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a diff --git a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/pom.xml b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/pom.xml index 3eff59de743..b0083627829 100644 --- a/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/pom.xml +++ b/clients/google-api-services-policytroubleshooter/v3beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-policytroubleshooter - v3beta-rev20260503-2.0.0 - Policy Troubleshooter API v3beta-rev20260503-2.0.0 + v3beta-rev20260614-2.0.0 + Policy Troubleshooter API v3beta-rev20260614-2.0.0 jar 2011 diff --git a/clients/google-api-services-policytroubleshooter/v3beta/README.md b/clients/google-api-services-policytroubleshooter/v3beta/README.md index 5df61cd2659..d284d4b5265 100644 --- a/clients/google-api-services-policytroubleshooter/v3beta/README.md +++ b/clients/google-api-services-policytroubleshooter/v3beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-policytroubleshooter - v3beta-rev20260503-2.0.0 + v3beta-rev20260614-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260503-2.0.0' + implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260614-2.0.0' } ```