Skip to content

Commit a0f7362

Browse files
1 parent 99dfac6 commit a0f7362

File tree

5 files changed

+21
-15
lines changed

5 files changed

+21
-15
lines changed

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

clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/AwsWrappedKeyInfo.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ public final class AwsWrappedKeyInfo extends com.google.api.client.json.GenericJ
3838

3939
/**
4040
* Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the format of
41-
* "arn:{partition}:kms:{region}:{account_id}:key/{key_id}"
41+
* `arn:{partition}:kms:{region}:{account_id}:key/{key_id}` or `aws-
42+
* kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}`
4243
* The value may be {@code null}.
4344
*/
4445
@com.google.api.client.util.Key
@@ -53,7 +54,7 @@ public final class AwsWrappedKeyInfo extends com.google.api.client.json.GenericJ
5354

5455
/**
5556
* Required. The Amazon Resource Name of the IAM Role to assume for KMS decryption access. Should
56-
* be in the format of "arn:{partition}:iam::{account_id}:role/{role_name}"
57+
* be in the format of `arn:{partition}:iam::{account_id}:role/{role_name}`
5758
* The value may be {@code null}.
5859
*/
5960
@com.google.api.client.util.Key
@@ -78,7 +79,8 @@ public AwsWrappedKeyInfo setEncryptedDek(java.lang.String encryptedDek) {
7879

7980
/**
8081
* Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the format of
81-
* "arn:{partition}:kms:{region}:{account_id}:key/{key_id}"
82+
* `arn:{partition}:kms:{region}:{account_id}:key/{key_id}` or `aws-
83+
* kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}`
8284
* @return value or {@code null} for none
8385
*/
8486
public java.lang.String getKekUri() {
@@ -87,7 +89,8 @@ public java.lang.String getKekUri() {
8789

8890
/**
8991
* Required. The URI of the AWS KMS key used to decrypt the DEK. Should be in the format of
90-
* "arn:{partition}:kms:{region}:{account_id}:key/{key_id}"
92+
* `arn:{partition}:kms:{region}:{account_id}:key/{key_id}` or `aws-
93+
* kms://arn:{partition}:kms:{region}:{account_id}:key/{key_id}`
9194
* @param kekUri kekUri or {@code null} for none
9295
*/
9396
public AwsWrappedKeyInfo setKekUri(java.lang.String kekUri) {
@@ -114,7 +117,7 @@ public AwsWrappedKeyInfo setKeyType(java.lang.String keyType) {
114117

115118
/**
116119
* Required. The Amazon Resource Name of the IAM Role to assume for KMS decryption access. Should
117-
* be in the format of "arn:{partition}:iam::{account_id}:role/{role_name}"
120+
* be in the format of `arn:{partition}:iam::{account_id}:role/{role_name}`
118121
* @return value or {@code null} for none
119122
*/
120123
public java.lang.String getRoleArn() {
@@ -123,7 +126,7 @@ public java.lang.String getRoleArn() {
123126

124127
/**
125128
* Required. The Amazon Resource Name of the IAM Role to assume for KMS decryption access. Should
126-
* be in the format of "arn:{partition}:iam::{account_id}:role/{role_name}"
129+
* be in the format of `arn:{partition}:iam::{account_id}:role/{role_name}`
127130
* @param roleArn roleArn or {@code null} for none
128131
*/
129132
public AwsWrappedKeyInfo setRoleArn(java.lang.String roleArn) {

clients/google-api-services-datamanager/v1/2.0.0/com/google/api/services/datamanager/v1/model/GcpWrappedKeyInfo.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ public final class GcpWrappedKeyInfo extends com.google.api.client.json.GenericJ
3939
/**
4040
* Required. Google Cloud Platform [Cloud Key Management Service resource
4141
* ID](//cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of
42-
* "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".
42+
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` or `gcp-
43+
* kms://projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}`
4344
* The value may be {@code null}.
4445
*/
4546
@com.google.api.client.util.Key
@@ -80,7 +81,8 @@ public GcpWrappedKeyInfo setEncryptedDek(java.lang.String encryptedDek) {
8081
/**
8182
* Required. Google Cloud Platform [Cloud Key Management Service resource
8283
* ID](//cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of
83-
* "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".
84+
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` or `gcp-
85+
* kms://projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}`
8486
* @return value or {@code null} for none
8587
*/
8688
public java.lang.String getKekUri() {
@@ -90,7 +92,8 @@ public java.lang.String getKekUri() {
9092
/**
9193
* Required. Google Cloud Platform [Cloud Key Management Service resource
9294
* ID](//cloud.google.com/kms/docs/getting-resource-ids). Should be in the format of
93-
* "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".
95+
* `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}` or `gcp-
96+
* kms://projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}`
9497
* @param kekUri kekUri or {@code null} for none
9598
*/
9699
public GcpWrappedKeyInfo setKekUri(java.lang.String kekUri) {

clients/google-api-services-datamanager/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-datamanager</artifactId>
11-
<version>v1-rev20251105-2.0.0</version>
12-
<name>Data Manager API v1-rev20251105-2.0.0</name>
11+
<version>v1-rev20251115-2.0.0</version>
12+
<name>Data Manager API v1-rev20251115-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)