Skip to content

Commit 6326a81

Browse files
1 parent 397d458 commit 6326a81

File tree

5 files changed

+26
-22
lines changed

5 files changed

+26
-22
lines changed

clients/google-api-services-apigee/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-apigee</artifactId>
25-
<version>v1-rev20250506-2.0.0</version>
25+
<version>v1-rev20250519-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-apigee:v1-rev20250506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250519-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/Apigee.java

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12110,10 +12110,10 @@ public Get set(String parameterName, Object value) {
1211012110
}
1211112111
/**
1211212112
* Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API
12113-
* resources bundled in the API product. In addition, you can add attributes to the AppGroupAppKey.
12114-
* This API replaces the existing attributes with those specified in the request. Include or exclude
12115-
* any existing attributes that you want to retain or delete, respectively. You can use the same key
12116-
* to access all API products associated with the app.
12113+
* resources bundled in the API product. In addition, you can add attributes and scopes to the
12114+
* AppGroupAppKey. This API replaces the existing attributes with those specified in the request.
12115+
* Include or exclude any existing attributes that you want to retain or delete, respectively. You
12116+
* can use the same key to access all API products associated with the app.
1211712117
*
1211812118
* Create a request for the method "keys.updateAppGroupAppKey".
1211912119
*
@@ -12141,7 +12141,7 @@ public class UpdateAppGroupAppKey extends ApigeeRequest<com.google.api.services.
1214112141

1214212142
/**
1214312143
* Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API
12144-
* resources bundled in the API product. In addition, you can add attributes to the
12144+
* resources bundled in the API product. In addition, you can add attributes and scopes to the
1214512145
* AppGroupAppKey. This API replaces the existing attributes with those specified in the request.
1214612146
* Include or exclude any existing attributes that you want to retain or delete, respectively. You
1214712147
* can use the same key to access all API products associated with the app.
@@ -18311,10 +18311,12 @@ public ReplaceDeveloperAppKey set(String parameterName, Object value) {
1831118311
}
1831218312
/**
1831318313
* Adds an API product to a developer app key, enabling the app that holds the key to access the API
18314-
* resources bundled in the API product. In addition, you can add attributes to a developer app key.
18315-
* This API replaces the existing attributes with those specified in the request. Include or exclude
18316-
* any existing attributes that you want to retain or delete, respectively. You can use the same key
18317-
* to access all API products associated with the app.
18314+
* resources bundled in the API product. In addition, you can add attributes and scopes associated
18315+
* with the API product to the developer app key. The status of the key can be updated via "action"
18316+
* Query Parameter. None of the other fields can be updated via this API. This API replaces the
18317+
* existing attributes with those specified in the request. Include or exclude any existing
18318+
* attributes that you want to retain or delete, respectively. None of the other fields can be
18319+
* updated. You can use the same key to access all API products associated with the app.
1831818320
*
1831918321
* Create a request for the method "keys.updateDeveloperAppKey".
1832018322
*
@@ -18342,10 +18344,12 @@ public class UpdateDeveloperAppKey extends ApigeeRequest<com.google.api.services
1834218344

1834318345
/**
1834418346
* Adds an API product to a developer app key, enabling the app that holds the key to access the
18345-
* API resources bundled in the API product. In addition, you can add attributes to a developer
18346-
* app key. This API replaces the existing attributes with those specified in the request. Include
18347-
* or exclude any existing attributes that you want to retain or delete, respectively. You can use
18348-
* the same key to access all API products associated with the app.
18347+
* API resources bundled in the API product. In addition, you can add attributes and scopes
18348+
* associated with the API product to the developer app key. The status of the key can be updated
18349+
* via "action" Query Parameter. None of the other fields can be updated via this API. This API
18350+
* replaces the existing attributes with those specified in the request. Include or exclude any
18351+
* existing attributes that you want to retain or delete, respectively. None of the other fields
18352+
* can be updated. You can use the same key to access all API products associated with the app.
1834918353
*
1835018354
* Create a request for the method "keys.updateDeveloperAppKey".
1835118355
*

clients/google-api-services-apigee/v1/2.0.0/com/google/api/services/apigee/v1/model/GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest extends com.go
4747
private java.util.List<java.lang.String> apiProducts;
4848

4949
/**
50-
* The new AppGroupKey to be amended. Note that the status can be updated only via action.
50+
* Note that only Scopes and Attributes of the AppGroupAppKey can be amended.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -94,15 +94,15 @@ public GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest setApiProducts(java.util.L
9494
}
9595

9696
/**
97-
* The new AppGroupKey to be amended. Note that the status can be updated only via action.
97+
* Note that only Scopes and Attributes of the AppGroupAppKey can be amended.
9898
* @return value or {@code null} for none
9999
*/
100100
public GoogleCloudApigeeV1AppGroupAppKey getAppGroupAppKey() {
101101
return appGroupAppKey;
102102
}
103103

104104
/**
105-
* The new AppGroupKey to be amended. Note that the status can be updated only via action.
105+
* Note that only Scopes and Attributes of the AppGroupAppKey can be amended.
106106
* @param appGroupAppKey appGroupAppKey or {@code null} for none
107107
*/
108108
public GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest setAppGroupAppKey(GoogleCloudApigeeV1AppGroupAppKey appGroupAppKey) {

clients/google-api-services-apigee/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-apigee</artifactId>
11-
<version>v1-rev20250506-2.0.0</version>
12-
<name>Apigee API v1-rev20250506-2.0.0</name>
11+
<version>v1-rev20250519-2.0.0</version>
12+
<name>Apigee API v1-rev20250519-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-apigee/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-apigee</artifactId>
25-
<version>v1-rev20250506-2.0.0</version>
25+
<version>v1-rev20250519-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-apigee:v1-rev20250506-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250519-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)