Skip to content

Commit f4514fc

Browse files
1 parent a99e85a commit f4514fc

File tree

16 files changed

+111
-120
lines changed

16 files changed

+111
-120
lines changed

clients/google-api-services-iam/v1/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-iam</artifactId>
25-
<version>v1-rev20250411-2.0.0</version>
25+
<version>v1-rev20250502-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-iam:v1-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250502-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/Iam.java

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8409,8 +8409,7 @@ public Get set(String parameterName, Object value) {
84098409
}
84108410
}
84118411
/**
8412-
* Gets IAM policies for one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
8413-
* WorkloadIdentityPoolManagedIdentity
8412+
* Gets the IAM policy of a WorkloadIdentityPool.
84148413
*
84158414
* Create a request for the method "workloadIdentityPools.getIamPolicy".
84168415
*
@@ -8437,8 +8436,7 @@ public class GetIamPolicy extends IamRequest<com.google.api.services.iam.v1.mode
84378436
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/workloadIdentityPools/[^/]+$");
84388437

84398438
/**
8440-
* Gets IAM policies for one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
8441-
* WorkloadIdentityPoolManagedIdentity
8439+
* Gets the IAM policy of a WorkloadIdentityPool.
84428440
*
84438441
* Create a request for the method "workloadIdentityPools.getIamPolicy".
84448442
*
@@ -8904,8 +8902,7 @@ public Patch set(String parameterName, Object value) {
89048902
}
89058903
}
89068904
/**
8907-
* Sets IAM policies on one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
8908-
* WorkloadIdentityPoolManagedIdentity
8905+
* Sets the IAM policies on a WorkloadIdentityPool
89098906
*
89108907
* Create a request for the method "workloadIdentityPools.setIamPolicy".
89118908
*
@@ -8932,8 +8929,7 @@ public class SetIamPolicy extends IamRequest<com.google.api.services.iam.v1.mode
89328929
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/workloadIdentityPools/[^/]+$");
89338930

89348931
/**
8935-
* Sets IAM policies on one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
8936-
* WorkloadIdentityPoolManagedIdentity
8932+
* Sets the IAM policies on a WorkloadIdentityPool
89378933
*
89388934
* Create a request for the method "workloadIdentityPools.setIamPolicy".
89398935
*
@@ -9051,8 +9047,7 @@ public SetIamPolicy set(String parameterName, Object value) {
90519047
}
90529048
}
90539049
/**
9054-
* Returns the caller's permissions on one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
9055-
* WorkloadIdentityPoolManagedIdentity
9050+
* Returns the caller's permissions on a WorkloadIdentityPool
90569051
*
90579052
* Create a request for the method "workloadIdentityPools.testIamPermissions".
90589053
*
@@ -9079,8 +9074,7 @@ public class TestIamPermissions extends IamRequest<com.google.api.services.iam.v
90799074
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/workloadIdentityPools/[^/]+$");
90809075

90819076
/**
9082-
* Returns the caller's permissions on one of WorkloadIdentityPool WorkloadIdentityPoolNamespace
9083-
* WorkloadIdentityPoolManagedIdentity
9077+
* Returns the caller's permissions on a WorkloadIdentityPool
90849078
*
90859079
* Create a request for the method "workloadIdentityPools.testIamPermissions".
90869080
*
@@ -10860,7 +10854,7 @@ public Get set(String parameterName, Object value) {
1086010854
}
1086110855
/**
1086210856
* Lists all non-deleted WorkloadIdentityPoolManagedIdentitys in a namespace. If `show_deleted` is
10863-
* set to `true`, then deleted managed identites are also listed.
10857+
* set to `true`, then deleted managed identities are also listed.
1086410858
*
1086510859
* Create a request for the method "managedIdentities.list".
1086610860
*
@@ -10885,7 +10879,7 @@ public class List extends IamRequest<com.google.api.services.iam.v1.model.ListWo
1088510879

1088610880
/**
1088710881
* Lists all non-deleted WorkloadIdentityPoolManagedIdentitys in a namespace. If `show_deleted` is
10888-
* set to `true`, then deleted managed identites are also listed.
10882+
* set to `true`, then deleted managed identities are also listed.
1088910883
*
1089010884
* Create a request for the method "managedIdentities.list".
1089110885
*

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/InlineCertificateIssuanceConfig.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
public final class InlineCertificateIssuanceConfig extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* Optional. A required mapping of a cloud region to the CA pool resource located in that region
36-
* used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
37-
* region name equivalent to the location identifier in the corresponding map entry's value. *
38-
* Value format: A valid CA pool resource path format like:
35+
* Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
36+
* region. The CA pool is used for certificate issuance, adhering to the following constraints: *
37+
* Key format: A supported cloud region name equivalent to the location identifier in the
38+
* corresponding map entry's value. * Value format: A valid CA pool resource path format like:
3939
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
4040
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
4141
* value) must match the workload's region (key).
@@ -46,34 +46,34 @@ public final class InlineCertificateIssuanceConfig extends com.google.api.client
4646

4747
/**
4848
* Optional. Key algorithm to use when generating the key pair. This key pair will be used to
49-
* create the certificate. If unspecified, this will default to ECDSA_P256.
49+
* create the certificate. If not specified, this will default to ECDSA_P256.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
5353
private java.lang.String keyAlgorithm;
5454

5555
/**
5656
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
57-
* - 30 days. If unspecified, this will be defaulted to 24 hours.
57+
* and 30 days. If not specified, this will be defaulted to 24 hours.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
6161
private String lifetime;
6262

6363
/**
6464
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
65-
* based on remaining lifetime. Must be between 10 - 80. If unspecified, this will be defaulted to
66-
* 50.
65+
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
66+
* defaulted to 50.
6767
* The value may be {@code null}.
6868
*/
6969
@com.google.api.client.util.Key
7070
private java.lang.Integer rotationWindowPercentage;
7171

7272
/**
73-
* Optional. A required mapping of a cloud region to the CA pool resource located in that region
74-
* used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
75-
* region name equivalent to the location identifier in the corresponding map entry's value. *
76-
* Value format: A valid CA pool resource path format like:
73+
* Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
74+
* region. The CA pool is used for certificate issuance, adhering to the following constraints: *
75+
* Key format: A supported cloud region name equivalent to the location identifier in the
76+
* corresponding map entry's value. * Value format: A valid CA pool resource path format like:
7777
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
7878
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
7979
* value) must match the workload's region (key).
@@ -84,10 +84,10 @@ public java.util.Map<String, java.lang.String> getCaPools() {
8484
}
8585

8686
/**
87-
* Optional. A required mapping of a cloud region to the CA pool resource located in that region
88-
* used for certificate issuance, adhering to these constraints: * Key format: A supported cloud
89-
* region name equivalent to the location identifier in the corresponding map entry's value. *
90-
* Value format: A valid CA pool resource path format like:
87+
* Optional. A required mapping of a Google Cloud region to the CA pool resource located in that
88+
* region. The CA pool is used for certificate issuance, adhering to the following constraints: *
89+
* Key format: A supported cloud region name equivalent to the location identifier in the
90+
* corresponding map entry's value. * Value format: A valid CA pool resource path format like:
9191
* "projects/{project}/locations/{location}/caPools/{ca_pool}" * Region Matching: Workloads are
9292
* ONLY issued certificates from CA pools within the same region. Also the CA pool region (in
9393
* value) must match the workload's region (key).
@@ -100,7 +100,7 @@ public InlineCertificateIssuanceConfig setCaPools(java.util.Map<String, java.lan
100100

101101
/**
102102
* Optional. Key algorithm to use when generating the key pair. This key pair will be used to
103-
* create the certificate. If unspecified, this will default to ECDSA_P256.
103+
* create the certificate. If not specified, this will default to ECDSA_P256.
104104
* @return value or {@code null} for none
105105
*/
106106
public java.lang.String getKeyAlgorithm() {
@@ -109,7 +109,7 @@ public java.lang.String getKeyAlgorithm() {
109109

110110
/**
111111
* Optional. Key algorithm to use when generating the key pair. This key pair will be used to
112-
* create the certificate. If unspecified, this will default to ECDSA_P256.
112+
* create the certificate. If not specified, this will default to ECDSA_P256.
113113
* @param keyAlgorithm keyAlgorithm or {@code null} for none
114114
*/
115115
public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgorithm) {
@@ -119,7 +119,7 @@ public InlineCertificateIssuanceConfig setKeyAlgorithm(java.lang.String keyAlgor
119119

120120
/**
121121
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
122-
* - 30 days. If unspecified, this will be defaulted to 24 hours.
122+
* and 30 days. If not specified, this will be defaulted to 24 hours.
123123
* @return value or {@code null} for none
124124
*/
125125
public String getLifetime() {
@@ -128,7 +128,7 @@ public String getLifetime() {
128128

129129
/**
130130
* Optional. Lifetime of the workload certificates issued by the CA pool. Must be between 10 hours
131-
* - 30 days. If unspecified, this will be defaulted to 24 hours.
131+
* and 30 days. If not specified, this will be defaulted to 24 hours.
132132
* @param lifetime lifetime or {@code null} for none
133133
*/
134134
public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
@@ -138,8 +138,8 @@ public InlineCertificateIssuanceConfig setLifetime(String lifetime) {
138138

139139
/**
140140
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
141-
* based on remaining lifetime. Must be between 10 - 80. If unspecified, this will be defaulted to
142-
* 50.
141+
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
142+
* defaulted to 50.
143143
* @return value or {@code null} for none
144144
*/
145145
public java.lang.Integer getRotationWindowPercentage() {
@@ -148,8 +148,8 @@ public java.lang.Integer getRotationWindowPercentage() {
148148

149149
/**
150150
* Optional. Rotation window percentage indicating when certificate rotation should be initiated
151-
* based on remaining lifetime. Must be between 10 - 80. If unspecified, this will be defaulted to
152-
* 50.
151+
* based on remaining lifetime. Must be between 10 and 80. If not specified, this will be
152+
* defaulted to 50.
153153
* @param rotationWindowPercentage rotationWindowPercentage or {@code null} for none
154154
*/
155155
public InlineCertificateIssuanceConfig setRotationWindowPercentage(java.lang.Integer rotationWindowPercentage) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/InlineTrustConfig.java

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -34,40 +34,37 @@
3434
public final class InlineTrustConfig extends com.google.api.client.json.GenericJson {
3535

3636
/**
37-
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore
38-
* objects, which contain the trusted root certificates for that domain. There can be a maximum of
39-
* 10 trust domain entries in this map. Note that a trust domain automatically trusts itself and
40-
* don't need to be specified here. If however, this WorkloadIdentityPool's trust domain contains
41-
* any trust anchors in the additional_trust_bundles map, those trust anchors will be *appended
42-
* to* the Trust Bundle automatically derived from your InlineCertificateIssuanceConfig's
43-
* ca_pools.
37+
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore,
38+
* which contain the trusted root certificates for that domain. There can be a maximum of 10 trust
39+
* domain entries in this map. Note that a trust domain automatically trusts itself and don't need
40+
* to be specified here. If however, this WorkloadIdentityPool's trust domain contains any trust
41+
* anchors in the additional_trust_bundles map, those trust anchors will be *appended to* the
42+
* trust bundle automatically derived from your InlineCertificateIssuanceConfig's ca_pools.
4443
* The value may be {@code null}.
4544
*/
4645
@com.google.api.client.util.Key
4746
private java.util.Map<String, TrustStore> additionalTrustBundles;
4847

4948
/**
50-
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore
51-
* objects, which contain the trusted root certificates for that domain. There can be a maximum of
52-
* 10 trust domain entries in this map. Note that a trust domain automatically trusts itself and
53-
* don't need to be specified here. If however, this WorkloadIdentityPool's trust domain contains
54-
* any trust anchors in the additional_trust_bundles map, those trust anchors will be *appended
55-
* to* the Trust Bundle automatically derived from your InlineCertificateIssuanceConfig's
56-
* ca_pools.
49+
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore,
50+
* which contain the trusted root certificates for that domain. There can be a maximum of 10 trust
51+
* domain entries in this map. Note that a trust domain automatically trusts itself and don't need
52+
* to be specified here. If however, this WorkloadIdentityPool's trust domain contains any trust
53+
* anchors in the additional_trust_bundles map, those trust anchors will be *appended to* the
54+
* trust bundle automatically derived from your InlineCertificateIssuanceConfig's ca_pools.
5755
* @return value or {@code null} for none
5856
*/
5957
public java.util.Map<String, TrustStore> getAdditionalTrustBundles() {
6058
return additionalTrustBundles;
6159
}
6260

6361
/**
64-
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore
65-
* objects, which contain the trusted root certificates for that domain. There can be a maximum of
66-
* 10 trust domain entries in this map. Note that a trust domain automatically trusts itself and
67-
* don't need to be specified here. If however, this WorkloadIdentityPool's trust domain contains
68-
* any trust anchors in the additional_trust_bundles map, those trust anchors will be *appended
69-
* to* the Trust Bundle automatically derived from your InlineCertificateIssuanceConfig's
70-
* ca_pools.
62+
* Optional. Maps specific trust domains (e.g., "example.com") to their corresponding TrustStore,
63+
* which contain the trusted root certificates for that domain. There can be a maximum of 10 trust
64+
* domain entries in this map. Note that a trust domain automatically trusts itself and don't need
65+
* to be specified here. If however, this WorkloadIdentityPool's trust domain contains any trust
66+
* anchors in the additional_trust_bundles map, those trust anchors will be *appended to* the
67+
* trust bundle automatically derived from your InlineCertificateIssuanceConfig's ca_pools.
7168
* @param additionalTrustBundles additionalTrustBundles or {@code null} for none
7269
*/
7370
public InlineTrustConfig setAdditionalTrustBundles(java.util.Map<String, TrustStore> additionalTrustBundles) {

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/Oidc.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public final class Oidc extends com.google.api.client.json.GenericJson {
4444
private java.util.List<java.lang.String> allowedAudiences;
4545

4646
/**
47-
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Used per OpenID Connect Discovery 1.0
48-
* spec to locate the provider's public keys (via `jwks_uri`) for verifying tokens like the OIDC
49-
* ID token. These public key types must be 'EC' or 'RSA'.
47+
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
48+
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
49+
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
@@ -94,19 +94,19 @@ public Oidc setAllowedAudiences(java.util.List<java.lang.String> allowedAudience
9494
}
9595

9696
/**
97-
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Used per OpenID Connect Discovery 1.0
98-
* spec to locate the provider's public keys (via `jwks_uri`) for verifying tokens like the OIDC
99-
* ID token. These public key types must be 'EC' or 'RSA'.
97+
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
98+
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
99+
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
100100
* @return value or {@code null} for none
101101
*/
102102
public java.lang.String getIssuerUri() {
103103
return issuerUri;
104104
}
105105

106106
/**
107-
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Used per OpenID Connect Discovery 1.0
108-
* spec to locate the provider's public keys (via `jwks_uri`) for verifying tokens like the OIDC
109-
* ID token. These public key types must be 'EC' or 'RSA'.
107+
* Required. The OIDC issuer URL. Must be an HTTPS endpoint. Per OpenID Connect Discovery 1.0
108+
* spec, the OIDC issuer URL is used to locate the provider's public keys (via `jwks_uri`) for
109+
* verifying tokens like the OIDC ID token. These public key types must be 'EC' or 'RSA'.
110110
* @param issuerUri issuerUri or {@code null} for none
111111
*/
112112
public Oidc setIssuerUri(java.lang.String issuerUri) {

0 commit comments

Comments
 (0)