Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-googleapis-common-protos for 
openSUSE:Factory checked in at 2025-10-23 16:35:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-googleapis-common-protos (Old)
 and      /work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1980 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-googleapis-common-protos"

Thu Oct 23 16:35:49 2025 rev:30 rq:1313039 version:1.71.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-googleapis-common-protos/python-googleapis-common-protos.changes
  2025-05-14 17:02:38.706851415 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1980/python-googleapis-common-protos.changes
        2025-10-23 16:36:44.996635899 +0200
@@ -1,0 +2,6 @@
+Wed Oct 22 12:00:24 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to 1.71.0
+  * add support for Python 3.14 (#14699)
+
+-------------------------------------------------------------------

Old:
----
  googleapis_common_protos-1.70.0.tar.gz

New:
----
  googleapis_common_protos-1.71.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-googleapis-common-protos.spec ++++++
--- /var/tmp/diff_new_pack.sjuvmk/_old  2025-10-23 16:36:46.168685303 +0200
+++ /var/tmp/diff_new_pack.sjuvmk/_new  2025-10-23 16:36:46.184685978 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-googleapis-common-protos
-Version:        1.70.0
+Version:        1.71.0
 Release:        0
 Summary:        Common protobufs used in Google APIs
 License:        Apache-2.0

++++++ googleapis_common_protos-1.70.0.tar.gz -> 
googleapis_common_protos-1.71.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis_common_protos-1.70.0/PKG-INFO 
new/googleapis_common_protos-1.71.0/PKG-INFO
--- old/googleapis_common_protos-1.70.0/PKG-INFO        2025-04-14 
12:16:59.989265400 +0200
+++ new/googleapis_common_protos-1.71.0/PKG-INFO        2025-10-20 
16:28:20.585656200 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: googleapis-common-protos
-Version: 1.70.0
+Version: 1.71.0
 Summary: Common protobufs used in Google APIs
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -17,6 +17,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=3.7
@@ -25,6 +26,7 @@
 Requires-Dist: 
protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
 Provides-Extra: grpc
 Requires-Dist: grpcio<2.0.0,>=1.44.0; extra == "grpc"
+Dynamic: license-file
 
 Python Client for Google APIs Common Protos
 ===========================================
@@ -89,7 +91,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -190,7 +192,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -202,7 +204,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis_common_protos-1.70.0/README.rst 
new/googleapis_common_protos-1.71.0/README.rst
--- old/googleapis_common_protos-1.70.0/README.rst      2025-04-14 
12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/README.rst      2025-10-20 
16:16:03.000000000 +0200
@@ -61,7 +61,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -162,7 +162,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -174,7 +174,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/annotations_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/annotations_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/annotations_pb2.py   
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/annotations_pb2.py   
2025-10-20 16:16:02.000000000 +0200
@@ -28,9 +28,8 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import descriptor_pb2 as 
google_dot_protobuf_dot_descriptor__pb2
-
 from google.api import http_pb2 as google_dot_api_dot_http__pb2
+from google.protobuf import descriptor_pb2 as 
google_dot_protobuf_dot_descriptor__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n\x1cgoogle/api/annotations.proto\x12\ngoogle.api\x1a\x15google/api/http.proto\x1a
 
google/protobuf/descriptor.proto:E\n\x04http\x12\x1e.google.protobuf.MethodOptions\x18\xb0\xca\xbc"
 
\x01(\x0b\x32\x14.google.api.HttpRuleBn\n\x0e\x63om.google.apiB\x10\x41nnotationsProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/annotations_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/annotations_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/annotations_pb2.pyi  
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/annotations_pb2.pyi  
2025-10-20 16:16:03.000000000 +0200
@@ -14,11 +14,10 @@
 
 from typing import ClassVar as _ClassVar
 
+from google.api import http_pb2 as _http_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import descriptor_pb2 as _descriptor_pb2
 
-from google.api import http_pb2 as _http_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 HTTP_FIELD_NUMBER: _ClassVar[int]
 http: _descriptor.FieldDescriptor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/client_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/client_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/client_pb2.py        
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/client_pb2.py        
2025-10-20 16:16:04.000000000 +0200
@@ -28,11 +28,10 @@
 _sym_db = _symbol_database.Default()
 
 
+from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
 from google.protobuf import descriptor_pb2 as 
google_dot_protobuf_dot_descriptor__pb2
 from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
 
-from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
-
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n\x17google/api/client.proto\x12\ngoogle.api\x1a\x1dgoogle/api/launch_stage.proto\x1a
 
google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto"\xbe\x01\n\x16\x43ommonLanguageSettings\x12\x1e\n\x12reference_docs_uri\x18\x01
 \x01(\tB\x02\x18\x01\x12:\n\x0c\x64\x65stinations\x18\x02 
\x03(\x0e\x32$.google.api.ClientLibraryDestination\x12H\n\x1aselective_gapic_generation\x18\x03
 
\x01(\x0b\x32$.google.api.SelectiveGapicGeneration"\xfb\x03\n\x15\x43lientLibrarySettings\x12\x0f\n\x07version\x18\x01
 \x01(\t\x12-\n\x0claunch_stage\x18\x02 
\x01(\x0e\x32\x17.google.api.LaunchStage\x12\x1a\n\x12rest_numeric_enums\x18\x03
 \x01(\x08\x12/\n\rjava_settings\x18\x15 
\x01(\x0b\x32\x18.google.api.JavaSettings\x12-\n\x0c\x63pp_settings\x18\x16 
\x01(\x0b\x32\x17.google.api.CppSettings\x12-\n\x0cphp_settings\x18\x17 
\x01(\x0b\x32\x17.google.api.PhpSettings\x12\x33\n\x0fpython_settings\x18\x18 
\x01(\x0b\x32\x1a.google.api.PythonSettings\x12/\n\rnode_settings\x18\x19 
\x01(\x0b\x32\x18.go
 ogle.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a 
\x01(\x0b\x32\x1a.google.api.DotnetSettings\x12/\n\rruby_settings\x18\x1b 
\x01(\x0b\x32\x18.google.api.RubySettings\x12+\n\x0bgo_settings\x18\x1c 
\x01(\x0b\x32\x16.google.api.GoSettings"\xa8\x03\n\nPublishing\x12\x33\n\x0fmethod_settings\x18\x02
 \x03(\x0b\x32\x1a.google.api.MethodSettings\x12\x15\n\rnew_issue_uri\x18\x65 
\x01(\t\x12\x19\n\x11\x64ocumentation_uri\x18\x66 
\x01(\t\x12\x16\n\x0e\x61pi_short_name\x18g 
\x01(\t\x12\x14\n\x0cgithub_label\x18h 
\x01(\t\x12\x1e\n\x16\x63odeowner_github_teams\x18i 
\x03(\t\x12\x16\n\x0e\x64oc_tag_prefix\x18j \x01(\t\x12;\n\x0corganization\x18k 
\x01(\x0e\x32%.google.api.ClientLibraryOrganization\x12;\n\x10library_settings\x18m
 
\x03(\x0b\x32!.google.api.ClientLibrarySettings\x12)\n!proto_reference_documentation_uri\x18n
 \x01(\t\x12(\n rest_reference_documentation_uri\x18o 
\x01(\t"\xe3\x01\n\x0cJavaSettings\x12\x17\n\x0flibrary_package\x18\x01 
\x01(\t\x12L\n\x13service_class_names\x18\x0
 2 
\x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03
 
\x01(\x0b\x32".google.api.CommonLanguageSettings\x1a\x38\n\x16ServiceClassNamesEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01"A\n\x0b\x43ppSettings\x12\x32\n\x06\x63ommon\x18\x01 
\x01(\x0b\x32".google.api.CommonLanguageSettings"A\n\x0bPhpSettings\x12\x32\n\x06\x63ommon\x18\x01
 
\x01(\x0b\x32".google.api.CommonLanguageSettings"\x9b\x02\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01
 
\x01(\x0b\x32".google.api.CommonLanguageSettings\x12N\n\x15\x65xperimental_features\x18\x02
 
\x01(\x0b\x32/.google.api.PythonSettings.ExperimentalFeatures\x1a\x84\x01\n\x14\x45xperimentalFeatures\x12\x1d\n\x15rest_async_io_enabled\x18\x01
 \x01(\x08\x12\'\n\x1fprotobuf_pythonic_types_enabled\x18\x02 
\x01(\x08\x12$\n\x1cunversioned_package_disabled\x18\x03 
\x01(\x08"B\n\x0cNodeSettings\x12\x32\n\x06\x63ommon\x18\x01 
\x01(\x0b\x32".google.api.CommonLanguageSettings"\xaa\x03\n\
 x0e\x44otnetSettings\x12\x32\n\x06\x63ommon\x18\x01 
\x01(\x0b\x32".google.api.CommonLanguageSettings\x12I\n\x10renamed_services\x18\x02
 
\x03(\x0b\x32/.google.api.DotnetSettings.RenamedServicesEntry\x12K\n\x11renamed_resources\x18\x03
 
\x03(\x0b\x32\x30.google.api.DotnetSettings.RenamedResourcesEntry\x12\x19\n\x11ignored_resources\x18\x04
 \x03(\t\x12 \n\x18\x66orced_namespace_aliases\x18\x05 
\x03(\t\x12\x1e\n\x16handwritten_signatures\x18\x06 
\x03(\t\x1a\x36\n\x14RenamedServicesEntry\x12\x0b\n\x03key\x18\x01 
\x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x1a\x37\n\x15RenamedResourcesEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01"B\n\x0cRubySettings\x12\x32\n\x06\x63ommon\x18\x01 
\x01(\x0b\x32".google.api.CommonLanguageSettings"\xbf\x01\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01
 
\x01(\x0b\x32".google.api.CommonLanguageSettings\x12\x45\n\x10renamed_services\x18\x02
 \x03(\x0b\x32+.google.api.GoSettings.RenamedServicesEntry\x1a\x36\n\x14Renam
 edServicesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01"\xcf\x02\n\x0eMethodSettings\x12\x10\n\x08selector\x18\x01 
\x01(\t\x12<\n\x0clong_running\x18\x02 
\x01(\x0b\x32&.google.api.MethodSettings.LongRunning\x12\x1d\n\x15\x61uto_populated_fields\x18\x03
 \x03(\t\x1a\xcd\x01\n\x0bLongRunning\x12\x35\n\x12initial_poll_delay\x18\x01 
\x01(\x0b\x32\x19.google.protobuf.Duration\x12\x1d\n\x15poll_delay_multiplier\x18\x02
 \x01(\x02\x12\x31\n\x0emax_poll_delay\x18\x03 
\x01(\x0b\x32\x19.google.protobuf.Duration\x12\x35\n\x12total_poll_timeout\x18\x04
 
\x01(\x0b\x32\x19.google.protobuf.Duration"Q\n\x18SelectiveGapicGeneration\x12\x0f\n\x07methods\x18\x01
 \x03(\t\x12$\n\x1cgenerate_omitted_as_internal\x18\x02 
\x01(\x08*\xa3\x01\n\x19\x43lientLibraryOrganization\x12+\n\'CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED\x10\x00\x12\t\n\x05\x43LOUD\x10\x01\x12\x07\n\x03\x41\x44S\x10\x02\x12\n\n\x06PHOTOS\x10\x03\x12\x0f\n\x0bSTREET_VIEW\x10\x04\x12\x0c\n\x08SHOPPING\x10\x
 
05\x12\x07\n\x03GEO\x10\x06\x12\x11\n\rGENERATIVE_AI\x10\x07*g\n\x18\x43lientLibraryDestination\x12*\n&CLIENT_LIBRARY_DESTINATION_UNSPECIFIED\x10\x00\x12\n\n\x06GITHUB\x10\n\x12\x13\n\x0fPACKAGE_MANAGER\x10\x14:9\n\x10method_signature\x12\x1e.google.protobuf.MethodOptions\x18\x9b\x08
 
\x03(\t:6\n\x0c\x64\x65\x66\x61ult_host\x12\x1f.google.protobuf.ServiceOptions\x18\x99\x08
 \x01(\t:6\n\x0coauth_scopes\x12\x1f.google.protobuf.ServiceOptions\x18\x9a\x08 
\x01(\t:8\n\x0b\x61pi_version\x12\x1f.google.protobuf.ServiceOptions\x18\xc1\xba\xab\xfa\x01
 
\x01(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/client_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/client_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/client_pb2.pyi       
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/client_pb2.pyi       
2025-10-20 16:16:04.000000000 +0200
@@ -18,6 +18,7 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import launch_stage_pb2 as _launch_stage_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import descriptor_pb2 as _descriptor_pb2
 from google.protobuf import duration_pb2 as _duration_pb2
@@ -25,8 +26,6 @@
 from google.protobuf.internal import containers as _containers
 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
 
-from google.api import launch_stage_pb2 as _launch_stage_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class ClientLibraryOrganization(int, 
metaclass=_enum_type_wrapper.EnumTypeWrapper):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/control_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/control_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/control_pb2.pyi      
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/control_pb2.pyi      
2025-10-20 16:16:02.000000000 +0200
@@ -18,12 +18,11 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import policy_pb2 as _policy_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import message as _message
 from google.protobuf.internal import containers as _containers
 
-from google.api import policy_pb2 as _policy_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class Control(_message.Message):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/distribution_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/distribution_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/distribution_pb2.py  
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/distribution_pb2.py  
2025-10-20 16:16:02.000000000 +0200
@@ -28,8 +28,8 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import timestamp_pb2 as 
google_dot_protobuf_dot_timestamp__pb2
 from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
+from google.protobuf import timestamp_pb2 as 
google_dot_protobuf_dot_timestamp__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n\x1dgoogle/api/distribution.proto\x12\ngoogle.api\x1a\x19google/protobuf/any.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xd9\x06\n\x0c\x44istribution\x12\r\n\x05\x63ount\x18\x01
 \x01(\x03\x12\x0c\n\x04mean\x18\x02 \x01(\x01\x12 
\n\x18sum_of_squared_deviation\x18\x03 \x01(\x01\x12-\n\x05range\x18\x04 
\x01(\x0b\x32\x1e.google.api.Distribution.Range\x12>\n\x0e\x62ucket_options\x18\x06
 
\x01(\x0b\x32&.google.api.Distribution.BucketOptions\x12\x15\n\rbucket_counts\x18\x07
 \x03(\x03\x12\x34\n\texemplars\x18\n 
\x03(\x0b\x32!.google.api.Distribution.Exemplar\x1a!\n\x05Range\x12\x0b\n\x03min\x18\x01
 \x01(\x01\x12\x0b\n\x03max\x18\x02 
\x01(\x01\x1a\xb5\x03\n\rBucketOptions\x12G\n\x0elinear_buckets\x18\x01 
\x01(\x0b\x32-.google.api.Distribution.BucketOptions.LinearH\x00\x12Q\n\x13\x65xponential_buckets\x18\x02
 
\x01(\x0b\x32\x32.google.api.Distribution.BucketOptions.ExponentialH\x00\x12K\n\x10\x65xplicit_buckets\x18\x03
 \x01(\x0b\x32/.google.api.Distribution.BucketOptions.ExplicitH\x00
 \x1a\x43\n\x06Linear\x12\x1a\n\x12num_finite_buckets\x18\x01 
\x01(\x05\x12\r\n\x05width\x18\x02 \x01(\x01\x12\x0e\n\x06offset\x18\x03 
\x01(\x01\x1aO\n\x0b\x45xponential\x12\x1a\n\x12num_finite_buckets\x18\x01 
\x01(\x05\x12\x15\n\rgrowth_factor\x18\x02 \x01(\x01\x12\r\n\x05scale\x18\x03 
\x01(\x01\x1a\x1a\n\x08\x45xplicit\x12\x0e\n\x06\x62ounds\x18\x01 
\x03(\x01\x42\t\n\x07options\x1as\n\x08\x45xemplar\x12\r\n\x05value\x18\x01 
\x01(\x01\x12-\n\ttimestamp\x18\x02 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12)\n\x0b\x61ttachments\x18\x03 
\x03(\x0b\x32\x14.google.protobuf.AnyBq\n\x0e\x63om.google.apiB\x11\x44istributionProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/distribution;distribution\xa2\x02\x04GAPIb\x06proto3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/log_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/log_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/log_pb2.pyi  2025-04-14 
12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/log_pb2.pyi  2025-10-20 
16:16:03.000000000 +0200
@@ -18,12 +18,11 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import label_pb2 as _label_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import message as _message
 from google.protobuf.internal import containers as _containers
 
-from google.api import label_pb2 as _label_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class LogDescriptor(_message.Message):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/metric_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/metric_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/metric_pb2.py        
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/metric_pb2.py        
2025-10-20 16:16:03.000000000 +0200
@@ -28,10 +28,9 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
-
-from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
 from google.api import label_pb2 as google_dot_api_dot_label__pb2
+from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
+from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n\x17google/api/metric.proto\x12\ngoogle.api\x1a\x16google/api/label.proto\x1a\x1dgoogle/api/launch_stage.proto\x1a\x1egoogle/protobuf/duration.proto"\xac\x08\n\x10MetricDescriptor\x12\x0c\n\x04name\x18\x01
 \x01(\t\x12\x0c\n\x04type\x18\x08 \x01(\t\x12+\n\x06labels\x18\x02 
\x03(\x0b\x32\x1b.google.api.LabelDescriptor\x12<\n\x0bmetric_kind\x18\x03 
\x01(\x0e\x32\'.google.api.MetricDescriptor.MetricKind\x12:\n\nvalue_type\x18\x04
 \x01(\x0e\x32&.google.api.MetricDescriptor.ValueType\x12\x0c\n\x04unit\x18\x05 
\x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 
\x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x07 \x01(\t\x12G\n\x08metadata\x18\n 
\x01(\x0b\x32\x35.google.api.MetricDescriptor.MetricDescriptorMetadata\x12-\n\x0claunch_stage\x18\x0c
 \x01(\x0e\x32\x17.google.api.LaunchStage\x12 
\n\x18monitored_resource_types\x18\r 
\x03(\t\x1a\xbd\x03\n\x18MetricDescriptorMetadata\x12\x31\n\x0claunch_stage\x18\x01
 
\x01(\x0e\x32\x17.google.api.LaunchStageB\x02\x18\x01\x12\x30\n\rsample_period\x18\x02
 
 \x01(\x0b\x32\x19.google.protobuf.Duration\x12/\n\x0cingest_delay\x18\x03 
\x01(\x0b\x32\x19.google.protobuf.Duration\x12\x84\x01\n$time_series_resource_hierarchy_level\x18\x04
 
\x03(\x0e\x32V.google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel"\x83\x01\n
 
TimeSeriesResourceHierarchyLevel\x12\x34\n0TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED\x10\x00\x12\x0b\n\x07PROJECT\x10\x01\x12\x10\n\x0cORGANIZATION\x10\x02\x12\n\n\x06\x46OLDER\x10\x03"O\n\nMetricKind\x12\x1b\n\x17METRIC_KIND_UNSPECIFIED\x10\x00\x12\t\n\x05GAUGE\x10\x01\x12\t\n\x05\x44\x45LTA\x10\x02\x12\x0e\n\nCUMULATIVE\x10\x03"q\n\tValueType\x12\x1a\n\x16VALUE_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x12\t\n\x05INT64\x10\x02\x12\n\n\x06\x44OUBLE\x10\x03\x12\n\n\x06STRING\x10\x04\x12\x10\n\x0c\x44ISTRIBUTION\x10\x05\x12\t\n\x05MONEY\x10\x06"u\n\x06Metric\x12\x0c\n\x04type\x18\x03
 \x01(\t\x12.\n\x06labels\x18\x02 
\x03(\x0b\x32\x1e.google.api.Metric.LabelsEntry\x1a-\n\x0bLabelsEnt
 ry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x42_\n\x0e\x63om.google.apiB\x0bMetricProtoP\x01Z7google.golang.org/genproto/googleapis/api/metric;metric\xa2\x02\x04GAPIb\x06proto3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/metric_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/metric_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/metric_pb2.pyi       
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/metric_pb2.pyi       
2025-10-20 16:16:04.000000000 +0200
@@ -18,15 +18,14 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import label_pb2 as _label_pb2
+from google.api import launch_stage_pb2 as _launch_stage_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import duration_pb2 as _duration_pb2
 from google.protobuf import message as _message
 from google.protobuf.internal import containers as _containers
 from google.protobuf.internal import enum_type_wrapper as _enum_type_wrapper
 
-from google.api import label_pb2 as _label_pb2
-from google.api import launch_stage_pb2 as _launch_stage_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class MetricDescriptor(_message.Message):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/monitored_resource_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/monitored_resource_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/monitored_resource_pb2.py    
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/monitored_resource_pb2.py    
2025-10-20 16:16:02.000000000 +0200
@@ -28,10 +28,9 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
-
-from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
 from google.api import label_pb2 as google_dot_api_dot_label__pb2
+from google.api import launch_stage_pb2 as 
google_dot_api_dot_launch__stage__pb2
+from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n#google/api/monitored_resource.proto\x12\ngoogle.api\x1a\x16google/api/label.proto\x1a\x1dgoogle/api/launch_stage.proto\x1a\x1cgoogle/protobuf/struct.proto"\xc0\x01\n\x1bMonitoredResourceDescriptor\x12\x0c\n\x04name\x18\x05
 \x01(\t\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 
\x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12+\n\x06labels\x18\x04 
\x03(\x0b\x32\x1b.google.api.LabelDescriptor\x12-\n\x0claunch_stage\x18\x07 
\x01(\x0e\x32\x17.google.api.LaunchStage"\x8b\x01\n\x11MonitoredResource\x12\x0c\n\x04type\x18\x01
 \x01(\t\x12\x39\n\x06labels\x18\x02 
\x03(\x0b\x32).google.api.MonitoredResource.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01"\xca\x01\n\x19MonitoredResourceMetadata\x12.\n\rsystem_labels\x18\x01
 \x01(\x0b\x32\x17.google.protobuf.Struct\x12J\n\x0buser_labels\x18\x02 
\x03(\x0b\x32\x35.google.api.MonitoredResourceMetadata.UserLabelsEntry\x1a\x31\n\x0fUserLabelsEnt
 ry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x42v\n\x0e\x63om.google.apiB\x16MonitoredResourceProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/monitoredres;monitoredres\xa2\x02\x04GAPIb\x06proto3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/monitored_resource_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/monitored_resource_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/monitored_resource_pb2.pyi   
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/monitored_resource_pb2.pyi   
2025-10-20 16:16:04.000000000 +0200
@@ -18,14 +18,13 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import label_pb2 as _label_pb2
+from google.api import launch_stage_pb2 as _launch_stage_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import message as _message
 from google.protobuf import struct_pb2 as _struct_pb2
 from google.protobuf.internal import containers as _containers
 
-from google.api import label_pb2 as _label_pb2
-from google.api import launch_stage_pb2 as _launch_stage_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class MonitoredResourceDescriptor(_message.Message):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/service_pb2.py 
new/googleapis_common_protos-1.71.0/google/api/service_pb2.py
--- old/googleapis_common_protos-1.70.0/google/api/service_pb2.py       
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/service_pb2.py       
2025-10-20 16:16:04.000000000 +0200
@@ -28,30 +28,29 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import wrappers_pb2 as 
google_dot_protobuf_dot_wrappers__pb2
-from google.protobuf import api_pb2 as google_dot_protobuf_dot_api__pb2
-from google.protobuf import type_pb2 as google_dot_protobuf_dot_type__pb2
-
-from google.api import documentation_pb2 as 
google_dot_api_dot_documentation__pb2
-from google.api import (
-    monitored_resource_pb2 as google_dot_api_dot_monitored__resource__pb2,
-)
-from google.api import system_parameter_pb2 as 
google_dot_api_dot_system__parameter__pb2
 from google.api import auth_pb2 as google_dot_api_dot_auth__pb2
 from google.api import backend_pb2 as google_dot_api_dot_backend__pb2
 from google.api import billing_pb2 as google_dot_api_dot_billing__pb2
 from google.api import client_pb2 as google_dot_api_dot_client__pb2
 from google.api import context_pb2 as google_dot_api_dot_context__pb2
 from google.api import control_pb2 as google_dot_api_dot_control__pb2
+from google.api import documentation_pb2 as 
google_dot_api_dot_documentation__pb2
 from google.api import endpoint_pb2 as google_dot_api_dot_endpoint__pb2
 from google.api import http_pb2 as google_dot_api_dot_http__pb2
 from google.api import log_pb2 as google_dot_api_dot_log__pb2
 from google.api import logging_pb2 as google_dot_api_dot_logging__pb2
 from google.api import metric_pb2 as google_dot_api_dot_metric__pb2
+from google.api import (
+    monitored_resource_pb2 as google_dot_api_dot_monitored__resource__pb2,
+)
 from google.api import monitoring_pb2 as google_dot_api_dot_monitoring__pb2
 from google.api import quota_pb2 as google_dot_api_dot_quota__pb2
 from google.api import source_info_pb2 as google_dot_api_dot_source__info__pb2
+from google.api import system_parameter_pb2 as 
google_dot_api_dot_system__parameter__pb2
 from google.api import usage_pb2 as google_dot_api_dot_usage__pb2
+from google.protobuf import api_pb2 as google_dot_protobuf_dot_api__pb2
+from google.protobuf import type_pb2 as google_dot_protobuf_dot_type__pb2
+from google.protobuf import wrappers_pb2 as 
google_dot_protobuf_dot_wrappers__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b"\n\x18google/api/service.proto\x12\ngoogle.api\x1a\x15google/api/auth.proto\x1a\x18google/api/backend.proto\x1a\x18google/api/billing.proto\x1a\x17google/api/client.proto\x1a\x18google/api/context.proto\x1a\x18google/api/control.proto\x1a\x1egoogle/api/documentation.proto\x1a\x19google/api/endpoint.proto\x1a\x15google/api/http.proto\x1a\x14google/api/log.proto\x1a\x18google/api/logging.proto\x1a\x17google/api/metric.proto\x1a#google/api/monitored_resource.proto\x1a\x1bgoogle/api/monitoring.proto\x1a\x16google/api/quota.proto\x1a\x1cgoogle/api/source_info.proto\x1a!google/api/system_parameter.proto\x1a\x16google/api/usage.proto\x1a\x19google/protobuf/api.proto\x1a\x1agoogle/protobuf/type.proto\x1a\x1egoogle/protobuf/wrappers.proto\"\x82\x08\n\x07Service\x12\x0c\n\x04name\x18\x01
 \x01(\t\x12\r\n\x05title\x18\x02 
\x01(\t\x12\x1b\n\x13producer_project_id\x18\x16 \x01(\t\x12\n\n\x02id\x18! 
\x01(\t\x12\"\n\x04\x61pis\x18\x03 
\x03(\x0b\x32\x14.google.protobuf.Api\x12$\n\x05types\x18\
 x04 \x03(\x0b\x32\x15.google.protobuf.Type\x12$\n\x05\x65nums\x18\x05 
\x03(\x0b\x32\x15.google.protobuf.Enum\x12\x30\n\rdocumentation\x18\x06 
\x01(\x0b\x32\x19.google.api.Documentation\x12$\n\x07\x62\x61\x63kend\x18\x08 
\x01(\x0b\x32\x13.google.api.Backend\x12\x1e\n\x04http\x18\t 
\x01(\x0b\x32\x10.google.api.Http\x12 \n\x05quota\x18\n 
\x01(\x0b\x32\x11.google.api.Quota\x12\x32\n\x0e\x61uthentication\x18\x0b 
\x01(\x0b\x32\x1a.google.api.Authentication\x12$\n\x07\x63ontext\x18\x0c 
\x01(\x0b\x32\x13.google.api.Context\x12 \n\x05usage\x18\x0f 
\x01(\x0b\x32\x11.google.api.Usage\x12'\n\tendpoints\x18\x12 
\x03(\x0b\x32\x14.google.api.Endpoint\x12$\n\x07\x63ontrol\x18\x15 
\x01(\x0b\x32\x13.google.api.Control\x12'\n\x04logs\x18\x17 
\x03(\x0b\x32\x19.google.api.LogDescriptor\x12-\n\x07metrics\x18\x18 
\x03(\x0b\x32\x1c.google.api.MetricDescriptor\x12\x44\n\x13monitored_resources\x18\x19
 
\x03(\x0b\x32'.google.api.MonitoredResourceDescriptor\x12$\n\x07\x62illing\x18\x1a
 \x01(\x0b\x32\x13.google.
 api.Billing\x12$\n\x07logging\x18\x1b 
\x01(\x0b\x32\x13.google.api.Logging\x12*\n\nmonitoring\x18\x1c 
\x01(\x0b\x32\x16.google.api.Monitoring\x12\x37\n\x11system_parameters\x18\x1d 
\x01(\x0b\x32\x1c.google.api.SystemParameters\x12+\n\x0bsource_info\x18% 
\x01(\x0b\x32\x16.google.api.SourceInfo\x12*\n\npublishing\x18- 
\x01(\x0b\x32\x16.google.api.Publishing\x12\x34\n\x0e\x63onfig_version\x18\x14 
\x01(\x0b\x32\x1c.google.protobuf.UInt32ValueBn\n\x0e\x63om.google.apiB\x0cServiceProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/api/service_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/api/service_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/api/service_pb2.pyi      
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/api/service_pb2.pyi      
2025-10-20 16:16:02.000000000 +0200
@@ -18,13 +18,6 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
-from google.protobuf import api_pb2 as _api_pb2
-from google.protobuf import descriptor as _descriptor
-from google.protobuf import message as _message
-from google.protobuf import type_pb2 as _type_pb2
-from google.protobuf import wrappers_pb2 as _wrappers_pb2
-from google.protobuf.internal import containers as _containers
-
 from google.api import auth_pb2 as _auth_pb2
 from google.api import backend_pb2 as _backend_pb2
 from google.api import billing_pb2 as _billing_pb2
@@ -43,6 +36,12 @@
 from google.api import source_info_pb2 as _source_info_pb2
 from google.api import system_parameter_pb2 as _system_parameter_pb2
 from google.api import usage_pb2 as _usage_pb2
+from google.protobuf import api_pb2 as _api_pb2
+from google.protobuf import descriptor as _descriptor
+from google.protobuf import message as _message
+from google.protobuf import type_pb2 as _type_pb2
+from google.protobuf import wrappers_pb2 as _wrappers_pb2
+from google.protobuf.internal import containers as _containers
 
 DESCRIPTOR: _descriptor.FileDescriptor
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/cloud/location/locations_pb2.py 
new/googleapis_common_protos-1.71.0/google/cloud/location/locations_pb2.py
--- old/googleapis_common_protos-1.70.0/google/cloud/location/locations_pb2.py  
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/cloud/location/locations_pb2.py  
2025-10-20 16:16:03.000000000 +0200
@@ -28,10 +28,9 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
-
 from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
 from google.api import client_pb2 as google_dot_api_dot_client__pb2
+from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b'\n%google/cloud/location/locations.proto\x12\x15google.cloud.location\x1a\x1cgoogle/api/annotations.proto\x1a\x19google/protobuf/any.proto\x1a\x17google/api/client.proto"[\n\x14ListLocationsRequest\x12\x0c\n\x04name\x18\x01
 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x11\n\tpage_size\x18\x03 
\x01(\x05\x12\x12\n\npage_token\x18\x04 
\x01(\t"d\n\x15ListLocationsResponse\x12\x32\n\tlocations\x18\x01 
\x03(\x0b\x32\x1f.google.cloud.location.Location\x12\x17\n\x0fnext_page_token\x18\x02
 \x01(\t""\n\x12GetLocationRequest\x12\x0c\n\x04name\x18\x01 
\x01(\t"\xd7\x01\n\x08Location\x12\x0c\n\x04name\x18\x01 
\x01(\t\x12\x13\n\x0blocation_id\x18\x04 
\x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12;\n\x06labels\x18\x02 
\x03(\x0b\x32+.google.cloud.location.Location.LabelsEntry\x12&\n\x08metadata\x18\x03
 
\x01(\x0b\x32\x14.google.protobuf.Any\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x32\xa4\x03\n\tLocations\x12\xab\x01\n\
 
rListLocations\x12+.google.cloud.location.ListLocationsRequest\x1a,.google.cloud.location.ListLocationsResponse"?\x82\xd3\xe4\x93\x02\x39\x12\x14/v1/{name=locations}Z!\x12\x1f/v1/{name=projects/*}/locations\x12\x9e\x01\n\x0bGetLocation\x12).google.cloud.location.GetLocationRequest\x1a\x1f.google.cloud.location.Location"C\x82\xd3\xe4\x93\x02=\x12\x16/v1/{name=locations/*}Z#\x12!/v1/{name=projects/*/locations/*}\x1aH\xca\x41\x14\x63loud.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformBo\n\x19\x63om.google.cloud.locationB\x0eLocationsProtoP\x01Z=google.golang.org/genproto/googleapis/cloud/location;location\xf8\x01\x01\x62\x06proto3'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/cloud/location/locations_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/cloud/location/locations_pb2.pyi
--- old/googleapis_common_protos-1.70.0/google/cloud/location/locations_pb2.pyi 
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/cloud/location/locations_pb2.pyi 
2025-10-20 16:16:04.000000000 +0200
@@ -18,14 +18,13 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import annotations_pb2 as _annotations_pb2
+from google.api import client_pb2 as _client_pb2
 from google.protobuf import any_pb2 as _any_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import message as _message
 from google.protobuf.internal import containers as _containers
 
-from google.api import annotations_pb2 as _annotations_pb2
-from google.api import client_pb2 as _client_pb2
-
 DESCRIPTOR: _descriptor.FileDescriptor
 
 class ListLocationsRequest(_message.Message):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_grpc_pb2.py 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_grpc_pb2.py
--- 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_grpc_pb2.py   
    2025-04-14 12:10:57.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_grpc_pb2.py   
    2025-10-20 16:16:02.000000000 +0200
@@ -3,6 +3,7 @@
 # all of the message and gRPC definitions.
 
 from google.longrunning.operations_pb2_grpc import *
+from google.longrunning.operations_proto_pb2 import *
 from google.longrunning.operations_proto_pb2 import (
     _CANCELOPERATIONREQUEST,
     _DELETEOPERATIONREQUEST,
@@ -13,4 +14,3 @@
     _OPERATIONINFO,
     _OPERATIONS,
 )
-from google.longrunning.operations_proto_pb2 import *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_pb2.py 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_pb2.py
--- old/googleapis_common_protos-1.70.0/google/longrunning/operations_pb2.py    
2025-04-14 12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/google/longrunning/operations_pb2.py    
2025-10-20 16:16:02.000000000 +0200
@@ -20,6 +20,7 @@
 """
 
 try:
+    from google.longrunning.operations_grpc_pb2 import *
     from google.longrunning.operations_grpc_pb2 import (
         _CANCELOPERATIONREQUEST,
         _DELETEOPERATIONREQUEST,
@@ -30,8 +31,8 @@
         _OPERATIONINFO,
         _OPERATIONS,
     )
-    from google.longrunning.operations_grpc_pb2 import *
 except ImportError:
+    from google.longrunning.operations_proto_pb2 import *
     from google.longrunning.operations_proto_pb2 import (
         _CANCELOPERATIONREQUEST,
         _DELETEOPERATIONREQUEST,
@@ -42,4 +43,3 @@
         _OPERATIONINFO,
         _OPERATIONS,
     )
-    from google.longrunning.operations_proto_pb2 import *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_pb2_grpc.py 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_pb2_grpc.py
--- 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_pb2_grpc.py   
    2025-04-14 12:10:57.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_pb2_grpc.py   
    2025-10-20 16:16:04.000000000 +0200
@@ -15,12 +15,11 @@
 # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
 
 """Client and server classes corresponding to protobuf-defined services."""
-from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
 import grpc
-
 from google.longrunning import (
     operations_proto_pb2 as google_dot_longrunning_dot_operations__pb2,
 )
+from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
 
 
 class OperationsStub(object):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_proto_pb2.py 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_proto_pb2.py
--- 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_proto_pb2.py  
    2025-04-14 12:10:57.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_proto_pb2.py  
    2025-10-20 16:16:02.000000000 +0200
@@ -28,13 +28,12 @@
 _sym_db = _symbol_database.Default()
 
 
+from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
+from google.api import client_pb2 as google_dot_api_dot_client__pb2
+from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
 from google.protobuf import descriptor_pb2 as 
google_dot_protobuf_dot_descriptor__pb2
 from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
-from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
 from google.protobuf import empty_pb2 as google_dot_protobuf_dot_empty__pb2
-
-from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
-from google.api import client_pb2 as google_dot_api_dot_client__pb2
 from google.rpc import status_pb2 as google_dot_rpc_dot_status__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_proto_pb2.pyi 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_proto_pb2.pyi
--- 
old/googleapis_common_protos-1.70.0/google/longrunning/operations_proto_pb2.pyi 
    2025-04-14 12:10:57.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/google/longrunning/operations_proto_pb2.pyi 
    2025-10-20 16:16:04.000000000 +0200
@@ -18,6 +18,8 @@
 from typing import Optional as _Optional
 from typing import Union as _Union
 
+from google.api import annotations_pb2 as _annotations_pb2
+from google.api import client_pb2 as _client_pb2
 from google.protobuf import any_pb2 as _any_pb2
 from google.protobuf import descriptor as _descriptor
 from google.protobuf import descriptor_pb2 as _descriptor_pb2
@@ -25,9 +27,6 @@
 from google.protobuf import empty_pb2 as _empty_pb2
 from google.protobuf import message as _message
 from google.protobuf.internal import containers as _containers
-
-from google.api import annotations_pb2 as _annotations_pb2
-from google.api import client_pb2 as _client_pb2
 from google.rpc import status_pb2 as _status_pb2
 
 DESCRIPTOR: _descriptor.FileDescriptor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/google/rpc/context/attribute_context_pb2.py 
new/googleapis_common_protos-1.71.0/google/rpc/context/attribute_context_pb2.py
--- 
old/googleapis_common_protos-1.70.0/google/rpc/context/attribute_context_pb2.py 
    2025-04-14 12:10:57.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/google/rpc/context/attribute_context_pb2.py 
    2025-10-20 16:16:03.000000000 +0200
@@ -28,10 +28,10 @@
 _sym_db = _symbol_database.Default()
 
 
-from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
-from google.protobuf import timestamp_pb2 as 
google_dot_protobuf_dot_timestamp__pb2
 from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
+from google.protobuf import duration_pb2 as 
google_dot_protobuf_dot_duration__pb2
 from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
+from google.protobuf import timestamp_pb2 as 
google_dot_protobuf_dot_timestamp__pb2
 
 DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
     
b"\n*google/rpc/context/attribute_context.proto\x12\x12google.rpc.context\x1a\x19google/protobuf/any.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x83\x10\n\x10\x41ttributeContext\x12\x39\n\x06origin\x18\x07
 
\x01(\x0b\x32).google.rpc.context.AttributeContext.Peer\x12\x39\n\x06source\x18\x01
 
\x01(\x0b\x32).google.rpc.context.AttributeContext.Peer\x12>\n\x0b\x64\x65stination\x18\x02
 
\x01(\x0b\x32).google.rpc.context.AttributeContext.Peer\x12=\n\x07request\x18\x03
 
\x01(\x0b\x32,.google.rpc.context.AttributeContext.Request\x12?\n\x08response\x18\x04
 
\x01(\x0b\x32-.google.rpc.context.AttributeContext.Response\x12?\n\x08resource\x18\x05
 
\x01(\x0b\x32-.google.rpc.context.AttributeContext.Resource\x12\x35\n\x03\x61pi\x18\x06
 
\x01(\x0b\x32(.google.rpc.context.AttributeContext.Api\x12(\n\nextensions\x18\x08
 
\x03(\x0b\x32\x14.google.protobuf.Any\x1a\xbe\x01\n\x04Peer\x12\n\n\x02ip\x18\x01
 \x01(\t\x12\x0c\n\x04port\x
 18\x02 \x01(\x03\x12\x45\n\x06labels\x18\x06 
\x03(\x0b\x32\x35.google.rpc.context.AttributeContext.Peer.LabelsEntry\x12\x11\n\tprincipal\x18\x07
 \x01(\t\x12\x13\n\x0bregion_code\x18\x08 
\x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 
\x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x1aL\n\x03\x41pi\x12\x0f\n\x07service\x18\x01 
\x01(\t\x12\x11\n\toperation\x18\x02 \x01(\t\x12\x10\n\x08protocol\x18\x03 
\x01(\t\x12\x0f\n\x07version\x18\x04 
\x01(\t\x1a\x7f\n\x04\x41uth\x12\x11\n\tprincipal\x18\x01 
\x01(\t\x12\x11\n\taudiences\x18\x02 \x03(\t\x12\x11\n\tpresenter\x18\x03 
\x01(\t\x12'\n\x06\x63laims\x18\x04 
\x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\raccess_levels\x18\x05 
\x03(\t\x1a\xef\x02\n\x07Request\x12\n\n\x02id\x18\x01 
\x01(\t\x12\x0e\n\x06method\x18\x02 \x01(\t\x12J\n\x07headers\x18\x03 
\x03(\x0b\x32\x39.google.rpc.context.AttributeContext.Request.HeadersEntry\x12\x0c\n\x04path\x18\x04
 \x01(\t\x12\x0c\n\x04host\x18\x05 \x01(\t\x12\x0e\n\x06scheme\x18\x06 \x01(\
 t\x12\r\n\x05query\x18\x07 \x01(\t\x12(\n\x04time\x18\t 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04size\x18\n 
\x01(\x03\x12\x10\n\x08protocol\x18\x0b \x01(\t\x12\x0e\n\x06reason\x18\x0c 
\x01(\t\x12\x37\n\x04\x61uth\x18\r 
\x01(\x0b\x32).google.rpc.context.AttributeContext.Auth\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x1a\x81\x02\n\x08Response\x12\x0c\n\x04\x63ode\x18\x01 
\x01(\x03\x12\x0c\n\x04size\x18\x02 \x01(\x03\x12K\n\x07headers\x18\x03 
\x03(\x0b\x32:.google.rpc.context.AttributeContext.Response.HeadersEntry\x12(\n\x04time\x18\x04
 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x32\n\x0f\x62\x61\x63kend_latency\x18\x05
 
\x01(\x0b\x32\x19.google.protobuf.Duration\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01
 \x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x1a\x90\x04\n\x08Resource\x12\x0f\n\x07service\x18\x01 
\x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 
\x01(\t\x12I\n\x06label
 s\x18\x04 
\x03(\x0b\x32\x39.google.rpc.context.AttributeContext.Resource.LabelsEntry\x12\x0b\n\x03uid\x18\x05
 \x01(\t\x12S\n\x0b\x61nnotations\x18\x06 
\x03(\x0b\x32>.google.rpc.context.AttributeContext.Resource.AnnotationsEntry\x12\x14\n\x0c\x64isplay_name\x18\x07
 \x01(\t\x12/\n\x0b\x63reate_time\x18\x08 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0bupdate_time\x18\t 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x64\x65lete_time\x18\n 
\x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04\x65tag\x18\x0b 
\x01(\t\x12\x10\n\x08location\x18\x0c 
\x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 
\x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 
\x01(\t\x12\r\n\x05value\x18\x02 
\x01(\t:\x02\x38\x01\x42\x8b\x01\n\x16\x63om.google.rpc.contextB\x15\x41ttributeContextProtoP\x01ZUgoogle.golang.org/genproto/googleapis/rpc/context/attribute_context;attribute_context\xf8\x01\x01\x62\x06proto3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/googleapis_common_protos-1.70.0/googleapis_common_protos.egg-info/PKG-INFO 
new/googleapis_common_protos-1.71.0/googleapis_common_protos.egg-info/PKG-INFO
--- 
old/googleapis_common_protos-1.70.0/googleapis_common_protos.egg-info/PKG-INFO  
    2025-04-14 12:16:59.000000000 +0200
+++ 
new/googleapis_common_protos-1.71.0/googleapis_common_protos.egg-info/PKG-INFO  
    2025-10-20 16:28:20.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: googleapis-common-protos
-Version: 1.70.0
+Version: 1.71.0
 Summary: Common protobufs used in Google APIs
 Author-email: Google LLC <[email protected]>
 License: Apache 2.0
@@ -17,6 +17,7 @@
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
+Classifier: Programming Language :: Python :: 3.14
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Internet
 Requires-Python: >=3.7
@@ -25,6 +26,7 @@
 Requires-Dist: 
protobuf!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
 Provides-Extra: grpc
 Requires-Dist: grpcio<2.0.0,>=1.44.0; extra == "grpc"
+Dynamic: license-file
 
 Python Client for Google APIs Common Protos
 ===========================================
@@ -89,7 +91,7 @@
 Our client libraries are compatible with all current `active`_ and 
`maintenance`_ versions of
 Python.
 
-Python >= 3.7
+Python >= 3.7, including 3.14
 
 .. _active: https://devguide.python.org/devcycle/#in-development-main-branch
 .. _maintenance: https://devguide.python.org/devcycle/#maintenance-branches
@@ -190,7 +192,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google")
     base_logger.addHandler(logging.StreamHandler())
@@ -202,7 +204,7 @@
 
     import logging
     
-    from google.cloud.translate_v3 import translate
+    from google.cloud import library_v1
     
     base_logger = logging.getLogger("google.cloud.library_v1")
     base_logger.addHandler(logging.StreamHandler())
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/googleapis_common_protos-1.70.0/pyproject.toml 
new/googleapis_common_protos-1.71.0/pyproject.toml
--- old/googleapis_common_protos-1.70.0/pyproject.toml  2025-04-14 
12:10:57.000000000 +0200
+++ new/googleapis_common_protos-1.71.0/pyproject.toml  2025-10-20 
16:16:04.000000000 +0200
@@ -18,7 +18,7 @@
 
 [project]
 name = "googleapis-common-protos"
-version = "1.70.0"
+version = "1.71.0"
 authors = [{ name = "Google LLC", email = "[email protected]" }]
 license = { text = "Apache 2.0" }
 requires-python = ">= 3.7"
@@ -37,6 +37,7 @@
   "Programming Language :: Python :: 3.11",
   "Programming Language :: Python :: 3.12",
   "Programming Language :: Python :: 3.13",
+  "Programming Language :: Python :: 3.14",
   "Operating System :: OS Independent",
   "Topic :: Internet",
 ]

Reply via email to