File tree Expand file tree Collapse file tree
clients/google-api-services-apikeys/v2
com/google/api/services/apikeys/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
3737dependencies {
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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments