google-analytics-admin 0.25.0__tar.gz → 0.27.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. {google_analytics_admin-0.25.0/google_analytics_admin.egg-info → google_analytics_admin-0.27.0}/PKG-INFO +5 -2
  2. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/README.rst +1 -1
  3. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin/gapic_version.py +1 -1
  4. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/__init__.py +104 -0
  5. {google_analytics_admin-0.25.0/google/analytics/admin_v1beta → google_analytics_admin-0.27.0/google/analytics/admin_v1alpha}/gapic_version.py +1 -1
  6. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +30 -30
  7. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +62 -44
  8. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py +3 -2
  9. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py +5 -3
  10. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py +5 -3
  11. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +3 -2
  12. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/analytics_admin.py +63 -63
  13. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/event_create_and_edit.py +15 -15
  14. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/resources.py +6 -6
  15. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/__init__.py +104 -0
  16. {google_analytics_admin-0.25.0/google/analytics/admin_v1alpha → google_analytics_admin-0.27.0/google/analytics/admin_v1beta}/gapic_version.py +1 -1
  17. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +10 -10
  18. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/client.py +42 -24
  19. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py +3 -2
  20. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py +5 -3
  21. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py +5 -3
  22. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +3 -2
  23. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/types/analytics_admin.py +9 -9
  24. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0/google_analytics_admin.egg-info}/PKG-INFO +5 -2
  25. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google_analytics_admin.egg-info/requires.txt +4 -0
  26. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/setup.py +3 -0
  27. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/gapic/admin_v1alpha/test_analytics_admin_service.py +226 -29
  28. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/gapic/admin_v1beta/test_analytics_admin_service.py +226 -29
  29. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/LICENSE +0 -0
  30. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/MANIFEST.in +0 -0
  31. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin/__init__.py +0 -0
  32. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin/py.typed +0 -0
  33. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/gapic_metadata.json +0 -0
  34. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/py.typed +0 -0
  35. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/__init__.py +0 -0
  36. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py +0 -0
  37. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py +0 -0
  38. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/__init__.py +0 -0
  39. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest_base.py +0 -0
  40. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/__init__.py +0 -0
  41. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/access_report.py +0 -0
  42. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/audience.py +0 -0
  43. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/channel_group.py +0 -0
  44. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/expanded_data_set.py +0 -0
  45. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1alpha/types/subproperty_event_filter.py +0 -0
  46. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/gapic_metadata.json +0 -0
  47. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/py.typed +0 -0
  48. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/__init__.py +0 -0
  49. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py +0 -0
  50. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py +0 -0
  51. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/__init__.py +0 -0
  52. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest_base.py +0 -0
  53. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/types/__init__.py +0 -0
  54. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/types/access_report.py +0 -0
  55. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google/analytics/admin_v1beta/types/resources.py +0 -0
  56. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google_analytics_admin.egg-info/SOURCES.txt +0 -0
  57. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google_analytics_admin.egg-info/dependency_links.txt +0 -0
  58. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google_analytics_admin.egg-info/not-zip-safe +0 -0
  59. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/google_analytics_admin.egg-info/top_level.txt +0 -0
  60. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/setup.cfg +0 -0
  61. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/__init__.py +0 -0
  62. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/__init__.py +0 -0
  63. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/gapic/__init__.py +0 -0
  64. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/gapic/admin_v1alpha/__init__.py +0 -0
  65. {google_analytics_admin-0.25.0 → google_analytics_admin-0.27.0}/tests/unit/gapic/admin_v1beta/__init__.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: google-analytics-admin
3
- Version: 0.25.0
3
+ Version: 0.27.0
4
4
  Summary: Google Analytics Admin API client library
5
5
  Home-page: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-analytics-admin
6
6
  Author: Google LLC
@@ -19,12 +19,15 @@ Classifier: Programming Language :: Python :: 3.10
19
19
  Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
+ Classifier: Programming Language :: Python :: 3.14
22
23
  Classifier: Operating System :: OS Independent
23
24
  Classifier: Topic :: Internet
24
25
  Requires-Python: >=3.7
25
26
  License-File: LICENSE
26
27
  Requires-Dist: google-api-core[grpc]!=2.0.*,!=2.1.*,!=2.10.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,!=2.8.*,!=2.9.*,<3.0.0,>=1.34.1
27
28
  Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
29
+ Requires-Dist: grpcio<2.0.0,>=1.33.2
30
+ Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14"
28
31
  Requires-Dist: proto-plus<2.0.0,>=1.22.3
29
32
  Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
30
33
  Requires-Dist: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
@@ -103,7 +106,7 @@ Supported Python Versions
103
106
  Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
104
107
  Python.
105
108
 
106
- Python >= 3.7
109
+ Python >= 3.7, including 3.14
107
110
 
108
111
  .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
109
112
  .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -61,7 +61,7 @@ Supported Python Versions
61
61
  Our client libraries are compatible with all current `active`_ and `maintenance`_ versions of
62
62
  Python.
63
63
 
64
- Python >= 3.7
64
+ Python >= 3.7, including 3.14
65
65
 
66
66
  .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
67
67
  .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- __version__ = "0.25.0" # {x-release-please-version}
16
+ __version__ = "0.27.0" # {x-release-please-version}
@@ -13,10 +13,20 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
+ import sys
17
+
18
+ import google.api_core as api_core
19
+
16
20
  from google.analytics.admin_v1alpha import gapic_version as package_version
17
21
 
18
22
  __version__ = package_version.__version__
19
23
 
24
+ if sys.version_info >= (3, 8): # pragma: NO COVER
25
+ from importlib import metadata
26
+ else: # pragma: NO COVER
27
+ # TODO(https://github.com/googleapis/python-api-core/issues/835): Remove
28
+ # this code path once we drop support for Python 3.7
29
+ import importlib_metadata as metadata
20
30
 
21
31
  from .services.analytics_admin_service import (
22
32
  AnalyticsAdminServiceAsyncClient,
@@ -327,6 +337,100 @@ from .types.subproperty_event_filter import (
327
337
  SubpropertyEventFilterExpressionList,
328
338
  )
329
339
 
340
+ if hasattr(api_core, "check_python_version") and hasattr(
341
+ api_core, "check_dependency_versions"
342
+ ): # pragma: NO COVER
343
+ api_core.check_python_version("google.analytics.admin_v1alpha") # type: ignore
344
+ api_core.check_dependency_versions("google.analytics.admin_v1alpha") # type: ignore
345
+ else: # pragma: NO COVER
346
+ # An older version of api_core is installed which does not define the
347
+ # functions above. We do equivalent checks manually.
348
+ try:
349
+ import sys
350
+ import warnings
351
+
352
+ _py_version_str = sys.version.split()[0]
353
+ _package_label = "google.analytics.admin_v1alpha"
354
+ if sys.version_info < (3, 9):
355
+ warnings.warn(
356
+ "You are using a non-supported Python version "
357
+ + f"({_py_version_str}). Google will not post any further "
358
+ + f"updates to {_package_label} supporting this Python version. "
359
+ + "Please upgrade to the latest Python version, or at "
360
+ + f"least to Python 3.9, and then update {_package_label}.",
361
+ FutureWarning,
362
+ )
363
+ if sys.version_info[:2] == (3, 9):
364
+ warnings.warn(
365
+ f"You are using a Python version ({_py_version_str}) "
366
+ + f"which Google will stop supporting in {_package_label} in "
367
+ + "January 2026. Please "
368
+ + "upgrade to the latest Python version, or at "
369
+ + "least to Python 3.10, before then, and "
370
+ + f"then update {_package_label}.",
371
+ FutureWarning,
372
+ )
373
+
374
+ def parse_version_to_tuple(version_string: str):
375
+ """Safely converts a semantic version string to a comparable tuple of integers.
376
+ Example: "4.25.8" -> (4, 25, 8)
377
+ Ignores non-numeric parts and handles common version formats.
378
+ Args:
379
+ version_string: Version string in the format "x.y.z" or "x.y.z<suffix>"
380
+ Returns:
381
+ Tuple of integers for the parsed version string.
382
+ """
383
+ parts = []
384
+ for part in version_string.split("."):
385
+ try:
386
+ parts.append(int(part))
387
+ except ValueError:
388
+ # If it's a non-numeric part (e.g., '1.0.0b1' -> 'b1'), stop here.
389
+ # This is a simplification compared to 'packaging.parse_version', but sufficient
390
+ # for comparing strictly numeric semantic versions.
391
+ break
392
+ return tuple(parts)
393
+
394
+ def _get_version(dependency_name):
395
+ try:
396
+ version_string: str = metadata.version(dependency_name)
397
+ parsed_version = parse_version_to_tuple(version_string)
398
+ return (parsed_version, version_string)
399
+ except Exception:
400
+ # Catch exceptions from metadata.version() (e.g., PackageNotFoundError)
401
+ # or errors during parse_version_to_tuple
402
+ return (None, "--")
403
+
404
+ _dependency_package = "google.protobuf"
405
+ _next_supported_version = "4.25.8"
406
+ _next_supported_version_tuple = (4, 25, 8)
407
+ _recommendation = " (we recommend 6.x)"
408
+ (_version_used, _version_used_string) = _get_version(_dependency_package)
409
+ if _version_used and _version_used < _next_supported_version_tuple:
410
+ warnings.warn(
411
+ f"Package {_package_label} depends on "
412
+ + f"{_dependency_package}, currently installed at version "
413
+ + f"{_version_used_string}. Future updates to "
414
+ + f"{_package_label} will require {_dependency_package} at "
415
+ + f"version {_next_supported_version} or higher{_recommendation}."
416
+ + " Please ensure "
417
+ + "that either (a) your Python environment doesn't pin the "
418
+ + f"version of {_dependency_package}, so that updates to "
419
+ + f"{_package_label} can require the higher version, or "
420
+ + "(b) you manually update your Python environment to use at "
421
+ + f"least version {_next_supported_version} of "
422
+ + f"{_dependency_package}.",
423
+ FutureWarning,
424
+ )
425
+ except Exception:
426
+ warnings.warn(
427
+ "Could not determine the version of Python "
428
+ + "currently being used. To continue receiving "
429
+ + "updates for {_package_label}, ensure you are "
430
+ + "using a supported version of Python; see "
431
+ + "https://devguide.python.org/versions/"
432
+ )
433
+
330
434
  __all__ = (
331
435
  "AnalyticsAdminServiceAsyncClient",
332
436
  "AccessBetweenFilter",
@@ -13,4 +13,4 @@
13
13
  # See the License for the specific language governing permissions and
14
14
  # limitations under the License.
15
15
  #
16
- __version__ = "0.25.0" # {x-release-please-version}
16
+ __version__ = "0.27.0" # {x-release-please-version}
@@ -776,8 +776,8 @@ class AnalyticsAdminServiceAsyncClient:
776
776
  Required. The list of fields to be updated. Field names
777
777
  must be in snake case (for example, "field_to_update").
778
778
  Omitted fields will not be updated. To replace the
779
- entire entity, use one path with the string "*" to match
780
- all fields.
779
+ entire entity, use one path with the string "\*" to
780
+ match all fields.
781
781
 
782
782
  This corresponds to the ``update_mask`` field
783
783
  on the ``request`` instance; if ``request`` is provided, this
@@ -1340,7 +1340,7 @@ class AnalyticsAdminServiceAsyncClient:
1340
1340
  Required. The list of fields to be updated. Field names
1341
1341
  must be in snake case (e.g., "field_to_update"). Omitted
1342
1342
  fields will not be updated. To replace the entire
1343
- entity, use one path with the string "*" to match all
1343
+ entity, use one path with the string "\*" to match all
1344
1344
  fields.
1345
1345
 
1346
1346
  This corresponds to the ``update_mask`` field
@@ -1911,7 +1911,7 @@ class AnalyticsAdminServiceAsyncClient:
1911
1911
  Required. The list of fields to be updated. Field names
1912
1912
  must be in snake case (e.g., "field_to_update"). Omitted
1913
1913
  fields will not be updated. To replace the entire
1914
- entity, use one path with the string "*" to match all
1914
+ entity, use one path with the string "\*" to match all
1915
1915
  fields.
1916
1916
 
1917
1917
  This corresponds to the ``update_mask`` field
@@ -3515,7 +3515,7 @@ class AnalyticsAdminServiceAsyncClient:
3515
3515
  Required. The list of fields to be updated. Field names
3516
3516
  must be in snake case (e.g., "field_to_update"). Omitted
3517
3517
  fields will not be updated. To replace the entire
3518
- entity, use one path with the string "*" to match all
3518
+ entity, use one path with the string "\*" to match all
3519
3519
  fields.
3520
3520
 
3521
3521
  This corresponds to the ``update_mask`` field
@@ -3728,7 +3728,7 @@ class AnalyticsAdminServiceAsyncClient:
3728
3728
  Required. The list of fields to be updated. Field names
3729
3729
  must be in snake case (e.g., "field_to_update"). Omitted
3730
3730
  fields will not be updated. To replace the entire
3731
- entity, use one path with the string "*" to match all
3731
+ entity, use one path with the string "\*" to match all
3732
3732
  fields.
3733
3733
 
3734
3734
  This corresponds to the ``update_mask`` field
@@ -4218,7 +4218,7 @@ class AnalyticsAdminServiceAsyncClient:
4218
4218
  Required. The list of fields to be updated. Field names
4219
4219
  must be in snake case (e.g., "field_to_update"). Omitted
4220
4220
  fields will not be updated. To replace the entire
4221
- entity, use one path with the string "*" to match all
4221
+ entity, use one path with the string "\*" to match all
4222
4222
  fields.
4223
4223
 
4224
4224
  This corresponds to the ``update_mask`` field
@@ -4978,7 +4978,7 @@ class AnalyticsAdminServiceAsyncClient:
4978
4978
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
4979
4979
  Required. The list of fields to be updated. Omitted
4980
4980
  fields will not be updated. To replace the entire
4981
- entity, use one path with the string "*" to match all
4981
+ entity, use one path with the string "\*" to match all
4982
4982
  fields.
4983
4983
 
4984
4984
  This corresponds to the ``update_mask`` field
@@ -5767,7 +5767,7 @@ class AnalyticsAdminServiceAsyncClient:
5767
5767
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
5768
5768
  Required. The list of fields to be updated. Omitted
5769
5769
  fields will not be updated. To replace the entire
5770
- entity, use one path with the string "*" to match all
5770
+ entity, use one path with the string "\*" to match all
5771
5771
  fields.
5772
5772
 
5773
5773
  This corresponds to the ``update_mask`` field
@@ -6224,7 +6224,7 @@ class AnalyticsAdminServiceAsyncClient:
6224
6224
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
6225
6225
  Required. The list of fields to be updated. Omitted
6226
6226
  fields will not be updated. To replace the entire
6227
- entity, use one path with the string "*" to match all
6227
+ entity, use one path with the string "\*" to match all
6228
6228
  fields.
6229
6229
 
6230
6230
  This corresponds to the ``update_mask`` field
@@ -6679,7 +6679,7 @@ class AnalyticsAdminServiceAsyncClient:
6679
6679
  Required. The list of fields to be updated. Field names
6680
6680
  must be in snake case (e.g., "field_to_update"). Omitted
6681
6681
  fields will not be updated. To replace the entire
6682
- entity, use one path with the string "*" to match all
6682
+ entity, use one path with the string "\*" to match all
6683
6683
  fields.
6684
6684
 
6685
6685
  This corresponds to the ``update_mask`` field
@@ -6951,7 +6951,7 @@ class AnalyticsAdminServiceAsyncClient:
6951
6951
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
6952
6952
  Required. The list of fields to be updated. Omitted
6953
6953
  fields will not be updated. To replace the entire
6954
- entity, use one path with the string "*" to match all
6954
+ entity, use one path with the string "\*" to match all
6955
6955
  fields.
6956
6956
 
6957
6957
  This corresponds to the ``update_mask`` field
@@ -7518,7 +7518,7 @@ class AnalyticsAdminServiceAsyncClient:
7518
7518
  Required. The list of fields to be updated. Field names
7519
7519
  must be in snake case (e.g., "field_to_update"). Omitted
7520
7520
  fields will not be updated. To replace the entire
7521
- entity, use one path with the string "*" to match all
7521
+ entity, use one path with the string "\*" to match all
7522
7522
  fields.
7523
7523
 
7524
7524
  This corresponds to the ``update_mask`` field
@@ -8034,7 +8034,7 @@ class AnalyticsAdminServiceAsyncClient:
8034
8034
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
8035
8035
  Required. The list of fields to be updated. Omitted
8036
8036
  fields will not be updated. To replace the entire
8037
- entity, use one path with the string "*" to match all
8037
+ entity, use one path with the string "\*" to match all
8038
8038
  fields.
8039
8039
 
8040
8040
  This corresponds to the ``update_mask`` field
@@ -8226,7 +8226,7 @@ class AnalyticsAdminServiceAsyncClient:
8226
8226
  Required. The list of fields to be updated. Field names
8227
8227
  must be in snake case (e.g., "field_to_update"). Omitted
8228
8228
  fields will not be updated. To replace the entire
8229
- entity, use one path with the string "*" to match all
8229
+ entity, use one path with the string "\*" to match all
8230
8230
  fields.
8231
8231
 
8232
8232
  This corresponds to the ``update_mask`` field
@@ -9402,7 +9402,7 @@ class AnalyticsAdminServiceAsyncClient:
9402
9402
  Required. The list of fields to be updated. Field names
9403
9403
  must be in snake case (e.g., "field_to_update"). Omitted
9404
9404
  fields will not be updated. To replace the entire
9405
- entity, use one path with the string "*" to match all
9405
+ entity, use one path with the string "\*" to match all
9406
9406
  fields.
9407
9407
 
9408
9408
  This corresponds to the ``update_mask`` field
@@ -9863,7 +9863,7 @@ class AnalyticsAdminServiceAsyncClient:
9863
9863
  Required. The list of fields to be updated. Field names
9864
9864
  must be in snake case (e.g., "field_to_update"). Omitted
9865
9865
  fields will not be updated. To replace the entire
9866
- entity, use one path with the string "*" to match all
9866
+ entity, use one path with the string "\*" to match all
9867
9867
  fields.
9868
9868
 
9869
9869
  This corresponds to the ``update_mask`` field
@@ -10405,7 +10405,7 @@ class AnalyticsAdminServiceAsyncClient:
10405
10405
  Required. The list of fields to be updated. Field names
10406
10406
  must be in snake case (e.g., "field_to_update"). Omitted
10407
10407
  fields will not be updated. To replace the entire
10408
- entity, use one path with the string "*" to match all
10408
+ entity, use one path with the string "\*" to match all
10409
10409
  fields.
10410
10410
 
10411
10411
  This corresponds to the ``update_mask`` field
@@ -10606,7 +10606,7 @@ class AnalyticsAdminServiceAsyncClient:
10606
10606
  Required. The list of fields to be updated. Field names
10607
10607
  must be in snake case (e.g., "field_to_update"). Omitted
10608
10608
  fields will not be updated. To replace the entire
10609
- entity, use one path with the string "*" to match all
10609
+ entity, use one path with the string "\*" to match all
10610
10610
  fields.
10611
10611
 
10612
10612
  This corresponds to the ``update_mask`` field
@@ -11393,7 +11393,7 @@ class AnalyticsAdminServiceAsyncClient:
11393
11393
  Required. The list of fields to be updated. Field names
11394
11394
  must be in snake case (e.g., "field_to_update"). Omitted
11395
11395
  fields will not be updated. To replace the entire
11396
- entity, use one path with the string "*" to match all
11396
+ entity, use one path with the string "\*" to match all
11397
11397
  fields.
11398
11398
 
11399
11399
  This corresponds to the ``update_mask`` field
@@ -11895,7 +11895,7 @@ class AnalyticsAdminServiceAsyncClient:
11895
11895
  Required. The list of fields to be updated. Field names
11896
11896
  must be in snake case (e.g., "field_to_update"). Omitted
11897
11897
  fields will not be updated. To replace the entire
11898
- entity, use one path with the string "*" to match all
11898
+ entity, use one path with the string "\*" to match all
11899
11899
  fields.
11900
11900
 
11901
11901
  This corresponds to the ``update_mask`` field
@@ -12141,7 +12141,7 @@ class AnalyticsAdminServiceAsyncClient:
12141
12141
  Required. The list of fields to be updated. Field names
12142
12142
  must be in snake case (e.g., "field_to_update"). Omitted
12143
12143
  fields will not be updated. To replace the entire
12144
- entity, use one path with the string "*" to match all
12144
+ entity, use one path with the string "\*" to match all
12145
12145
  fields.
12146
12146
 
12147
12147
  This corresponds to the ``update_mask`` field
@@ -12436,7 +12436,7 @@ class AnalyticsAdminServiceAsyncClient:
12436
12436
  metric's resource name.
12437
12437
 
12438
12438
  This value should be 1-80 characters and valid
12439
- characters are `[a-zA-Z0-9_]`, no spaces allowed.
12439
+ characters are /[a-zA-Z0-9\_]/, no spaces allowed.
12440
12440
  calculated_metric_id must be unique between all
12441
12441
  calculated metrics under a property. The
12442
12442
  calculated_metric_id is used when referencing this
@@ -12640,7 +12640,7 @@ class AnalyticsAdminServiceAsyncClient:
12640
12640
  update_mask (:class:`google.protobuf.field_mask_pb2.FieldMask`):
12641
12641
  Required. The list of fields to be updated. Omitted
12642
12642
  fields will not be updated. To replace the entire
12643
- entity, use one path with the string "*" to match all
12643
+ entity, use one path with the string "\*" to match all
12644
12644
  fields.
12645
12645
 
12646
12646
  This corresponds to the ``update_mask`` field
@@ -13617,8 +13617,8 @@ class AnalyticsAdminServiceAsyncClient:
13617
13617
  Required. The list of fields to update. Field names must
13618
13618
  be in snake case (for example, "field_to_update").
13619
13619
  Omitted fields will not be updated. To replace the
13620
- entire entity, use one path with the string "*" to match
13621
- all fields.
13620
+ entire entity, use one path with the string "\*" to
13621
+ match all fields.
13622
13622
 
13623
13623
  This corresponds to the ``update_mask`` field
13624
13624
  on the ``request`` instance; if ``request`` is provided, this
@@ -14097,8 +14097,8 @@ class AnalyticsAdminServiceAsyncClient:
14097
14097
  Optional. The list of fields to update. Field names must
14098
14098
  be in snake case (for example, "field_to_update").
14099
14099
  Omitted fields will not be updated. To replace the
14100
- entire entity, use one path with the string "*" to match
14101
- all fields.
14100
+ entire entity, use one path with the string "\*" to
14101
+ match all fields.
14102
14102
 
14103
14103
  This corresponds to the ``update_mask`` field
14104
14104
  on the ``request`` instance; if ``request`` is provided, this
@@ -14475,8 +14475,8 @@ class AnalyticsAdminServiceAsyncClient:
14475
14475
  Optional. The list of fields to update. Field names must
14476
14476
  be in snake case (for example, "field_to_update").
14477
14477
  Omitted fields will not be updated. To replace the
14478
- entire entity, use one path with the string "*" to match
14479
- all fields.
14478
+ entire entity, use one path with the string "\*" to
14479
+ match all fields.
14480
14480
 
14481
14481
  This corresponds to the ``update_mask`` field
14482
14482
  on the ``request`` instance; if ``request`` is provided, this