Skip to content

Commit 59a2585

Browse files
1 parent 154b6b2 commit 59a2585

File tree

5 files changed

+78
-78
lines changed

5 files changed

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

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public final class GoogleCloudApigeeV1Instance extends com.google.api.client.jso
6363
private java.lang.String description;
6464

6565
/**
66-
* Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a
67-
* Google-Managed encryption key will be used. Use the following format:
66+
* Optional. Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not
67+
* specified, a Google-Managed encryption key will be used. Use the following format:
6868
* `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`
6969
* The value may be {@code null}.
7070
*/
@@ -241,8 +241,8 @@ public GoogleCloudApigeeV1Instance setDescription(java.lang.String description)
241241
}
242242

243243
/**
244-
* Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a
245-
* Google-Managed encryption key will be used. Use the following format:
244+
* Optional. Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not
245+
* specified, a Google-Managed encryption key will be used. Use the following format:
246246
* `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`
247247
* @return value or {@code null} for none
248248
*/
@@ -251,8 +251,8 @@ public java.lang.String getDiskEncryptionKeyName() {
251251
}
252252

253253
/**
254-
* Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not specified, a
255-
* Google-Managed encryption key will be used. Use the following format:
254+
* Optional. Customer Managed Encryption Key (CMEK) used for disk and volume encryption. If not
255+
* specified, a Google-Managed encryption key will be used. Use the following format:
256256
* `projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)`
257257
* @param diskEncryptionKeyName diskEncryptionKeyName or {@code null} for none
258258
*/

0 commit comments

Comments
 (0)