Skip to content

Commit ee0fce6

Browse files
1 parent 79a2e2c commit ee0fce6

5 files changed

Lines changed: 51 additions & 27 deletions

File tree

clients/google-api-services-policytroubleshooter/v3beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-policytroubleshooter</artifactId>
25-
<version>v3beta-rev20260503-2.0.0</version>
25+
<version>v3beta-rev20260614-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260503-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260614-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ public final class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule exte
3939
@com.google.api.client.util.Key
4040
private java.lang.String combinedResourceInclusionState;
4141

42+
/**
43+
* The relevance of the combined resource inclusion state to the overall access state.
44+
* The value may be {@code null}.
45+
*/
46+
@com.google.api.client.util.Key
47+
private java.lang.String combinedResourceRelevance;
48+
4249
/**
4350
* Required. The effect of the rule which describes the access relationship.
4451
* The value may be {@code null}.
@@ -87,6 +94,23 @@ public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setCombinedResou
8794
return this;
8895
}
8996

97+
/**
98+
* The relevance of the combined resource inclusion state to the overall access state.
99+
* @return value or {@code null} for none
100+
*/
101+
public java.lang.String getCombinedResourceRelevance() {
102+
return combinedResourceRelevance;
103+
}
104+
105+
/**
106+
* The relevance of the combined resource inclusion state to the overall access state.
107+
* @param combinedResourceRelevance combinedResourceRelevance or {@code null} for none
108+
*/
109+
public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setCombinedResourceRelevance(java.lang.String combinedResourceRelevance) {
110+
this.combinedResourceRelevance = combinedResourceRelevance;
111+
return this;
112+
}
113+
90114
/**
91115
* Required. The effect of the rule which describes the access relationship.
92116
* @return value or {@code null} for none

clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation extends
3333
/**
3434
* Optional. Specifies the permissions that this rule excludes from the set of affected
3535
* permissions given by `permissions`. The number of excluded permission strings in this field is
36-
* limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it
37-
* will _not_ be subject to the policy effect. The excluded permissions can be specified using the
38-
* same syntax as `permissions`.
36+
* limited to 50 across all rules in the policy. If a permission appears in both `permissions` and
37+
* `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded
38+
* permissions can be specified using the same syntax as `permissions`.
3939
* The value may be {@code null}.
4040
*/
4141
@com.google.api.client.util.Key
4242
private java.util.List<java.lang.String> excludedPermissions;
4343

4444
/**
4545
* Optional. The permissions that are explicitly affected by this rule. The number of permission
46-
* strings in this field is limited to 50. Each permission uses the format
47-
* `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name
48-
* for the service. `*` can be used as a wildcard to match all permissions for a specific service,
49-
* resource type, or verb. The following formats are supported: *
46+
* strings in this field is limited to 50 across all rules in the policy. Each permission uses the
47+
* format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain
48+
* name for the service. `*` can be used as a wildcard to match all permissions for a specific
49+
* service, resource type, or verb. The following formats are supported: *
5050
* `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All
5151
* permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all
5252
* resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a
@@ -63,9 +63,9 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation extends
6363
/**
6464
* Optional. Specifies the permissions that this rule excludes from the set of affected
6565
* permissions given by `permissions`. The number of excluded permission strings in this field is
66-
* limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it
67-
* will _not_ be subject to the policy effect. The excluded permissions can be specified using the
68-
* same syntax as `permissions`.
66+
* limited to 50 across all rules in the policy. If a permission appears in both `permissions` and
67+
* `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded
68+
* permissions can be specified using the same syntax as `permissions`.
6969
* @return value or {@code null} for none
7070
*/
7171
public java.util.List<java.lang.String> getExcludedPermissions() {
@@ -75,9 +75,9 @@ public java.util.List<java.lang.String> getExcludedPermissions() {
7575
/**
7676
* Optional. Specifies the permissions that this rule excludes from the set of affected
7777
* permissions given by `permissions`. The number of excluded permission strings in this field is
78-
* limited to 50. If a permission appears in both `permissions` and `excluded_permissions` then it
79-
* will _not_ be subject to the policy effect. The excluded permissions can be specified using the
80-
* same syntax as `permissions`.
78+
* limited to 50 across all rules in the policy. If a permission appears in both `permissions` and
79+
* `excluded_permissions` then it will _not_ be subject to the policy effect. The excluded
80+
* permissions can be specified using the same syntax as `permissions`.
8181
* @param excludedPermissions excludedPermissions or {@code null} for none
8282
*/
8383
public GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation setExcludedPermissions(java.util.List<java.lang.String> excludedPermissions) {
@@ -87,10 +87,10 @@ public GoogleIamV3PrincipalAccessBoundaryPolicyRuleOperation setExcludedPermissi
8787

8888
/**
8989
* Optional. The permissions that are explicitly affected by this rule. The number of permission
90-
* strings in this field is limited to 50. Each permission uses the format
91-
* `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name
92-
* for the service. `*` can be used as a wildcard to match all permissions for a specific service,
93-
* resource type, or verb. The following formats are supported: *
90+
* strings in this field is limited to 50 across all rules in the policy. Each permission uses the
91+
* format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain
92+
* name for the service. `*` can be used as a wildcard to match all permissions for a specific
93+
* service, resource type, or verb. The following formats are supported: *
9494
* `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All
9595
* permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all
9696
* resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a
@@ -107,10 +107,10 @@ public java.util.List<java.lang.String> getPermissions() {
107107

108108
/**
109109
* Optional. The permissions that are explicitly affected by this rule. The number of permission
110-
* strings in this field is limited to 50. Each permission uses the format
111-
* `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain name
112-
* for the service. `*` can be used as a wildcard to match all permissions for a specific service,
113-
* resource type, or verb. The following formats are supported: *
110+
* strings in this field is limited to 50 across all rules in the policy. Each permission uses the
111+
* format `{service_fqdn}/{resource}.{verb}`, where `{service_fqdn}` is the fully qualified domain
112+
* name for the service. `*` can be used as a wildcard to match all permissions for a specific
113+
* service, resource type, or verb. The following formats are supported: *
114114
* `{service_fqdn}/{resource}.{verb}`: A specific permission. * `{service_fqdn}/{resource}.*`: All
115115
* permissions for a specific resource type. * `{service_fqdn}.*`: All permissions for all
116116
* resource types under a specific service. * `{service_fqdn}.{verb}`: All permissions with a

clients/google-api-services-policytroubleshooter/v3beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-policytroubleshooter</artifactId>
11-
<version>v3beta-rev20260503-2.0.0</version>
12-
<name>Policy Troubleshooter API v3beta-rev20260503-2.0.0</name>
11+
<version>v3beta-rev20260614-2.0.0</version>
12+
<name>Policy Troubleshooter API v3beta-rev20260614-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-policytroubleshooter/v3beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-policytroubleshooter</artifactId>
25-
<version>v3beta-rev20260503-2.0.0</version>
25+
<version>v3beta-rev20260614-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260503-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260614-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)