Skip to content

Commit

Permalink
chore: regenerate backupdr client (#23848)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 12, 2024
1 parent f1f7558 commit 49c1ea6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-backupdr/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-backupdr</artifactId>
<version>v1-rev20241023-2.0.0</version>
<version>v1-rev20241030-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20241023-2.0.0'
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20241030-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final class BackupPlanAssociation extends com.google.api.client.json.Gene
private java.lang.String resource;

/**
* Optional. Resource type of workload on which backupplan is applied
* Optional. Required. Resource type of workload on which backupplan is applied
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
Expand Down Expand Up @@ -192,15 +192,15 @@ public BackupPlanAssociation setResource(java.lang.String resource) {
}

/**
* Optional. Resource type of workload on which backupplan is applied
* Optional. Required. Resource type of workload on which backupplan is applied
* @return value or {@code null} for none
*/
public java.lang.String getResourceType() {
return resourceType;
}

/**
* Optional. Resource type of workload on which backupplan is applied
* Optional. Required. Resource type of workload on which backupplan is applied
* @param resourceType resourceType or {@code null} for none
*/
public BackupPlanAssociation setResourceType(java.lang.String resourceType) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-backupdr/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-backupdr</artifactId>
<version>v1-rev20241023-2.0.0</version>
<name>Backup and DR Service API v1-rev20241023-2.0.0</name>
<version>v1-rev20241030-2.0.0</version>
<name>Backup and DR Service API v1-rev20241030-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-backupdr/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-backupdr</artifactId>
<version>v1-rev20241023-2.0.0</version>
<version>v1-rev20241030-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20241023-2.0.0'
implementation 'com.google.apis:google-api-services-backupdr:v1-rev20241030-2.0.0'
}
```

Expand Down

0 comments on commit 49c1ea6

Please sign in to comment.