Skip to content

Commit 0bf5a73

Browse files
chore: regenerate apikeys client
1 parent d74e497 commit 0bf5a73

4 files changed

Lines changed: 22 additions & 6 deletions

File tree

clients/google-api-services-apikeys/v2/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-apikeys</artifactId>
25-
<version>v2-rev20260721-2.0.0</version>
25+
<version>v2-rev20260731-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-apikeys:v2-rev20260721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apikeys:v2-rev20260731-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apikeys/v2/2.0.0/com/google/api/services/apikeys/v2/ApiKeysService.java

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,22 @@ public Delete setName(java.lang.String name) {
806806
return this;
807807
}
808808

809+
/** Optional. Defines the behavior for checking existing usage when deleting a key. */
810+
@com.google.api.client.util.Key
811+
private java.lang.String checkExistingUsage;
812+
813+
/** Optional. Defines the behavior for checking existing usage when deleting a key.
814+
*/
815+
public java.lang.String getCheckExistingUsage() {
816+
return checkExistingUsage;
817+
}
818+
819+
/** Optional. Defines the behavior for checking existing usage when deleting a key. */
820+
public Delete setCheckExistingUsage(java.lang.String checkExistingUsage) {
821+
this.checkExistingUsage = checkExistingUsage;
822+
return this;
823+
}
824+
809825
/**
810826
* Optional. The etag known to the client for the expected state of the key. This is to be
811827
* used for optimistic concurrency.

clients/google-api-services-apikeys/v2/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-apikeys</artifactId>
11-
<version>v2-rev20260721-2.0.0</version>
12-
<name>API Keys API v2-rev20260721-2.0.0</name>
11+
<version>v2-rev20260731-2.0.0</version>
12+
<name>API Keys API v2-rev20260731-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apikeys/v2/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-apikeys</artifactId>
25-
<version>v2-rev20260721-2.0.0</version>
25+
<version>v2-rev20260731-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-apikeys:v2-rev20260721-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apikeys:v2-rev20260731-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)