| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6876f64 commit 4937235
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1768,7 +1768,7 @@ libraries: | |||
| 1768 | 1768 | tag_format: '{id}-v{version}' | |
| 1769 | 1769 | - id: google-cloud-firestore | |
| 1770 | 1770 | version: 2.23.0 | |
| 1771 | - last_generated_commit: d420134ab324c0cbe0f4ae06ad9697dac77f26ad | ||
| 1771 | + last_generated_commit: 572d5d51926dfa9e7509e12ec61e98ce19650f7c | ||
| 1772 | 1772 | apis: | |
| 1773 | 1773 | - path: google/firestore/admin/v1 | |
| 1774 | 1774 | service_config: firestore_v1.yaml | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,8 +4,8 @@ branch = True | |||
| 4 | 4 | [report] | |
| 5 | 5 | show_missing = True | |
| 6 | 6 | omit = | |
| 7 | - google/cloud/firestore_admin/__init__.py | ||
| 8 | - google/cloud/firestore_admin/gapic_version.py | ||
| 7 | + google/cloud/firestore/__init__.py | ||
| 8 | + google/cloud/firestore/gapic_version.py | ||
| 9 | 9 | exclude_lines = | |
| 10 | 10 | # Re-enable the standard pragma | |
| 11 | 11 | pragma: NO COVER | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | # See the License for the specific language governing permissions and | |
| 14 | 14 | # limitations under the License. | |
| 15 | 15 | ## | |
| 16 | - # google-cloud-firestore-admin documentation build configuration file | ||
| 16 | + # google-cloud-firestore documentation build configuration file | ||
| 17 | 17 | # | |
| 18 | 18 | # This file is execfile()d with the current directory set to its | |
| 19 | 19 | # containing dir. | |
@@ -82,7 +82,7 @@ | |||
| 82 | 82 | root_doc = "index" | |
| 83 | 83 | ||
| 84 | 84 | # General information about the project. | |
| 85 | - project = "google-cloud-firestore-admin" | ||
| 85 | + project = "google-cloud-firestore" | ||
| 86 | 86 | copyright = "2025, Google, LLC" | |
| 87 | 87 | author = "Google APIs" | |
| 88 | 88 | ||
@@ -160,7 +160,7 @@ | |||
| 160 | 160 | # further. For a list of options available for each theme, see the | |
| 161 | 161 | # documentation. | |
| 162 | 162 | html_theme_options = { | |
| 163 | - "description": "Google Cloud Client Libraries for google-cloud-firestore-admin", | ||
| 163 | + "description": "Google Cloud Client Libraries for google-cloud-firestore", | ||
| 164 | 164 | "github_user": "googleapis", | |
| 165 | 165 | "github_repo": "google-cloud-python", | |
| 166 | 166 | "github_banner": True, | |
@@ -254,7 +254,7 @@ | |||
| 254 | 254 | # html_search_scorer = 'scorer.js' | |
| 255 | 255 | ||
| 256 | 256 | # Output file base name for HTML help builder. | |
| 257 | - htmlhelp_basename = "google-cloud-firestore-admin-doc" | ||
| 257 | + htmlhelp_basename = "google-cloud-firestore-doc" | ||
| 258 | 258 | ||
| 259 | 259 | # -- Options for warnings ------------------------------------------------------ | |
| 260 | 260 | ||
@@ -287,8 +287,8 @@ | |||
| 287 | 287 | latex_documents = [ | |
| 288 | 288 | ( | |
| 289 | 289 | root_doc, | |
| 290 | - "google-cloud-firestore-admin.tex", | ||
| 291 | - "google-cloud-firestore-admin Documentation", | ||
| 290 | + "google-cloud-firestore.tex", | ||
| 291 | + "google-cloud-firestore Documentation", | ||
| 292 | 292 | author, | |
| 293 | 293 | "manual", | |
| 294 | 294 | ) | |
@@ -322,8 +322,8 @@ | |||
| 322 | 322 | man_pages = [ | |
| 323 | 323 | ( | |
| 324 | 324 | root_doc, | |
| 325 | - "google-cloud-firestore-admin", | ||
| 326 | - "google-cloud-firestore-admin Documentation", | ||
| 325 | + "google-cloud-firestore", | ||
| 326 | + "google-cloud-firestore Documentation", | ||
| 327 | 327 | [author], | |
| 328 | 328 | 1, | |
| 329 | 329 | ) | |
@@ -341,11 +341,11 @@ | |||
| 341 | 341 | texinfo_documents = [ | |
| 342 | 342 | ( | |
| 343 | 343 | root_doc, | |
| 344 | - "google-cloud-firestore-admin", | ||
| 345 | - "google-cloud-firestore-admin Documentation", | ||
| 344 | + "google-cloud-firestore", | ||
| 345 | + "google-cloud-firestore Documentation", | ||
| 346 | 346 | author, | |
| 347 | - "google-cloud-firestore-admin", | ||
| 348 | - "google-cloud-firestore-admin Library", | ||
| 347 | + "google-cloud-firestore", | ||
| 348 | + "google-cloud-firestore Library", | ||
| 349 | 349 | "APIs", | |
| 350 | 350 | ) | |
| 351 | 351 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -218,7 +218,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 218 | 218 | predicate=retries.if_exception_type( | |
| 219 | 219 | core_exceptions.DeadlineExceeded, | |
| 220 | 220 | core_exceptions.InternalServerError, | |
| 221 | - core_exceptions.ResourceExhausted, | ||
| 222 | 221 | core_exceptions.ServiceUnavailable, | |
| 223 | 222 | ), | |
| 224 | 223 | deadline=300.0, | |
@@ -284,7 +283,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 284 | 283 | predicate=retries.if_exception_type( | |
| 285 | 284 | core_exceptions.DeadlineExceeded, | |
| 286 | 285 | core_exceptions.InternalServerError, | |
| 287 | - core_exceptions.ResourceExhausted, | ||
| 288 | 286 | core_exceptions.ServiceUnavailable, | |
| 289 | 287 | ), | |
| 290 | 288 | deadline=300.0, | |
@@ -301,7 +299,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 301 | 299 | predicate=retries.if_exception_type( | |
| 302 | 300 | core_exceptions.DeadlineExceeded, | |
| 303 | 301 | core_exceptions.InternalServerError, | |
| 304 | - core_exceptions.ResourceExhausted, | ||
| 305 | 302 | core_exceptions.ServiceUnavailable, | |
| 306 | 303 | ), | |
| 307 | 304 | deadline=300.0, | |
@@ -318,7 +315,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 318 | 315 | predicate=retries.if_exception_type( | |
| 319 | 316 | core_exceptions.DeadlineExceeded, | |
| 320 | 317 | core_exceptions.InternalServerError, | |
| 321 | - core_exceptions.ResourceExhausted, | ||
| 322 | 318 | core_exceptions.ServiceUnavailable, | |
| 323 | 319 | ), | |
| 324 | 320 | deadline=300.0, | |
@@ -335,7 +331,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 335 | 331 | predicate=retries.if_exception_type( | |
| 336 | 332 | core_exceptions.DeadlineExceeded, | |
| 337 | 333 | core_exceptions.InternalServerError, | |
| 338 | - core_exceptions.ResourceExhausted, | ||
| 339 | 334 | core_exceptions.ServiceUnavailable, | |
| 340 | 335 | ), | |
| 341 | 336 | deadline=300.0, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -916,7 +916,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 916 | 916 | predicate=retries.if_exception_type( | |
| 917 | 917 | core_exceptions.DeadlineExceeded, | |
| 918 | 918 | core_exceptions.InternalServerError, | |
| 919 | - core_exceptions.ResourceExhausted, | ||
| 920 | 919 | core_exceptions.ServiceUnavailable, | |
| 921 | 920 | ), | |
| 922 | 921 | deadline=300.0, | |
@@ -982,7 +981,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 982 | 981 | predicate=retries.if_exception_type( | |
| 983 | 982 | core_exceptions.DeadlineExceeded, | |
| 984 | 983 | core_exceptions.InternalServerError, | |
| 985 | - core_exceptions.ResourceExhausted, | ||
| 986 | 984 | core_exceptions.ServiceUnavailable, | |
| 987 | 985 | ), | |
| 988 | 986 | deadline=300.0, | |
@@ -999,7 +997,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 999 | 997 | predicate=retries.if_exception_type( | |
| 1000 | 998 | core_exceptions.DeadlineExceeded, | |
| 1001 | 999 | core_exceptions.InternalServerError, | |
| 1002 | - core_exceptions.ResourceExhausted, | ||
| 1003 | 1000 | core_exceptions.ServiceUnavailable, | |
| 1004 | 1001 | ), | |
| 1005 | 1002 | deadline=300.0, | |
@@ -1016,7 +1013,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 1016 | 1013 | predicate=retries.if_exception_type( | |
| 1017 | 1014 | core_exceptions.DeadlineExceeded, | |
| 1018 | 1015 | core_exceptions.InternalServerError, | |
| 1019 | - core_exceptions.ResourceExhausted, | ||
| 1020 | 1016 | core_exceptions.ServiceUnavailable, | |
| 1021 | 1017 | ), | |
| 1022 | 1018 | deadline=300.0, | |
@@ -1033,7 +1029,6 @@ def _prep_wrapped_messages(self, client_info): | |||
| 1033 | 1029 | predicate=retries.if_exception_type( | |
| 1034 | 1030 | core_exceptions.DeadlineExceeded, | |
| 1035 | 1031 | core_exceptions.InternalServerError, | |
| 1036 | - core_exceptions.ResourceExhausted, | ||
| 1037 | 1032 | core_exceptions.ServiceUnavailable, | |
| 1038 | 1033 | ), | |
| 1039 | 1034 | deadline=300.0, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -198,6 +198,14 @@ class Value(proto.Message): | |||
| 198 | 198 | ||
| 199 | 199 | - Not allowed to be used when writing documents. | |
| 200 | 200 | ||
| 201 | + This field is a member of `oneof`_ ``value_type``. | ||
| 202 | + variable_reference_value (str): | ||
| 203 | + Pointer to a variable defined elsewhere in a pipeline. | ||
| 204 | + | ||
| 205 | + Unlike ``field_reference_value`` which references a field | ||
| 206 | + within a document, this refers to a variable, defined in a | ||
| 207 | + separate namespace than the fields of a document. | ||
| 208 | + | ||
| 201 | 209 | This field is a member of `oneof`_ ``value_type``. | |
| 202 | 210 | function_value (google.cloud.firestore_v1.types.Function): | |
| 203 | 211 | A value that represents an unevaluated expression. | |
@@ -282,6 +290,11 @@ class Value(proto.Message): | |||
| 282 | 290 | number=19, | |
| 283 | 291 | oneof="value_type", | |
| 284 | 292 | ) | |
| 293 | + variable_reference_value: str = proto.Field( | ||
| 294 | + proto.STRING, | ||
| 295 | + number=22, | ||
| 296 | + oneof="value_type", | ||
| 297 | + ) | ||
| 285 | 298 | function_value: "Function" = proto.Field( | |
| 286 | 299 | proto.MESSAGE, | |
| 287 | 300 | number=20, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -51,7 +51,7 @@ | |||
| 51 | 51 | CURRENT_DIRECTORY = pathlib.Path(__file__).parent.absolute() | |
| 52 | 52 | ||
| 53 | 53 | LOWER_BOUND_CONSTRAINTS_FILE = CURRENT_DIRECTORY / "constraints.txt" | |
| 54 | - PACKAGE_NAME = "google-cloud-firestore-admin" | ||
| 54 | + PACKAGE_NAME = "google-cloud-firestore" | ||
| 55 | 55 | ||
| 56 | 56 | UNIT_TEST_STANDARD_DEPENDENCIES = [ | |
| 57 | 57 | "mock", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -21,16 +21,14 @@ | |||
| 21 | 21 | ||
| 22 | 22 | package_root = os.path.abspath(os.path.dirname(__file__)) | |
| 23 | 23 | ||
| 24 | - name = "google-cloud-firestore-admin" | ||
| 24 | + name = "google-cloud-firestore" | ||
| 25 | 25 | ||
| 26 | 26 | ||
| 27 | - description = "Google Cloud Firestore Admin API client library" | ||
| 27 | + description = "Google Cloud Firestore API client library" | ||
| 28 | 28 | ||
| 29 | 29 | version = None | |
| 30 | 30 | ||
| 31 | - with open( | ||
| 32 | - os.path.join(package_root, "google/cloud/firestore_admin/gapic_version.py") | ||
| 33 | - ) as fp: | ||
| 31 | + with open(os.path.join(package_root, "google/cloud/firestore/gapic_version.py")) as fp: | ||
| 34 | 32 | version_candidates = re.findall(r"(?<=\")\d+.\d+.\d+(?=\")", fp.read()) | |
| 35 | 33 | assert len(version_candidates) == 1 | |
| 36 | 34 | version = version_candidates[0] | |
@@ -53,7 +51,7 @@ | |||
| 53 | 51 | "protobuf>=3.20.2,<7.0.0,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", | |
| 54 | 52 | ] | |
| 55 | 53 | extras = {} | |
| 56 | - url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-firestore-admin" | ||
| 54 | + url = "https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-firestore" | ||
| 57 | 55 | ||
| 58 | 56 | package_root = os.path.abspath(os.path.dirname(__file__)) | |
| 59 | 57 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments