Skip to content

Commit 699393d

Browse files
chore: regenerate policytroubleshooter client (#32137)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml
1 parent 926461f commit 699393d

5 files changed

Lines changed: 81 additions & 6 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-rev20260623-2.0.0</version>
25+
<version>v3beta-rev20260628-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-rev20260623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260628-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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,15 @@ public final class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule exte
6161
@com.google.api.client.util.Key
6262
private java.util.List<GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRuleExplainedResource> explainedResources;
6363

64+
/**
65+
* Output only. Unsupported features detected in this rule. Supported values: * `OPERATION`:
66+
* Permission Subsetting (Operation constraints). See
67+
* google.iam.v3.PrincipalAccessBoundaryPolicyRule.operation.
68+
* The value may be {@code null}.
69+
*/
70+
@com.google.api.client.util.Key
71+
private java.util.List<java.lang.String> pabUnsupportedFeatures;
72+
6473
/**
6574
* The relevance of this rule to the overall access state.
6675
* The value may be {@code null}.
@@ -147,6 +156,27 @@ public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setExplainedReso
147156
return this;
148157
}
149158

159+
/**
160+
* Output only. Unsupported features detected in this rule. Supported values: * `OPERATION`:
161+
* Permission Subsetting (Operation constraints). See
162+
* google.iam.v3.PrincipalAccessBoundaryPolicyRule.operation.
163+
* @return value or {@code null} for none
164+
*/
165+
public java.util.List<java.lang.String> getPabUnsupportedFeatures() {
166+
return pabUnsupportedFeatures;
167+
}
168+
169+
/**
170+
* Output only. Unsupported features detected in this rule. Supported values: * `OPERATION`:
171+
* Permission Subsetting (Operation constraints). See
172+
* google.iam.v3.PrincipalAccessBoundaryPolicyRule.operation.
173+
* @param pabUnsupportedFeatures pabUnsupportedFeatures or {@code null} for none
174+
*/
175+
public GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule setPabUnsupportedFeatures(java.util.List<java.lang.String> pabUnsupportedFeatures) {
176+
this.pabUnsupportedFeatures = pabUnsupportedFeatures;
177+
return this;
178+
}
179+
150180
/**
151181
* The relevance of this rule to the overall access state.
152182
* @return value or {@code null} for none

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

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,20 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRule extends com.goog
4545
@com.google.api.client.util.Key
4646
private java.lang.String effect;
4747

48+
/**
49+
* Optional. A list of Resource Manager resources. If an excluded resource is listed in the rule,
50+
* then the rule does not apply for that resource and its descendants. This takes precedence over
51+
* the `resources` field. The number of excluded resources in this field is limited to 500 across
52+
* all rules in the policy. The following resource types are supported: * Organizations, such as
53+
* `//cloudresourcemanager.googleapis.com/organizations/123`. * Folders, such as
54+
* `//cloudresourcemanager.googleapis.com/folders/123`. * Projects, such as
55+
* `//cloudresourcemanager.googleapis.com/projects/123` or
56+
* `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
57+
* The value may be {@code null}.
58+
*/
59+
@com.google.api.client.util.Key
60+
private java.util.List<java.lang.String> excludedResources;
61+
4862
/**
4963
* Optional. The operation attributes that determine whether this rule applies to a request. If
5064
* this field is not specified, the rule applies to all operations.
@@ -102,6 +116,37 @@ public GoogleIamV3PrincipalAccessBoundaryPolicyRule setEffect(java.lang.String e
102116
return this;
103117
}
104118

119+
/**
120+
* Optional. A list of Resource Manager resources. If an excluded resource is listed in the rule,
121+
* then the rule does not apply for that resource and its descendants. This takes precedence over
122+
* the `resources` field. The number of excluded resources in this field is limited to 500 across
123+
* all rules in the policy. The following resource types are supported: * Organizations, such as
124+
* `//cloudresourcemanager.googleapis.com/organizations/123`. * Folders, such as
125+
* `//cloudresourcemanager.googleapis.com/folders/123`. * Projects, such as
126+
* `//cloudresourcemanager.googleapis.com/projects/123` or
127+
* `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
128+
* @return value or {@code null} for none
129+
*/
130+
public java.util.List<java.lang.String> getExcludedResources() {
131+
return excludedResources;
132+
}
133+
134+
/**
135+
* Optional. A list of Resource Manager resources. If an excluded resource is listed in the rule,
136+
* then the rule does not apply for that resource and its descendants. This takes precedence over
137+
* the `resources` field. The number of excluded resources in this field is limited to 500 across
138+
* all rules in the policy. The following resource types are supported: * Organizations, such as
139+
* `//cloudresourcemanager.googleapis.com/organizations/123`. * Folders, such as
140+
* `//cloudresourcemanager.googleapis.com/folders/123`. * Projects, such as
141+
* `//cloudresourcemanager.googleapis.com/projects/123` or
142+
* `//cloudresourcemanager.googleapis.com/projects/my-project-id`.
143+
* @param excludedResources excludedResources or {@code null} for none
144+
*/
145+
public GoogleIamV3PrincipalAccessBoundaryPolicyRule setExcludedResources(java.util.List<java.lang.String> excludedResources) {
146+
this.excludedResources = excludedResources;
147+
return this;
148+
}
149+
105150
/**
106151
* Optional. The operation attributes that determine whether this rule applies to a request. If
107152
* this field is not specified, the rule applies to all operations.

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-rev20260623-2.0.0</version>
12-
<name>Policy Troubleshooter API v3beta-rev20260623-2.0.0</name>
11+
<version>v3beta-rev20260628-2.0.0</version>
12+
<name>Policy Troubleshooter API v3beta-rev20260628-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-rev20260623-2.0.0</version>
25+
<version>v3beta-rev20260628-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-rev20260623-2.0.0'
38+
implementation 'com.google.apis:google-api-services-policytroubleshooter:v3beta-rev20260628-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)