Skip to content

Commit d938afc

Browse files
1 parent dad71fb commit d938afc

File tree

6 files changed

+16
-16
lines changed

6 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class GroupKind extends com.google.api.client.json.GenericJson {
3333

3434
/**
3535
* Optional. API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io",
36-
* "storage.k8s.io", etc. Note: use empty string for core API group
36+
* "storage.k8s.io", etc. Note: use empty string for core API group.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
@@ -49,7 +49,7 @@ public final class GroupKind extends com.google.api.client.json.GenericJson {
4949

5050
/**
5151
* Optional. API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io",
52-
* "storage.k8s.io", etc. Note: use empty string for core API group
52+
* "storage.k8s.io", etc. Note: use empty string for core API group.
5353
* @return value or {@code null} for none
5454
*/
5555
public java.lang.String getResourceGroup() {
@@ -58,7 +58,7 @@ public java.lang.String getResourceGroup() {
5858

5959
/**
6060
* Optional. API group string of a Kubernetes resource, e.g. "apiextensions.k8s.io",
61-
* "storage.k8s.io", etc. Note: use empty string for core API group
61+
* "storage.k8s.io", etc. Note: use empty string for core API group.
6262
* @param resourceGroup resourceGroup or {@code null} for none
6363
*/
6464
public GroupKind setResourceGroup(java.lang.String resourceGroup) {

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package com.google.api.services.gkebackup.v1.model;
1818

1919
/**
20-
* A list of Kubernetes Namespaces
20+
* A list of Kubernetes Namespaces.
2121
*
2222
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2323
* transmitted over HTTP when working with the Backup for GKE API. For a detailed explanation see:
@@ -30,22 +30,22 @@
3030
public final class Namespaces extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. A list of Kubernetes Namespaces
33+
* Optional. A list of Kubernetes Namespaces.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.util.List<java.lang.String> namespaces;
3838

3939
/**
40-
* Optional. A list of Kubernetes Namespaces
40+
* Optional. A list of Kubernetes Namespaces.
4141
* @return value or {@code null} for none
4242
*/
4343
public java.util.List<java.lang.String> getNamespaces() {
4444
return namespaces;
4545
}
4646

4747
/**
48-
* Optional. A list of Kubernetes Namespaces
48+
* Optional. A list of Kubernetes Namespaces.
4949
* @param namespaces namespaces or {@code null} for none
5050
*/
5151
public Namespaces setNamespaces(java.util.List<java.lang.String> namespaces) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public final class Restore extends com.google.api.client.json.GenericJson {
8383

8484
/**
8585
* Optional. Immutable. Filters resources for `Restore`. If not specified, the scope of the
86-
* restore will remain the same as defined in the `RestorePlan`. If this is specified, and no
86+
* restore will remain the same as defined in the `RestorePlan`. If this is specified and no
8787
* resources are matched by the `inclusion_filters` or everyting is excluded by the
8888
* `exclusion_filters`, nothing will be restored. This filter can only be specified if the value
8989
* of namespaced_resource_restore_mode is set to `MERGE_SKIP_ON_CONFLICT`,
@@ -302,7 +302,7 @@ public Restore setEtag(java.lang.String etag) {
302302

303303
/**
304304
* Optional. Immutable. Filters resources for `Restore`. If not specified, the scope of the
305-
* restore will remain the same as defined in the `RestorePlan`. If this is specified, and no
305+
* restore will remain the same as defined in the `RestorePlan`. If this is specified and no
306306
* resources are matched by the `inclusion_filters` or everyting is excluded by the
307307
* `exclusion_filters`, nothing will be restored. This filter can only be specified if the value
308308
* of namespaced_resource_restore_mode is set to `MERGE_SKIP_ON_CONFLICT`,
@@ -315,7 +315,7 @@ public Filter getFilter() {
315315

316316
/**
317317
* Optional. Immutable. Filters resources for `Restore`. If not specified, the scope of the
318-
* restore will remain the same as defined in the `RestorePlan`. If this is specified, and no
318+
* restore will remain the same as defined in the `RestorePlan`. If this is specified and no
319319
* resources are matched by the `inclusion_filters` or everyting is excluded by the
320320
* `exclusion_filters`, nothing will be restored. This filter can only be specified if the value
321321
* of namespaced_resource_restore_mode is set to `MERGE_SKIP_ON_CONFLICT`,

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-rev20240518-2.0.0</version>
12-
<name>Backup for GKE API v1-rev20240518-2.0.0</name>
11+
<version>v1-rev20240626-2.0.0</version>
12+
<name>Backup for GKE API v1-rev20240626-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-rev20240518-2.0.0</version>
25+
<version>v1-rev20240626-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-rev20240518-2.0.0'
38+
implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20240626-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)