File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
clients/google-api-services-bigqueryconnection/v1
com/google/api/services/bigqueryconnection/v1/model Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-bigqueryconnection</artifactId >
25
- <version >v1-rev20240526 -2.0.0</version >
25
+ <version >v1-rev20240727 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-bigqueryconnection:v1-rev20240526 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-bigqueryconnection:v1-rev20240727 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -102,7 +102,8 @@ public final class Connection extends com.google.api.client.json.GenericJson {
102
102
private java .lang .Boolean hasCredential ;
103
103
104
104
/**
105
- * Optional. The Cloud KMS key that is used for encryption. Example:
105
+ * Optional. The Cloud KMS key that is used for credentials encryption. If omitted, internal
106
+ * Google owned encryption keys are used. Example:
106
107
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
107
108
* The value may be {@code null}.
108
109
*/
@@ -310,7 +311,8 @@ public Connection setHasCredential(java.lang.Boolean hasCredential) {
310
311
}
311
312
312
313
/**
313
- * Optional. The Cloud KMS key that is used for encryption. Example:
314
+ * Optional. The Cloud KMS key that is used for credentials encryption. If omitted, internal
315
+ * Google owned encryption keys are used. Example:
314
316
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
315
317
* @return value or {@code null} for none
316
318
*/
@@ -319,7 +321,8 @@ public java.lang.String getKmsKeyName() {
319
321
}
320
322
321
323
/**
322
- * Optional. The Cloud KMS key that is used for encryption. Example:
324
+ * Optional. The Cloud KMS key that is used for credentials encryption. If omitted, internal
325
+ * Google owned encryption keys are used. Example:
323
326
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
324
327
* @param kmsKeyName kmsKeyName or {@code null} for none
325
328
*/
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-bigqueryconnection</artifactId >
11
- <version >v1-rev20240526 -2.0.0</version >
12
- <name >BigQuery Connection API v1-rev20240526 -2.0.0</name >
11
+ <version >v1-rev20240727 -2.0.0</version >
12
+ <name >BigQuery Connection API v1-rev20240727 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-bigqueryconnection</artifactId >
25
- <version >v1-rev20240526 -2.0.0</version >
25
+ <version >v1-rev20240727 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-bigqueryconnection:v1-rev20240526 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-bigqueryconnection:v1-rev20240727 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments