Skip to content

Commit c624f3e

Browse files
1 parent bb82609 commit c624f3e

File tree

5 files changed

+16
-11
lines changed

5 files changed

+16
-11
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-rev20250320-2.0.0</version>
25+
<version>v1-rev20250414-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-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250414-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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33516,7 +33516,8 @@ public GetCertificate set(String parameterName, Object value) {
3351633516
}
3351733517
}
3351833518
/**
33519-
* Updates the certificate in an alias.
33519+
* Updates the certificate in an alias. The updated certificate must be in PEM- or DER-encoded X.509
33520+
* format.
3352033521
*
3352133522
* Create a request for the method "aliases.update".
3352233523
*
@@ -33542,7 +33543,8 @@ public class Update extends ApigeeRequest<com.google.api.services.apigee.v1.mode
3354233543
java.util.regex.Pattern.compile("^organizations/[^/]+/environments/[^/]+/keystores/[^/]+/aliases/[^/]+$");
3354333544

3354433545
/**
33545-
* Updates the certificate in an alias.
33546+
* Updates the certificate in an alias. The updated certificate must be in PEM- or DER-encoded
33547+
* X.509 format.
3354633548
*
3354733549
* Create a request for the method "aliases.update".
3354833550
*

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ public final class GoogleCloudApigeeV1DeveloperApp extends com.google.api.client
4444
private java.lang.String appFamily;
4545

4646
/**
47-
* ID of the developer app.
47+
* ID of the developer app. This ID is not user specified but is automatically generated on app
48+
* creation. appId is a UUID.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
@@ -172,15 +173,17 @@ public GoogleCloudApigeeV1DeveloperApp setAppFamily(java.lang.String appFamily)
172173
}
173174

174175
/**
175-
* ID of the developer app.
176+
* ID of the developer app. This ID is not user specified but is automatically generated on app
177+
* creation. appId is a UUID.
176178
* @return value or {@code null} for none
177179
*/
178180
public java.lang.String getAppId() {
179181
return appId;
180182
}
181183

182184
/**
183-
* ID of the developer app.
185+
* ID of the developer app. This ID is not user specified but is automatically generated on app
186+
* creation. appId is a UUID.
184187
* @param appId appId or {@code null} for none
185188
*/
186189
public GoogleCloudApigeeV1DeveloperApp setAppId(java.lang.String appId) {

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-rev20250320-2.0.0</version>
12-
<name>Apigee API v1-rev20250320-2.0.0</name>
11+
<version>v1-rev20250414-2.0.0</version>
12+
<name>Apigee API v1-rev20250414-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-rev20250320-2.0.0</version>
25+
<version>v1-rev20250414-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-rev20250320-2.0.0'
38+
implementation 'com.google.apis:google-api-services-apigee:v1-rev20250414-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)