diff --git a/clients/google-api-services-backupdr/v1/2.0.0/README.md b/clients/google-api-services-backupdr/v1/2.0.0/README.md index 6f6951eda59..7957557fc6f 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/README.md +++ b/clients/google-api-services-backupdr/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-backupdr - v1-rev20260526-2.0.0 + v1-rev20260621-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260621-2.0.0' } ``` diff --git a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/FetchAccessTokenResponse.java b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/FetchAccessTokenResponse.java index 2496bf30d12..6e64c9044fa 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/FetchAccessTokenResponse.java +++ b/clients/google-api-services-backupdr/v1/2.0.0/com/google/api/services/backupdr/v1/model/FetchAccessTokenResponse.java @@ -45,7 +45,7 @@ public final class FetchAccessTokenResponse extends com.google.api.client.json.G private java.lang.String readLocation; /** - * The downscoped token that was created. + * Input only. The downscoped token that was created. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -93,7 +93,7 @@ public FetchAccessTokenResponse setReadLocation(java.lang.String readLocation) { } /** - * The downscoped token that was created. + * Input only. The downscoped token that was created. * @return value or {@code null} for none */ public java.lang.String getToken() { @@ -101,7 +101,7 @@ public java.lang.String getToken() { } /** - * The downscoped token that was created. + * Input only. The downscoped token that was created. * @param token token or {@code null} for none */ public FetchAccessTokenResponse setToken(java.lang.String token) { diff --git a/clients/google-api-services-backupdr/v1/2.0.0/pom.xml b/clients/google-api-services-backupdr/v1/2.0.0/pom.xml index ec299634724..633f688cf91 100644 --- a/clients/google-api-services-backupdr/v1/2.0.0/pom.xml +++ b/clients/google-api-services-backupdr/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-backupdr - v1-rev20260526-2.0.0 - Backup and DR Service API v1-rev20260526-2.0.0 + v1-rev20260621-2.0.0 + Backup and DR Service API v1-rev20260621-2.0.0 jar 2011 diff --git a/clients/google-api-services-backupdr/v1/README.md b/clients/google-api-services-backupdr/v1/README.md index 6f6951eda59..7957557fc6f 100644 --- a/clients/google-api-services-backupdr/v1/README.md +++ b/clients/google-api-services-backupdr/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-backupdr - v1-rev20260526-2.0.0 + v1-rev20260621-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260526-2.0.0' + implementation 'com.google.apis:google-api-services-backupdr:v1-rev20260621-2.0.0' } ```