py2docfx 0.1.11rc1981066__py3-none-any.whl → 0.1.11rc1997820__py3-none-any.whl

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 (146) hide show
  1. py2docfx/__main__.py +24 -15
  2. py2docfx/convert_prepare/environment.py +13 -10
  3. py2docfx/convert_prepare/generate_document.py +6 -6
  4. py2docfx/convert_prepare/get_source.py +7 -7
  5. py2docfx/convert_prepare/git.py +10 -13
  6. py2docfx/convert_prepare/install_package.py +2 -2
  7. py2docfx/convert_prepare/pack.py +7 -10
  8. py2docfx/convert_prepare/package_info.py +3 -3
  9. py2docfx/convert_prepare/pip_utils.py +12 -14
  10. py2docfx/convert_prepare/post_process/merge_toc.py +3 -2
  11. py2docfx/convert_prepare/sphinx_caller.py +34 -12
  12. py2docfx/convert_prepare/tests/test_environment.py +0 -3
  13. py2docfx/convert_prepare/tests/test_generate_document.py +4 -2
  14. py2docfx/convert_prepare/tests/test_get_source.py +22 -14
  15. py2docfx/convert_prepare/tests/test_pack.py +6 -3
  16. py2docfx/convert_prepare/tests/test_params.py +0 -1
  17. py2docfx/convert_prepare/tests/test_sphinx_caller.py +10 -8
  18. py2docfx/convert_prepare/tests/test_subpackage.py +1 -0
  19. py2docfx/docfx_yaml/build_finished.py +1 -1
  20. py2docfx/docfx_yaml/logger.py +56 -55
  21. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/authorization_code.py +1 -1
  22. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azd_cli.py +20 -14
  23. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_arc.py +1 -1
  24. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_cli.py +36 -14
  25. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/azure_powershell.py +1 -1
  26. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/chained.py +2 -2
  27. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/default.py +4 -3
  28. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/imds.py +2 -2
  29. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_credentials/managed_identity.py +1 -1
  30. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/__init__.py +2 -0
  31. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/auth_code_redirect_handler.py +1 -1
  32. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/decorators.py +15 -7
  33. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/interactive.py +1 -1
  34. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/managed_identity_client.py +0 -1
  35. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_client.py +1 -1
  36. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/msal_managed_identity_client.py +2 -1
  37. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/shared_token_cache.py +3 -3
  38. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_internal/utils.py +17 -2
  39. py2docfx/venv/venv1/Lib/site-packages/azure/identity/_version.py +1 -1
  40. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azd_cli.py +14 -11
  41. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/azure_cli.py +30 -12
  42. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/default.py +2 -2
  43. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/imds.py +3 -3
  44. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_credentials/managed_identity.py +1 -1
  45. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/decorators.py +15 -7
  46. py2docfx/venv/venv1/Lib/site-packages/azure/identity/aio/_internal/managed_identity_client.py +1 -1
  47. py2docfx/venv/venv1/Lib/site-packages/cryptography/__about__.py +1 -1
  48. py2docfx/venv/venv1/Lib/site-packages/google/api/annotations_pb2.py +7 -4
  49. py2docfx/venv/venv1/Lib/site-packages/google/api/auth_pb2.py +6 -3
  50. py2docfx/venv/venv1/Lib/site-packages/google/api/backend_pb2.py +14 -7
  51. py2docfx/venv/venv1/Lib/site-packages/google/api/billing_pb2.py +6 -3
  52. py2docfx/venv/venv1/Lib/site-packages/google/api/client_pb2.py +47 -38
  53. py2docfx/venv/venv1/Lib/site-packages/google/api/config_change_pb2.py +6 -3
  54. py2docfx/venv/venv1/Lib/site-packages/google/api/consumer_pb2.py +6 -3
  55. py2docfx/venv/venv1/Lib/site-packages/google/api/context_pb2.py +6 -3
  56. py2docfx/venv/venv1/Lib/site-packages/google/api/control_pb2.py +6 -4
  57. py2docfx/venv/venv1/Lib/site-packages/google/api/distribution_pb2.py +7 -5
  58. py2docfx/venv/venv1/Lib/site-packages/google/api/documentation_pb2.py +6 -3
  59. py2docfx/venv/venv1/Lib/site-packages/google/api/endpoint_pb2.py +6 -3
  60. py2docfx/venv/venv1/Lib/site-packages/google/api/error_reason_pb2.py +6 -3
  61. py2docfx/venv/venv1/Lib/site-packages/google/api/field_behavior_pb2.py +8 -6
  62. py2docfx/venv/venv1/Lib/site-packages/google/api/field_info_pb2.py +6 -4
  63. py2docfx/venv/venv1/Lib/site-packages/google/api/http_pb2.py +7 -4
  64. py2docfx/venv/venv1/Lib/site-packages/google/api/httpbody_pb2.py +6 -4
  65. py2docfx/venv/venv1/Lib/site-packages/google/api/label_pb2.py +7 -4
  66. py2docfx/venv/venv1/Lib/site-packages/google/api/launch_stage_pb2.py +6 -3
  67. py2docfx/venv/venv1/Lib/site-packages/google/api/log_pb2.py +6 -4
  68. py2docfx/venv/venv1/Lib/site-packages/google/api/logging_pb2.py +6 -3
  69. py2docfx/venv/venv1/Lib/site-packages/google/api/metric_pb2.py +12 -9
  70. py2docfx/venv/venv1/Lib/site-packages/google/api/monitored_resource_pb2.py +15 -10
  71. py2docfx/venv/venv1/Lib/site-packages/google/api/monitoring_pb2.py +6 -3
  72. py2docfx/venv/venv1/Lib/site-packages/google/api/policy_pb2.py +7 -5
  73. py2docfx/venv/venv1/Lib/site-packages/google/api/quota_pb2.py +10 -7
  74. py2docfx/venv/venv1/Lib/site-packages/google/api/resource_pb2.py +7 -5
  75. py2docfx/venv/venv1/Lib/site-packages/google/api/routing_pb2.py +6 -4
  76. py2docfx/venv/venv1/Lib/site-packages/google/api/service_pb2.py +15 -12
  77. py2docfx/venv/venv1/Lib/site-packages/google/api/source_info_pb2.py +6 -4
  78. py2docfx/venv/venv1/Lib/site-packages/google/api/system_parameter_pb2.py +6 -3
  79. py2docfx/venv/venv1/Lib/site-packages/google/api/usage_pb2.py +6 -3
  80. py2docfx/venv/venv1/Lib/site-packages/google/api/visibility_pb2.py +7 -5
  81. py2docfx/venv/venv1/Lib/site-packages/google/cloud/extended_operations_pb2.py +6 -4
  82. py2docfx/venv/venv1/Lib/site-packages/google/cloud/location/locations_pb2.py +18 -13
  83. py2docfx/venv/venv1/Lib/site-packages/google/gapic/metadata/gapic_metadata_pb2.py +31 -26
  84. py2docfx/venv/venv1/Lib/site-packages/google/logging/type/http_request_pb2.py +6 -4
  85. py2docfx/venv/venv1/Lib/site-packages/google/logging/type/log_severity_pb2.py +6 -3
  86. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_grpc.py +2 -1
  87. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_grpc_pb2.py +11 -10
  88. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_pb2.py +20 -17
  89. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_pb2_grpc.py +1 -2
  90. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto.py +2 -1
  91. py2docfx/venv/venv1/Lib/site-packages/google/longrunning/operations_proto_pb2.py +22 -19
  92. py2docfx/venv/venv1/Lib/site-packages/google/rpc/code_pb2.py +6 -3
  93. py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/attribute_context_pb2.py +20 -16
  94. py2docfx/venv/venv1/Lib/site-packages/google/rpc/context/audit_context_pb2.py +7 -5
  95. py2docfx/venv/venv1/Lib/site-packages/google/rpc/error_details_pb2.py +21 -19
  96. py2docfx/venv/venv1/Lib/site-packages/google/rpc/http_pb2.py +6 -3
  97. py2docfx/venv/venv1/Lib/site-packages/google/rpc/status_pb2.py +6 -4
  98. py2docfx/venv/venv1/Lib/site-packages/google/type/calendar_period_pb2.py +6 -3
  99. py2docfx/venv/venv1/Lib/site-packages/google/type/color_pb2.py +6 -4
  100. py2docfx/venv/venv1/Lib/site-packages/google/type/date_pb2.py +6 -3
  101. py2docfx/venv/venv1/Lib/site-packages/google/type/datetime_pb2.py +6 -4
  102. py2docfx/venv/venv1/Lib/site-packages/google/type/dayofweek_pb2.py +6 -3
  103. py2docfx/venv/venv1/Lib/site-packages/google/type/decimal_pb2.py +6 -3
  104. py2docfx/venv/venv1/Lib/site-packages/google/type/expr_pb2.py +6 -3
  105. py2docfx/venv/venv1/Lib/site-packages/google/type/fraction_pb2.py +6 -3
  106. py2docfx/venv/venv1/Lib/site-packages/google/type/interval_pb2.py +6 -4
  107. py2docfx/venv/venv1/Lib/site-packages/google/type/latlng_pb2.py +6 -3
  108. py2docfx/venv/venv1/Lib/site-packages/google/type/localized_text_pb2.py +6 -3
  109. py2docfx/venv/venv1/Lib/site-packages/google/type/money_pb2.py +6 -3
  110. py2docfx/venv/venv1/Lib/site-packages/google/type/month_pb2.py +6 -3
  111. py2docfx/venv/venv1/Lib/site-packages/google/type/phone_number_pb2.py +6 -3
  112. py2docfx/venv/venv1/Lib/site-packages/google/type/postal_address_pb2.py +6 -3
  113. py2docfx/venv/venv1/Lib/site-packages/google/type/quaternion_pb2.py +6 -3
  114. py2docfx/venv/venv1/Lib/site-packages/google/type/timeofday_pb2.py +6 -3
  115. py2docfx/venv/venv1/Lib/site-packages/psutil/__init__.py +122 -201
  116. py2docfx/venv/venv1/Lib/site-packages/psutil/_common.py +84 -128
  117. py2docfx/venv/venv1/Lib/site-packages/psutil/_psaix.py +24 -38
  118. py2docfx/venv/venv1/Lib/site-packages/psutil/_psbsd.py +44 -58
  119. py2docfx/venv/venv1/Lib/site-packages/psutil/_pslinux.py +170 -254
  120. py2docfx/venv/venv1/Lib/site-packages/psutil/_psosx.py +8 -16
  121. py2docfx/venv/venv1/Lib/site-packages/psutil/_psposix.py +13 -49
  122. py2docfx/venv/venv1/Lib/site-packages/psutil/_pssunos.py +41 -60
  123. py2docfx/venv/venv1/Lib/site-packages/psutil/_pswindows.py +75 -145
  124. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/__init__.py +105 -193
  125. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_aix.py +2 -2
  126. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_bsd.py +27 -26
  127. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_connections.py +16 -17
  128. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_contracts.py +5 -19
  129. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_linux.py +153 -211
  130. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_memleaks.py +0 -6
  131. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_misc.py +22 -207
  132. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_osx.py +9 -4
  133. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_posix.py +8 -15
  134. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_process.py +104 -184
  135. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_process_all.py +28 -36
  136. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_scripts.py +240 -0
  137. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_sunos.py +1 -1
  138. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_system.py +44 -50
  139. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_testutils.py +23 -33
  140. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_unicode.py +8 -67
  141. py2docfx/venv/venv1/Lib/site-packages/psutil/tests/test_windows.py +32 -52
  142. {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1997820.dist-info}/METADATA +1 -1
  143. {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1997820.dist-info}/RECORD +145 -145
  144. py2docfx/venv/venv1/Lib/site-packages/psutil/_compat.py +0 -477
  145. {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1997820.dist-info}/WHEEL +0 -0
  146. {py2docfx-0.1.11rc1981066.dist-info → py2docfx-0.1.11rc1997820.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/rpc/error_details.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -29,9 +30,8 @@ _sym_db = _symbol_database.Default()
29
30
 
30
31
  from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
31
32
 
32
-
33
33
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
34
- b'\n\x1egoogle/rpc/error_details.proto\x12\ngoogle.rpc\x1a\x1egoogle/protobuf/duration.proto"\x93\x01\n\tErrorInfo\x12\x0e\n\x06reason\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x35\n\x08metadata\x18\x03 \x03(\x0b\x32#.google.rpc.ErrorInfo.MetadataEntry\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01";\n\tRetryInfo\x12.\n\x0bretry_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration"2\n\tDebugInfo\x12\x15\n\rstack_entries\x18\x01 \x03(\t\x12\x0e\n\x06\x64\x65tail\x18\x02 \x01(\t"y\n\x0cQuotaFailure\x12\x36\n\nviolations\x18\x01 \x03(\x0b\x32".google.rpc.QuotaFailure.Violation\x1a\x31\n\tViolation\x12\x0f\n\x07subject\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t"\x95\x01\n\x13PreconditionFailure\x12=\n\nviolations\x18\x01 \x03(\x0b\x32).google.rpc.PreconditionFailure.Violation\x1a?\n\tViolation\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07subject\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t"\x83\x01\n\nBadRequest\x12?\n\x10\x66ield_violations\x18\x01 \x03(\x0b\x32%.google.rpc.BadRequest.FieldViolation\x1a\x34\n\x0e\x46ieldViolation\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t"7\n\x0bRequestInfo\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x14\n\x0cserving_data\x18\x02 \x01(\t"`\n\x0cResourceInfo\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x15\n\rresource_name\x18\x02 \x01(\t\x12\r\n\x05owner\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t"V\n\x04Help\x12$\n\x05links\x18\x01 \x03(\x0b\x32\x15.google.rpc.Help.Link\x1a(\n\x04Link\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12\x0b\n\x03url\x18\x02 \x01(\t"3\n\x10LocalizedMessage\x12\x0e\n\x06locale\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\tBl\n\x0e\x63om.google.rpcB\x11\x45rrorDetailsProtoP\x01Z?google.golang.org/genproto/googleapis/rpc/errdetails;errdetails\xa2\x02\x03RPCb\x06proto3'
34
+ b'\n\x1egoogle/rpc/error_details.proto\x12\ngoogle.rpc\x1a\x1egoogle/protobuf/duration.proto"\x93\x01\n\tErrorInfo\x12\x0e\n\x06reason\x18\x01 \x01(\t\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x35\n\x08metadata\x18\x03 \x03(\x0b\x32#.google.rpc.ErrorInfo.MetadataEntry\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01";\n\tRetryInfo\x12.\n\x0bretry_delay\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration"2\n\tDebugInfo\x12\x15\n\rstack_entries\x18\x01 \x03(\t\x12\x0e\n\x06\x64\x65tail\x18\x02 \x01(\t"y\n\x0cQuotaFailure\x12\x36\n\nviolations\x18\x01 \x03(\x0b\x32".google.rpc.QuotaFailure.Violation\x1a\x31\n\tViolation\x12\x0f\n\x07subject\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t"\x95\x01\n\x13PreconditionFailure\x12=\n\nviolations\x18\x01 \x03(\x0b\x32).google.rpc.PreconditionFailure.Violation\x1a?\n\tViolation\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07subject\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t"\xcc\x01\n\nBadRequest\x12?\n\x10\x66ield_violations\x18\x01 \x03(\x0b\x32%.google.rpc.BadRequest.FieldViolation\x1a}\n\x0e\x46ieldViolation\x12\r\n\x05\x66ield\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12\x37\n\x11localized_message\x18\x04 \x01(\x0b\x32\x1c.google.rpc.LocalizedMessage"7\n\x0bRequestInfo\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12\x14\n\x0cserving_data\x18\x02 \x01(\t"`\n\x0cResourceInfo\x12\x15\n\rresource_type\x18\x01 \x01(\t\x12\x15\n\rresource_name\x18\x02 \x01(\t\x12\r\n\x05owner\x18\x03 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x04 \x01(\t"V\n\x04Help\x12$\n\x05links\x18\x01 \x03(\x0b\x32\x15.google.rpc.Help.Link\x1a(\n\x04Link\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12\x0b\n\x03url\x18\x02 \x01(\t"3\n\x10LocalizedMessage\x12\x0e\n\x06locale\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\tBl\n\x0e\x63om.google.rpcB\x11\x45rrorDetailsProtoP\x01Z?google.golang.org/genproto/googleapis/rpc/errdetails;errdetails\xa2\x02\x03RPCb\x06proto3'
35
35
  )
36
36
 
37
37
  _globals = globals()
@@ -40,10 +40,12 @@ _builder.BuildTopDescriptorsAndMessages(
40
40
  DESCRIPTOR, "google.rpc.error_details_pb2", _globals
41
41
  )
42
42
  if _descriptor._USE_C_DESCRIPTORS == False:
43
- DESCRIPTOR._options = None
44
- DESCRIPTOR._serialized_options = b"\n\016com.google.rpcB\021ErrorDetailsProtoP\001Z?google.golang.org/genproto/googleapis/rpc/errdetails;errdetails\242\002\003RPC"
45
- _ERRORINFO_METADATAENTRY._options = None
46
- _ERRORINFO_METADATAENTRY._serialized_options = b"8\001"
43
+ _globals["DESCRIPTOR"]._options = None
44
+ _globals[
45
+ "DESCRIPTOR"
46
+ ]._serialized_options = b"\n\016com.google.rpcB\021ErrorDetailsProtoP\001Z?google.golang.org/genproto/googleapis/rpc/errdetails;errdetails\242\002\003RPC"
47
+ _globals["_ERRORINFO_METADATAENTRY"]._options = None
48
+ _globals["_ERRORINFO_METADATAENTRY"]._serialized_options = b"8\001"
47
49
  _globals["_ERRORINFO"]._serialized_start = 79
48
50
  _globals["_ERRORINFO"]._serialized_end = 226
49
51
  _globals["_ERRORINFO_METADATAENTRY"]._serialized_start = 179
@@ -61,17 +63,17 @@ if _descriptor._USE_C_DESCRIPTORS == False:
61
63
  _globals["_PRECONDITIONFAILURE_VIOLATION"]._serialized_start = 551
62
64
  _globals["_PRECONDITIONFAILURE_VIOLATION"]._serialized_end = 614
63
65
  _globals["_BADREQUEST"]._serialized_start = 617
64
- _globals["_BADREQUEST"]._serialized_end = 748
66
+ _globals["_BADREQUEST"]._serialized_end = 821
65
67
  _globals["_BADREQUEST_FIELDVIOLATION"]._serialized_start = 696
66
- _globals["_BADREQUEST_FIELDVIOLATION"]._serialized_end = 748
67
- _globals["_REQUESTINFO"]._serialized_start = 750
68
- _globals["_REQUESTINFO"]._serialized_end = 805
69
- _globals["_RESOURCEINFO"]._serialized_start = 807
70
- _globals["_RESOURCEINFO"]._serialized_end = 903
71
- _globals["_HELP"]._serialized_start = 905
72
- _globals["_HELP"]._serialized_end = 991
73
- _globals["_HELP_LINK"]._serialized_start = 951
74
- _globals["_HELP_LINK"]._serialized_end = 991
75
- _globals["_LOCALIZEDMESSAGE"]._serialized_start = 993
76
- _globals["_LOCALIZEDMESSAGE"]._serialized_end = 1044
68
+ _globals["_BADREQUEST_FIELDVIOLATION"]._serialized_end = 821
69
+ _globals["_REQUESTINFO"]._serialized_start = 823
70
+ _globals["_REQUESTINFO"]._serialized_end = 878
71
+ _globals["_RESOURCEINFO"]._serialized_start = 880
72
+ _globals["_RESOURCEINFO"]._serialized_end = 976
73
+ _globals["_HELP"]._serialized_start = 978
74
+ _globals["_HELP"]._serialized_end = 1064
75
+ _globals["_HELP_LINK"]._serialized_start = 1024
76
+ _globals["_HELP_LINK"]._serialized_end = 1064
77
+ _globals["_LOCALIZEDMESSAGE"]._serialized_start = 1066
78
+ _globals["_LOCALIZEDMESSAGE"]._serialized_end = 1117
77
79
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/rpc/http.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.rpc.http_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\016com.google.rpcB\tHttpProtoP\001Z3google.golang.org/genproto/googleapis/rpc/http;http\242\002\003RPC"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\016com.google.rpcB\tHttpProtoP\001Z3google.golang.org/genproto/googleapis/rpc/http;http\242\002\003RPC"
40
43
  _globals["_HTTPREQUEST"]._serialized_start = 37
41
44
  _globals["_HTTPREQUEST"]._serialized_end = 134
42
45
  _globals["_HTTPRESPONSE"]._serialized_start = 136
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/rpc/status.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
29
30
 
30
31
  from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
31
32
 
32
-
33
33
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
34
34
  b'\n\x17google/rpc/status.proto\x12\ngoogle.rpc\x1a\x19google/protobuf/any.proto"N\n\x06Status\x12\x0c\n\x04\x63ode\x18\x01 \x01(\x05\x12\x0f\n\x07message\x18\x02 \x01(\t\x12%\n\x07\x64\x65tails\x18\x03 \x03(\x0b\x32\x14.google.protobuf.AnyBa\n\x0e\x63om.google.rpcB\x0bStatusProtoP\x01Z7google.golang.org/genproto/googleapis/rpc/status;status\xf8\x01\x01\xa2\x02\x03RPCb\x06proto3'
35
35
  )
@@ -38,8 +38,10 @@ _globals = globals()
38
38
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
39
39
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.rpc.status_pb2", _globals)
40
40
  if _descriptor._USE_C_DESCRIPTORS == False:
41
- DESCRIPTOR._options = None
42
- DESCRIPTOR._serialized_options = b"\n\016com.google.rpcB\013StatusProtoP\001Z7google.golang.org/genproto/googleapis/rpc/status;status\370\001\001\242\002\003RPC"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\016com.google.rpcB\013StatusProtoP\001Z7google.golang.org/genproto/googleapis/rpc/status;status\370\001\001\242\002\003RPC"
43
45
  _globals["_STATUS"]._serialized_start = 66
44
46
  _globals["_STATUS"]._serialized_end = 144
45
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/calendar_period.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.calendar_period_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\023CalendarPeriodProtoP\001ZHgoogle.golang.org/genproto/googleapis/type/calendarperiod;calendarperiod\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\023CalendarPeriodProtoP\001ZHgoogle.golang.org/genproto/googleapis/type/calendarperiod;calendarperiod\242\002\003GTP"
42
45
  _globals["_CALENDARPERIOD"]._serialized_start = 50
43
46
  _globals["_CALENDARPERIOD"]._serialized_end = 177
44
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/color.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
29
30
 
30
31
  from google.protobuf import wrappers_pb2 as google_dot_protobuf_dot_wrappers__pb2
31
32
 
32
-
33
33
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
34
34
  b'\n\x17google/type/color.proto\x12\x0bgoogle.type\x1a\x1egoogle/protobuf/wrappers.proto"]\n\x05\x43olor\x12\x0b\n\x03red\x18\x01 \x01(\x02\x12\r\n\x05green\x18\x02 \x01(\x02\x12\x0c\n\x04\x62lue\x18\x03 \x01(\x02\x12*\n\x05\x61lpha\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.FloatValueB`\n\x0f\x63om.google.typeB\nColorProtoP\x01Z6google.golang.org/genproto/googleapis/type/color;color\xf8\x01\x01\xa2\x02\x03GTPb\x06proto3'
35
35
  )
@@ -38,8 +38,10 @@ _globals = globals()
38
38
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
39
39
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.color_pb2", _globals)
40
40
  if _descriptor._USE_C_DESCRIPTORS == False:
41
- DESCRIPTOR._options = None
42
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\nColorProtoP\001Z6google.golang.org/genproto/googleapis/type/color;color\370\001\001\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\nColorProtoP\001Z6google.golang.org/genproto/googleapis/type/color;color\370\001\001\242\002\003GTP"
43
45
  _globals["_COLOR"]._serialized_start = 72
44
46
  _globals["_COLOR"]._serialized_end = 165
45
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/date.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.date_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\tDateProtoP\001Z4google.golang.org/genproto/googleapis/type/date;date\370\001\001\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\tDateProtoP\001Z4google.golang.org/genproto/googleapis/type/date;date\370\001\001\242\002\003GTP"
40
43
  _globals["_DATE"]._serialized_start = 39
41
44
  _globals["_DATE"]._serialized_end = 87
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/datetime.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
29
30
 
30
31
  from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
31
32
 
32
-
33
33
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
34
34
  b'\n\x1agoogle/type/datetime.proto\x12\x0bgoogle.type\x1a\x1egoogle/protobuf/duration.proto"\xe0\x01\n\x08\x44\x61teTime\x12\x0c\n\x04year\x18\x01 \x01(\x05\x12\r\n\x05month\x18\x02 \x01(\x05\x12\x0b\n\x03\x64\x61y\x18\x03 \x01(\x05\x12\r\n\x05hours\x18\x04 \x01(\x05\x12\x0f\n\x07minutes\x18\x05 \x01(\x05\x12\x0f\n\x07seconds\x18\x06 \x01(\x05\x12\r\n\x05nanos\x18\x07 \x01(\x05\x12/\n\nutc_offset\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationH\x00\x12*\n\ttime_zone\x18\t \x01(\x0b\x32\x15.google.type.TimeZoneH\x00\x42\r\n\x0btime_offset"\'\n\x08TimeZone\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\tBi\n\x0f\x63om.google.typeB\rDateTimeProtoP\x01Z<google.golang.org/genproto/googleapis/type/datetime;datetime\xf8\x01\x01\xa2\x02\x03GTPb\x06proto3'
35
35
  )
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
40
40
  DESCRIPTOR, "google.type.datetime_pb2", _globals
41
41
  )
42
42
  if _descriptor._USE_C_DESCRIPTORS == False:
43
- DESCRIPTOR._options = None
44
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\rDateTimeProtoP\001Z<google.golang.org/genproto/googleapis/type/datetime;datetime\370\001\001\242\002\003GTP"
43
+ _globals["DESCRIPTOR"]._options = None
44
+ _globals[
45
+ "DESCRIPTOR"
46
+ ]._serialized_options = b"\n\017com.google.typeB\rDateTimeProtoP\001Z<google.golang.org/genproto/googleapis/type/datetime;datetime\370\001\001\242\002\003GTP"
45
47
  _globals["_DATETIME"]._serialized_start = 76
46
48
  _globals["_DATETIME"]._serialized_end = 300
47
49
  _globals["_TIMEZONE"]._serialized_start = 302
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/dayofweek.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.dayofweek_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\016DayOfWeekProtoP\001Z>google.golang.org/genproto/googleapis/type/dayofweek;dayofweek\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\016DayOfWeekProtoP\001Z>google.golang.org/genproto/googleapis/type/dayofweek;dayofweek\242\002\003GTP"
42
45
  _globals["_DAYOFWEEK"]._serialized_start = 45
43
46
  _globals["_DAYOFWEEK"]._serialized_end = 177
44
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/decimal.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.decimal_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\014DecimalProtoP\001Z:google.golang.org/genproto/googleapis/type/decimal;decimal\370\001\001\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\014DecimalProtoP\001Z:google.golang.org/genproto/googleapis/type/decimal;decimal\370\001\001\242\002\003GTP"
40
43
  _globals["_DECIMAL"]._serialized_start = 42
41
44
  _globals["_DECIMAL"]._serialized_end = 66
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/expr.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.expr_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\tExprProtoP\001Z4google.golang.org/genproto/googleapis/type/expr;expr\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\tExprProtoP\001Z4google.golang.org/genproto/googleapis/type/expr;expr\242\002\003GTP"
40
43
  _globals["_EXPR"]._serialized_start = 39
41
44
  _globals["_EXPR"]._serialized_end = 119
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/fraction.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.fraction_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\rFractionProtoP\001Z<google.golang.org/genproto/googleapis/type/fraction;fraction\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\rFractionProtoP\001Z<google.golang.org/genproto/googleapis/type/fraction;fraction\242\002\003GTP"
42
45
  _globals["_FRACTION"]._serialized_start = 43
43
46
  _globals["_FRACTION"]._serialized_end = 93
44
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/interval.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -29,7 +30,6 @@ _sym_db = _symbol_database.Default()
29
30
 
30
31
  from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
31
32
 
32
-
33
33
  DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
34
34
  b'\n\x1agoogle/type/interval.proto\x12\x0bgoogle.type\x1a\x1fgoogle/protobuf/timestamp.proto"h\n\x08Interval\x12.\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampBi\n\x0f\x63om.google.typeB\rIntervalProtoP\x01Z<google.golang.org/genproto/googleapis/type/interval;interval\xf8\x01\x01\xa2\x02\x03GTPb\x06proto3'
35
35
  )
@@ -40,8 +40,10 @@ _builder.BuildTopDescriptorsAndMessages(
40
40
  DESCRIPTOR, "google.type.interval_pb2", _globals
41
41
  )
42
42
  if _descriptor._USE_C_DESCRIPTORS == False:
43
- DESCRIPTOR._options = None
44
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\rIntervalProtoP\001Z<google.golang.org/genproto/googleapis/type/interval;interval\370\001\001\242\002\003GTP"
43
+ _globals["DESCRIPTOR"]._options = None
44
+ _globals[
45
+ "DESCRIPTOR"
46
+ ]._serialized_options = b"\n\017com.google.typeB\rIntervalProtoP\001Z<google.golang.org/genproto/googleapis/type/interval;interval\370\001\001\242\002\003GTP"
45
47
  _globals["_INTERVAL"]._serialized_start = 76
46
48
  _globals["_INTERVAL"]._serialized_end = 180
47
49
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/latlng.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.latlng_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\013LatLngProtoP\001Z8google.golang.org/genproto/googleapis/type/latlng;latlng\370\001\001\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\013LatLngProtoP\001Z8google.golang.org/genproto/googleapis/type/latlng;latlng\370\001\001\242\002\003GTP"
40
43
  _globals["_LATLNG"]._serialized_start = 41
41
44
  _globals["_LATLNG"]._serialized_end = 86
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/localized_text.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.localized_text_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\022LocalizedTextProtoP\001ZHgoogle.golang.org/genproto/googleapis/type/localized_text;localized_text\370\001\001\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\022LocalizedTextProtoP\001ZHgoogle.golang.org/genproto/googleapis/type/localized_text;localized_text\370\001\001\242\002\003GTP"
42
45
  _globals["_LOCALIZEDTEXT"]._serialized_start = 49
43
46
  _globals["_LOCALIZEDTEXT"]._serialized_end = 101
44
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/money.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.money_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\nMoneyProtoP\001Z6google.golang.org/genproto/googleapis/type/money;money\370\001\001\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\nMoneyProtoP\001Z6google.golang.org/genproto/googleapis/type/money;money\370\001\001\242\002\003GTP"
40
43
  _globals["_MONEY"]._serialized_start = 40
41
44
  _globals["_MONEY"]._serialized_end = 100
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/month.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -35,8 +36,10 @@ _globals = globals()
35
36
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
36
37
  _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "google.type.month_pb2", _globals)
37
38
  if _descriptor._USE_C_DESCRIPTORS == False:
38
- DESCRIPTOR._options = None
39
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\nMonthProtoP\001Z6google.golang.org/genproto/googleapis/type/month;month\242\002\003GTP"
39
+ _globals["DESCRIPTOR"]._options = None
40
+ _globals[
41
+ "DESCRIPTOR"
42
+ ]._serialized_options = b"\n\017com.google.typeB\nMonthProtoP\001Z6google.golang.org/genproto/googleapis/type/month;month\242\002\003GTP"
40
43
  _globals["_MONTH"]._serialized_start = 41
41
44
  _globals["_MONTH"]._serialized_end = 217
42
45
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/phone_number.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.phone_number_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\020PhoneNumberProtoP\001ZDgoogle.golang.org/genproto/googleapis/type/phone_number;phone_number\370\001\001\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\020PhoneNumberProtoP\001ZDgoogle.golang.org/genproto/googleapis/type/phone_number;phone_number\370\001\001\242\002\003GTP"
42
45
  _globals["_PHONENUMBER"]._serialized_start = 48
43
46
  _globals["_PHONENUMBER"]._serialized_end = 219
44
47
  _globals["_PHONENUMBER_SHORTCODE"]._serialized_start = 163
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/postal_address.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.postal_address_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\022PostalAddressProtoP\001ZFgoogle.golang.org/genproto/googleapis/type/postaladdress;postaladdress\370\001\001\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\022PostalAddressProtoP\001ZFgoogle.golang.org/genproto/googleapis/type/postaladdress;postaladdress\370\001\001\242\002\003GTP"
42
45
  _globals["_POSTALADDRESS"]._serialized_start = 50
43
46
  _globals["_POSTALADDRESS"]._serialized_end = 303
44
47
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  # -*- coding: utf-8 -*-
2
2
 
3
- # Copyright 2024 Google LLC
3
+ # Copyright 2025 Google LLC
4
4
  #
5
5
  # Licensed under the Apache License, Version 2.0 (the "License");
6
6
  # you may not use this file except in compliance with the License.
@@ -16,6 +16,7 @@
16
16
 
17
17
  # Generated by the protocol buffer compiler. DO NOT EDIT!
18
18
  # source: google/type/quaternion.proto
19
+ # Protobuf Python Version: 4.25.3
19
20
  """Generated protocol buffer code."""
20
21
  from google.protobuf import descriptor as _descriptor
21
22
  from google.protobuf import descriptor_pool as _descriptor_pool
@@ -37,8 +38,10 @@ _builder.BuildTopDescriptorsAndMessages(
37
38
  DESCRIPTOR, "google.type.quaternion_pb2", _globals
38
39
  )
39
40
  if _descriptor._USE_C_DESCRIPTORS == False:
40
- DESCRIPTOR._options = None
41
- DESCRIPTOR._serialized_options = b"\n\017com.google.typeB\017QuaternionProtoP\001Z@google.golang.org/genproto/googleapis/type/quaternion;quaternion\370\001\001\242\002\003GTP"
41
+ _globals["DESCRIPTOR"]._options = None
42
+ _globals[
43
+ "DESCRIPTOR"
44
+ ]._serialized_options = b"\n\017com.google.typeB\017QuaternionProtoP\001Z@google.golang.org/genproto/googleapis/type/quaternion;quaternion\370\001\001\242\002\003GTP"
42
45
  _globals["_QUATERNION"]._serialized_start = 45
43
46
  _globals["_QUATERNION"]._serialized_end = 101
44
47
  # @@protoc_insertion_point(module_scope)