Skip to content

Commit 6fd489d

Browse files
1 parent c1added commit 6fd489d

File tree

4 files changed

+24
-21
lines changed

4 files changed

+24
-21
lines changed

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

clients/google-api-services-firestore/v1/2.0.0/com/google/api/services/firestore/v1/model/GoogleFirestoreAdminV1RestoreDatabaseRequest.java

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Backup to restore from. Must be from the same project as the parent. Format is:
33+
* Backup to restore from. Must be from the same project as the parent. The restored database will
34+
* be created in the same location as the source backup. Format is:
3435
* `projects/{project_id}/locations/{location}/backups/{backup}`
3536
* The value may be {@code null}.
3637
*/
@@ -50,10 +51,10 @@ public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.goog
5051

5152
/**
5253
* Use Customer Managed Encryption Keys (CMEK) for encryption. Only keys in the same location as
53-
* this database are allowed to be used for encryption. For Firestore's nam5 multi-region, this
54-
* corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this corresponds
55-
* to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations. The expected
56-
* format is
54+
* the restored database are allowed to be used for encryption. For Firestore's nam5 multi-region,
55+
* this corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this
56+
* corresponds to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations.
57+
* The expected format is
5758
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
5859
* The value may be {@code null}.
5960
*/
@@ -76,7 +77,8 @@ public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.goog
7677
private Empty useGoogleDefaultEncryption;
7778

7879
/**
79-
* Backup to restore from. Must be from the same project as the parent. Format is:
80+
* Backup to restore from. Must be from the same project as the parent. The restored database will
81+
* be created in the same location as the source backup. Format is:
8082
* `projects/{project_id}/locations/{location}/backups/{backup}`
8183
* @return value or {@code null} for none
8284
*/
@@ -85,7 +87,8 @@ public java.lang.String getBackup() {
8587
}
8688

8789
/**
88-
* Backup to restore from. Must be from the same project as the parent. Format is:
90+
* Backup to restore from. Must be from the same project as the parent. The restored database will
91+
* be created in the same location as the source backup. Format is:
8992
* `projects/{project_id}/locations/{location}/backups/{backup}`
9093
* @param backup backup or {@code null} for none
9194
*/
@@ -121,10 +124,10 @@ public GoogleFirestoreAdminV1RestoreDatabaseRequest setDatabaseId(java.lang.Stri
121124

122125
/**
123126
* Use Customer Managed Encryption Keys (CMEK) for encryption. Only keys in the same location as
124-
* this database are allowed to be used for encryption. For Firestore's nam5 multi-region, this
125-
* corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this corresponds
126-
* to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations. The expected
127-
* format is
127+
* the restored database are allowed to be used for encryption. For Firestore's nam5 multi-region,
128+
* this corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this
129+
* corresponds to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations.
130+
* The expected format is
128131
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
129132
* @return value or {@code null} for none
130133
*/
@@ -134,10 +137,10 @@ public java.lang.String getKmsKeyName() {
134137

135138
/**
136139
* Use Customer Managed Encryption Keys (CMEK) for encryption. Only keys in the same location as
137-
* this database are allowed to be used for encryption. For Firestore's nam5 multi-region, this
138-
* corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this corresponds
139-
* to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations. The expected
140-
* format is
140+
* the restored database are allowed to be used for encryption. For Firestore's nam5 multi-region,
141+
* this corresponds to Cloud KMS multi-region us. For Firestore's eur3 multi-region, this
142+
* corresponds to Cloud KMS multi-region europe. See https://cloud.google.com/kms/docs/locations.
143+
* The expected format is
141144
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
142145
* @param kmsKeyName kmsKeyName or {@code null} for none
143146
*/

clients/google-api-services-firestore/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-firestore</artifactId>
11-
<version>v1-rev20240617-2.0.0</version>
12-
<name>Cloud Firestore API v1-rev20240617-2.0.0</name>
11+
<version>v1-rev20240626-2.0.0</version>
12+
<name>Cloud Firestore API v1-rev20240626-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)