Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iamcredentials</artifactId>
<version>v1-rev20260326-2.0.0</version>
<version>v1-rev20260604-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-2.0.0'
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260604-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ public class WorkforcePools {
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
* operation.
*
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
* @param name Required. Resource name of workforce pool.
* @return the request
*/
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
Expand All @@ -209,7 +209,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
* @param name Required. Resource name of workforce pool.
* @since 1.13
*/
protected GetAllowedLocations(java.lang.String name) {
Expand Down Expand Up @@ -287,23 +287,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
}

/**
* Required. Resource name of workforce pool. Format:
* `locations/global/workforcePools/{pool_id}`
*/
/** Required. Resource name of workforce pool. */
@com.google.api.client.util.Key
private java.lang.String name;

/** Required. Resource name of workforce pool. Format: `locations/global/workforcePools/{pool_id}`
/** Required. Resource name of workforce pool.
*/
public java.lang.String getName() {
return name;
}

/**
* Required. Resource name of workforce pool. Format:
* `locations/global/workforcePools/{pool_id}`
*/
/** Required. Resource name of workforce pool. */
public GetAllowedLocations setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
Expand Down Expand Up @@ -392,8 +386,7 @@ public class WorkloadIdentityPools {
* optional parameters, call the {@link GetAllowedLocations#execute()} method to invoke the remote
* operation.
*
* @param name Required. Resource name of workload identity pool. Format:
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
* @param name Required. Resource name of workload identity pool.
* @return the request
*/
public GetAllowedLocations getAllowedLocations(java.lang.String name) throws java.io.IOException {
Expand All @@ -420,8 +413,7 @@ public class GetAllowedLocations extends IAMCredentialsRequest<com.google.api.se
* AbstractGoogleClientRequest)} must be called to initialize this instance immediately after
* invoking the constructor. </p>
*
* @param name Required. Resource name of workload identity pool. Format:
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
* @param name Required. Resource name of workload identity pool.
* @since 1.13
*/
protected GetAllowedLocations(java.lang.String name) {
Expand Down Expand Up @@ -499,24 +491,17 @@ public GetAllowedLocations setUploadProtocol(java.lang.String uploadProtocol) {
return (GetAllowedLocations) super.setUploadProtocol(uploadProtocol);
}

/**
* Required. Resource name of workload identity pool. Format:
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
*/
/** Required. Resource name of workload identity pool. */
@com.google.api.client.util.Key
private java.lang.String name;

/** Required. Resource name of workload identity pool. Format:
`projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
/** Required. Resource name of workload identity pool.
*/
public java.lang.String getName() {
return name;
}

/**
* Required. Resource name of workload identity pool. Format:
* `projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}`
*/
/** Required. Resource name of workload identity pool. */
public GetAllowedLocations setName(java.lang.String name) {
if (!getSuppressPatternChecks()) {
com.google.api.client.util.Preconditions.checkArgument(NAME_PATTERN.matcher(name).matches(),
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iamcredentials/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iamcredentials</artifactId>
<version>v1-rev20260326-2.0.0</version>
<name>IAM Service Account Credentials API v1-rev20260326-2.0.0</name>
<version>v1-rev20260604-2.0.0</version>
<name>IAM Service Account Credentials API v1-rev20260604-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-iamcredentials/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-iamcredentials</artifactId>
<version>v1-rev20260326-2.0.0</version>
<version>v1-rev20260604-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260326-2.0.0'
implementation 'com.google.apis:google-api-services-iamcredentials:v1-rev20260604-2.0.0'
}
```

Expand Down
Loading