Skip to content

Commit bf6c848

Browse files
1 parent ed25798 commit bf6c848

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

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

clients/google-api-services-bigqueryconnection/v1/2.0.0/com/google/api/services/bigqueryconnection/v1/model/Connection.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public final class Connection extends com.google.api.client.json.GenericJson {
102102
private java.lang.Boolean hasCredential;
103103

104104
/**
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:
106107
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
107108
* The value may be {@code null}.
108109
*/
@@ -310,7 +311,8 @@ public Connection setHasCredential(java.lang.Boolean hasCredential) {
310311
}
311312

312313
/**
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:
314316
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
315317
* @return value or {@code null} for none
316318
*/
@@ -319,7 +321,8 @@ public java.lang.String getKmsKeyName() {
319321
}
320322

321323
/**
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:
323326
* `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`
324327
* @param kmsKeyName kmsKeyName or {@code null} for none
325328
*/

clients/google-api-services-bigqueryconnection/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-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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)