Skip to content

Commit 06f8424

Browse files
1 parent cdbab38 commit 06f8424

File tree

5 files changed

+12
-18
lines changed

5 files changed

+12
-18
lines changed

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

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/BackupChannel.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class BackupChannel extends com.google.api.client.json.GenericJson
4747

4848
/**
4949
* Required. Immutable. The project where Backups are allowed to be stored. The format is
50-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
51-
* IDs will be added in the future.
50+
* `projects/{projectId}` or `projects/{projectNumber}`.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -141,8 +140,7 @@ public BackupChannel setDescription(java.lang.String description) {
141140

142141
/**
143142
* Required. Immutable. The project where Backups are allowed to be stored. The format is
144-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
145-
* IDs will be added in the future.
143+
* `projects/{projectId}` or `projects/{projectNumber}`.
146144
* @return value or {@code null} for none
147145
*/
148146
public java.lang.String getDestinationProject() {
@@ -151,8 +149,7 @@ public java.lang.String getDestinationProject() {
151149

152150
/**
153151
* Required. Immutable. The project where Backups are allowed to be stored. The format is
154-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
155-
* IDs will be added in the future.
152+
* `projects/{projectId}` or `projects/{projectNumber}`.
156153
* @param destinationProject destinationProject or {@code null} for none
157154
*/
158155
public BackupChannel setDestinationProject(java.lang.String destinationProject) {

clients/google-api-services-gkebackup/v1/2.0.0/com/google/api/services/gkebackup/v1/model/RestoreChannel.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ public final class RestoreChannel extends com.google.api.client.json.GenericJson
4747

4848
/**
4949
* Required. Immutable. The project into which the backups will be restored. The format is
50-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
51-
* IDs will be added in the future.
50+
* `projects/{projectId}` or `projects/{projectNumber}`.
5251
* The value may be {@code null}.
5352
*/
5453
@com.google.api.client.util.Key
@@ -141,8 +140,7 @@ public RestoreChannel setDescription(java.lang.String description) {
141140

142141
/**
143142
* Required. Immutable. The project into which the backups will be restored. The format is
144-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
145-
* IDs will be added in the future.
143+
* `projects/{projectId}` or `projects/{projectNumber}`.
146144
* @return value or {@code null} for none
147145
*/
148146
public java.lang.String getDestinationProject() {
@@ -151,8 +149,7 @@ public java.lang.String getDestinationProject() {
151149

152150
/**
153151
* Required. Immutable. The project into which the backups will be restored. The format is
154-
* `projects/{project}`. Currently, {project} can only be the project number. Support for project
155-
* IDs will be added in the future.
152+
* `projects/{projectId}` or `projects/{projectNumber}`.
156153
* @param destinationProject destinationProject or {@code null} for none
157154
*/
158155
public RestoreChannel setDestinationProject(java.lang.String destinationProject) {

clients/google-api-services-gkebackup/v1/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-gkebackup</artifactId>
11-
<version>v1-rev20250507-2.0.0</version>
12-
<name>Backup for GKE API v1-rev20250507-2.0.0</name>
11+
<version>v1-rev20250514-2.0.0</version>
12+
<name>Backup for GKE API v1-rev20250514-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)