30
30
public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com .google .api .client .json .GenericJson {
31
31
32
32
/**
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:
34
35
* `projects/{project_id}/locations/{location}/backups/{backup}`
35
36
* The value may be {@code null}.
36
37
*/
@@ -50,10 +51,10 @@ public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.goog
50
51
51
52
/**
52
53
* 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
57
58
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
58
59
* The value may be {@code null}.
59
60
*/
@@ -76,7 +77,8 @@ public final class GoogleFirestoreAdminV1RestoreDatabaseRequest extends com.goog
76
77
private Empty useGoogleDefaultEncryption ;
77
78
78
79
/**
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:
80
82
* `projects/{project_id}/locations/{location}/backups/{backup}`
81
83
* @return value or {@code null} for none
82
84
*/
@@ -85,7 +87,8 @@ public java.lang.String getBackup() {
85
87
}
86
88
87
89
/**
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:
89
92
* `projects/{project_id}/locations/{location}/backups/{backup}`
90
93
* @param backup backup or {@code null} for none
91
94
*/
@@ -121,10 +124,10 @@ public GoogleFirestoreAdminV1RestoreDatabaseRequest setDatabaseId(java.lang.Stri
121
124
122
125
/**
123
126
* 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
128
131
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
129
132
* @return value or {@code null} for none
130
133
*/
@@ -134,10 +137,10 @@ public java.lang.String getKmsKeyName() {
134
137
135
138
/**
136
139
* 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
141
144
* `projects/{project_id}/locations/{kms_location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
142
145
* @param kmsKeyName kmsKeyName or {@code null} for none
143
146
*/
0 commit comments