Commit 5a17963
authored
chore: librarian generate pull request: 20260213T191645Z (#1168)
PR created by the Librarian CLI to generate Cloud Client Libraries code
from protos.
BEGIN_COMMIT
BEGIN_NESTED_COMMIT
feat: Expose the `Database.firestore_data_access_mode` parameter
PiperOrigin-RevId: 865444806
Library-IDs: google-cloud-firestore
Source-link:
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef858)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Expose the `Database.mongodb_compatible_data_access_mode`
parameter
PiperOrigin-RevId: 865444806
Library-IDs: google-cloud-firestore
Source-link:
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef858)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Expose the `Database.realtime_updates_mode` parameter
PiperOrigin-RevId: 865444806
Library-IDs: google-cloud-firestore
Source-link:
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef858)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Expose the `Index.unique` parameter
PiperOrigin-RevId: 865444806
Library-IDs: google-cloud-firestore
Source-link:
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef858)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: Update documentation on several parameters, especially when
relating to the new `enterprise` database edition
PiperOrigin-RevId: 865444806
Library-IDs: google-cloud-firestore
Source-link:
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef858)
END_NESTED_COMMIT
END_COMMIT
This pull request is generated with proto changes between
[googleapis/googleapis@1a9d00be](googleapis/googleapis@1a9d00b)
(exclusive) and
[googleapis/googleapis@760ef858](googleapis/googleapis@760ef85)
(inclusive).
Librarian Version: v0.7.0
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:b8058df4c45e9a6e07f6b4d65b458d0d059241dd34c814f151c8bf6b892112091 parent 15230d2 commit 5a17963Copy full SHA for 5a17963
10 files changed
+280-36Lines changed: 280 additions & 36 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- packages/google-cloud-firestore
- .librarian
- google/cloud/firestore_admin_v1
- services/firestore_admin
- types
- tests/unit/gapic/firestore_admin_v1
Expand file treeCollapse file tree
Open diff view settings
Collapse file
packages/google-cloud-firestore/.librarian/state.yaml
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/.librarian/state.yaml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin/async_client.py+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
57 | 57 | |
58 | 58 | |
59 | 59 | |
| 60 | + |
60 | 61 | |
61 | 62 | |
62 | 63 | |
| ||
1721 | 1722 | |
1722 | 1723 | |
1723 | 1724 | |
1724 | | - |
| 1725 | + |
| 1726 | + |
1725 | 1727 | |
1726 | 1728 | |
1727 | 1729 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin/client.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/services/firestore_admin/client.py+3-1Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
73 | 73 | |
74 | 74 | |
75 | 75 | |
| 76 | + |
76 | 77 | |
77 | 78 | |
78 | 79 | |
| ||
2281 | 2282 | |
2282 | 2283 | |
2283 | 2284 | |
2284 | | - |
| 2285 | + |
| 2286 | + |
2285 | 2287 | |
2286 | 2288 | |
2287 | 2289 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/__init__.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/__init__.py+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
84 | 84 | |
85 | 85 | |
86 | 86 | |
| 87 | + |
| 88 | + |
| 89 | + |
87 | 90 | |
88 | 91 | |
89 | 92 | |
| ||
154 | 157 | |
155 | 158 | |
156 | 159 | |
| 160 | + |
157 | 161 | |
158 | 162 | |
159 | 163 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/database.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/database.py+65-6Lines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
| 22 | + |
22 | 23 | |
23 | 24 | |
24 | 25 | |
| ||
68 | 69 | |
69 | 70 | |
70 | 71 | |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
71 | 76 | |
72 | 77 | |
73 | 78 | |
| ||
151 | 156 | |
152 | 157 | |
153 | 158 | |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
154 | 175 | |
155 | 176 | |
156 | 177 | |
| ||
183 | 204 | |
184 | 205 | |
185 | 206 | |
| 207 | + |
| 208 | + |
| 209 | + |
186 | 210 | |
187 | 211 | |
188 | 212 | |
189 | 213 | |
190 | 214 | |
191 | | - |
| 215 | + |
| 216 | + |
192 | 217 | |
193 | 218 | |
194 | 219 | |
195 | | - |
196 | | - |
| 220 | + |
| 221 | + |
| 222 | + |
197 | 223 | |
198 | | - |
199 | | - |
| 224 | + |
| 225 | + |
200 | 226 | |
201 | 227 | |
202 | 228 | |
| ||
284 | 310 | |
285 | 311 | |
286 | 312 | |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
287 | 330 | |
288 | 331 | |
289 | 332 | |
| ||
369 | 412 | |
370 | 413 | |
371 | 414 | |
372 | | - |
| 415 | + |
| 416 | + |
373 | 417 | |
374 | 418 | |
375 | 419 | |
| ||
550 | 594 | |
551 | 595 | |
552 | 596 | |
| 597 | + |
| 598 | + |
| 599 | + |
| 600 | + |
| 601 | + |
| 602 | + |
| 603 | + |
| 604 | + |
| 605 | + |
| 606 | + |
| 607 | + |
| 608 | + |
| 609 | + |
| 610 | + |
| 611 | + |
553 | 612 | |
554 | 613 | |
555 | 614 | |
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/field.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/field.py+7-4Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
128 | | - |
129 | | - |
130 | | - |
131 | | - |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
132 | 135 | |
133 | 136 | |
134 | 137 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/firestore_admin.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/firestore_admin.py+13-9Lines changed: 13 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
120 | 120 | |
121 | 121 | |
122 | 122 | |
123 | | - |
| 123 | + |
| 124 | + |
124 | 125 | |
125 | 126 | |
126 | 127 | |
| ||
747 | 748 | |
748 | 749 | |
749 | 750 | |
750 | | - |
751 | | - |
752 | | - |
| 751 | + |
| 752 | + |
| 753 | + |
753 | 754 | |
754 | 755 | |
755 | 756 | |
| ||
813 | 814 | |
814 | 815 | |
815 | 816 | |
816 | | - |
817 | | - |
818 | | - |
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
819 | 821 | |
820 | 822 | |
821 | 823 | |
| ||
1032 | 1034 | |
1033 | 1035 | |
1034 | 1036 | |
1035 | | - |
| 1037 | + |
| 1038 | + |
1036 | 1039 | |
1037 | 1040 | |
1038 | 1041 | |
| ||
1100 | 1103 | |
1101 | 1104 | |
1102 | 1105 | |
1103 | | - |
| 1106 | + |
| 1107 | + |
1104 | 1108 | |
1105 | 1109 | |
1106 | 1110 | |
|
Collapse file
packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/index.py
Copy file name to clipboardExpand all lines: packages/google-cloud-firestore/google/cloud/firestore_admin_v1/types/index.py+68-14Lines changed: 68 additions & 14 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
85 | 85 | |
86 | 86 | |
87 | 87 | |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
88 | 92 | |
89 | 93 | |
90 | 94 | |
| ||
179 | 183 | |
180 | 184 | |
181 | 185 | |
182 | | - |
183 | | - |
| 186 | + |
| 187 | + |
184 | 188 | |
185 | | - |
186 | | - |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
187 | 213 | |
188 | | - |
189 | | - |
190 | | - |
191 | | - |
192 | | - |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
193 | 240 | |
194 | | - |
195 | | - |
196 | | - |
197 | | - |
198 | | - |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
199 | 249 | |
200 | 250 | |
201 | 251 | |
| ||
361 | 411 | |
362 | 412 | |
363 | 413 | |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
364 | 418 | |
365 | 419 | |
366 | 420 | |
0 commit comments