Skip to content

Commit

Permalink
chore: regenerate gkebackup client (#18333)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Oct 11, 2023
1 parent d4cccb1 commit b118d9a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-gkebackup/v1/2.0.0/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-gkebackup</artifactId>
<version>v1-rev20230925-2.0.0</version>
<version>v1-rev20231004-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20230925-2.0.0'
implementation 'com.google.apis:google-api-services-gkebackup:v1-rev20231004-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public final class GroupKind extends com.google.api.client.json.GenericJson {
private java.lang.String resourceGroup;

/**
* Optional. Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.
* Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and singular
* form. E.g. "CustomResourceDefinition", "StorageClass", etc.
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand All @@ -66,15 +67,17 @@ public GroupKind setResourceGroup(java.lang.String resourceGroup) {
}

/**
* Optional. Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.
* Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and singular
* form. E.g. "CustomResourceDefinition", "StorageClass", etc.
* @return value or {@code null} for none
*/
public java.lang.String getResourceKind() {
return resourceKind;
}

/**
* Optional. Kind of a Kubernetes resource, e.g. "CustomResourceDefinition", "StorageClass", etc.
* Optional. Kind of a Kubernetes resource, must be in UpperCamelCase (PascalCase) and singular
* form. E.g. "CustomResourceDefinition", "StorageClass", etc.
* @param resourceKind resourceKind or {@code null} for none
*/
public GroupKind setResourceKind(java.lang.String resourceKind) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Represents both a request to Restore some portion of a Backup into a target GKE cluster and a
* record of the restore operation itself. Next id: 18
* record of the restore operation itself. Next id: 19
*
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Backup for GKE API. For a detailed explanation see:
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-gkebackup/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-gkebackup</artifactId>
<version>v1-rev20230925-2.0.0</version>
<name>Backup for GKE API v1-rev20230925-2.0.0</name>
<version>v1-rev20231004-2.0.0</version>
<name>Backup for GKE API v1-rev20231004-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down

0 comments on commit b118d9a

Please sign in to comment.