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 2024-04-07 22:13:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-googleapis-common-protos (Old)
and /work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1905
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-googleapis-common-protos"
Sun Apr 7 22:13:24 2024 rev:21 rq:1165953 version:1.63.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-googleapis-common-protos/python-googleapis-common-protos.changes
2024-03-13 22:20:07.991709774 +0100
+++
/work/SRC/openSUSE:Factory/.python-googleapis-common-protos.new.1905/python-googleapis-common-protos.changes
2024-04-07 22:15:14.262891798 +0200
@@ -1,0 +2,11 @@
+Sun Apr 7 09:12:09 UTC 2024 - Dirk Müller <[email protected]>
+
+- update to 1.63.0:
+ * Add `api_version` field to `ServiceOptions` in
+ `google/api/client.proto`
+ * Add `LOCATION_POLICY_VIOLATED` enum to `ErrorReason` in
+ `google/api/error_reason.proto`
+ * Add `rest_reference_documentation_uri` field to
+ `ServiceOptions` in `google/api/client.proto`
+
+-------------------------------------------------------------------
Old:
----
googleapis-common-protos-1.62.0.tar.gz
New:
----
googleapis-common-protos-1.63.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-googleapis-common-protos.spec ++++++
--- /var/tmp/diff_new_pack.CqqG7l/_old 2024-04-07 22:15:15.270928735 +0200
+++ /var/tmp/diff_new_pack.CqqG7l/_new 2024-04-07 22:15:15.278929029 +0200
@@ -20,7 +20,7 @@
%define pkgname %{lua:pname,_ = string.gsub(rpm.expand('%modname'), '-' ,
'_');print(pname)}
%{?sle15_python_module_pythons}
Name: python-googleapis-common-protos
-Version: 1.62.0
+Version: 1.63.0
Release: 0
Summary: Common protobufs used in Google APIs
License: Apache-2.0
++++++ googleapis-common-protos-1.62.0.tar.gz ->
googleapis-common-protos-1.63.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/googleapis-common-protos-1.62.0/PKG-INFO
new/googleapis-common-protos-1.63.0/PKG-INFO
--- old/googleapis-common-protos-1.62.0/PKG-INFO 2023-12-07
20:19:04.833779600 +0100
+++ new/googleapis-common-protos-1.63.0/PKG-INFO 2024-03-11
13:33:12.645857800 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: googleapis-common-protos
-Version: 1.62.0
+Version: 1.63.0
Summary: Common protobufs used in Google APIs
Home-page: https://github.com/googleapis/python-api-common-protos
Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/client.proto
new/googleapis-common-protos-1.63.0/google/api/client.proto
--- old/googleapis-common-protos-1.62.0/google/api/client.proto 2023-12-07
20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/client.proto 2024-03-11
13:30:49.000000000 +0100
@@ -98,6 +98,22 @@
// ...
// }
string oauth_scopes = 1050;
+
+ // The API version of this service, which should be sent by version-aware
+ // clients to the service. This allows services to abide by the schema and
+ // behavior of the service at the time this API version was deployed.
+ // The format of the API version must be treated as opaque by clients.
+ // Services may use a format with an apparent structure, but clients must
+ // not rely on this to determine components within an API version, or attempt
+ // to construct other valid API versions. Note that this is for upcoming
+ // functionality and may not be implemented for all services.
+ //
+ // Example:
+ //
+ // service Foo {
+ // option (google.api.api_version) = "v1_20230821_preview";
+ // }
+ string api_version = 525000001;
}
// Required information for every language.
@@ -192,6 +208,10 @@
// Optional link to proto reference documentation. Example:
// https://cloud.google.com/pubsub/lite/docs/reference/rpc
string proto_reference_documentation_uri = 110;
+
+ // Optional link to REST reference documentation. Example:
+ // https://cloud.google.com/pubsub/lite/docs/reference/rest
+ string rest_reference_documentation_uri = 111;
}
// Settings for Java client libraries.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/client_pb2.py
new/googleapis-common-protos-1.63.0/google/api/client_pb2.py
--- old/googleapis-common-protos-1.62.0/google/api/client_pb2.py
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/client_pb2.py
2024-03-11 13:30:49.000000000 +0100
@@ -35,7 +35,7 @@
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"t\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"\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.google.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a
\x01(\x0b\x32\x1a.google.api.DotnetSettin
gs\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"\xfe\x02\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"\xe3\x01\n\x0cJavaSettings\x12\x17\n\x0flibrary_package\x18\x01
\x01(\t\x12L\n\x13service_class_names\x18\x02
\x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03
\x01(\x0b\x32".google.api.CommonLanguageSettings\x1a\x38\n\x1
6ServiceClassNamesEntry\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"D\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01
\x01(\x0b\x32".google.api.CommonLanguageSettings"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\x14RenamedService
sEntry\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"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01
\x01(\x0b\x32".google.api.CommonLanguageSettings"\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*\xa3\x01\n\x19\x43lientLibraryOrganization\x12+\n\'CLIENT_LIBRARY_ORG
ANIZATION_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\x05\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(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
+
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"t\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"\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.google.api.NodeSettings\x12\x33\n\x0f\x64otnet_settings\x18\x1a
\x01(\x0b\x32\x1a.google.api.DotnetSettin
gs\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\x02
\x03(\x0b\x32/.google.api.JavaSettings.ServiceClassNamesEntry\x12\x32\n\x06\x63ommon\x18\x03
\x01(\x0
b\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"D\n\x0ePythonSettings\x12\x32\n\x06\x63ommon\x18\x01
\x01(\x0b\x32".google.api.CommonLanguageSettings"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_s
ignatures\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"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01
\x01(\x0b\x32".google.api.CommonLanguageSettings"\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*\xa3\x01\n\x19\x
43lientLibraryOrganization\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\x05\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'
)
_CLIENTLIBRARYORGANIZATION =
DESCRIPTOR.enum_types_by_name["ClientLibraryOrganization"]
@@ -62,6 +62,8 @@
default_host = DESCRIPTOR.extensions_by_name["default_host"]
OAUTH_SCOPES_FIELD_NUMBER = 1050
oauth_scopes = DESCRIPTOR.extensions_by_name["oauth_scopes"]
+API_VERSION_FIELD_NUMBER = 525000001
+api_version = DESCRIPTOR.extensions_by_name["api_version"]
_COMMONLANGUAGESETTINGS =
DESCRIPTOR.message_types_by_name["CommonLanguageSettings"]
_CLIENTLIBRARYSETTINGS =
DESCRIPTOR.message_types_by_name["ClientLibrarySettings"]
@@ -267,6 +269,9 @@
google_dot_protobuf_dot_descriptor__pb2.ServiceOptions.RegisterExtension(
oauth_scopes
)
+ google_dot_protobuf_dot_descriptor__pb2.ServiceOptions.RegisterExtension(
+ api_version
+ )
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options =
b"\n\016com.google.apiB\013ClientProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
@@ -280,40 +285,40 @@
_DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_options = b"8\001"
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._options = None
_DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_options = b"8\001"
- _CLIENTLIBRARYORGANIZATION._serialized_start = 2553
- _CLIENTLIBRARYORGANIZATION._serialized_end = 2716
- _CLIENTLIBRARYDESTINATION._serialized_start = 2718
- _CLIENTLIBRARYDESTINATION._serialized_end = 2821
+ _CLIENTLIBRARYORGANIZATION._serialized_start = 2595
+ _CLIENTLIBRARYORGANIZATION._serialized_end = 2758
+ _CLIENTLIBRARYDESTINATION._serialized_start = 2760
+ _CLIENTLIBRARYDESTINATION._serialized_end = 2863
_COMMONLANGUAGESETTINGS._serialized_start = 136
_COMMONLANGUAGESETTINGS._serialized_end = 252
_CLIENTLIBRARYSETTINGS._serialized_start = 255
_CLIENTLIBRARYSETTINGS._serialized_end = 762
_PUBLISHING._serialized_start = 765
- _PUBLISHING._serialized_end = 1147
- _JAVASETTINGS._serialized_start = 1150
- _JAVASETTINGS._serialized_end = 1377
- _JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_start = 1321
- _JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_end = 1377
- _CPPSETTINGS._serialized_start = 1379
- _CPPSETTINGS._serialized_end = 1444
- _PHPSETTINGS._serialized_start = 1446
- _PHPSETTINGS._serialized_end = 1511
- _PYTHONSETTINGS._serialized_start = 1513
- _PYTHONSETTINGS._serialized_end = 1581
- _NODESETTINGS._serialized_start = 1583
- _NODESETTINGS._serialized_end = 1649
- _DOTNETSETTINGS._serialized_start = 1652
- _DOTNETSETTINGS._serialized_end = 2078
- _DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_start = 1967
- _DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_end = 2021
- _DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_start = 2023
- _DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_end = 2078
- _RUBYSETTINGS._serialized_start = 2080
- _RUBYSETTINGS._serialized_end = 2146
- _GOSETTINGS._serialized_start = 2148
- _GOSETTINGS._serialized_end = 2212
- _METHODSETTINGS._serialized_start = 2215
- _METHODSETTINGS._serialized_end = 2550
- _METHODSETTINGS_LONGRUNNING._serialized_start = 2345
- _METHODSETTINGS_LONGRUNNING._serialized_end = 2550
+ _PUBLISHING._serialized_end = 1189
+ _JAVASETTINGS._serialized_start = 1192
+ _JAVASETTINGS._serialized_end = 1419
+ _JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_start = 1363
+ _JAVASETTINGS_SERVICECLASSNAMESENTRY._serialized_end = 1419
+ _CPPSETTINGS._serialized_start = 1421
+ _CPPSETTINGS._serialized_end = 1486
+ _PHPSETTINGS._serialized_start = 1488
+ _PHPSETTINGS._serialized_end = 1553
+ _PYTHONSETTINGS._serialized_start = 1555
+ _PYTHONSETTINGS._serialized_end = 1623
+ _NODESETTINGS._serialized_start = 1625
+ _NODESETTINGS._serialized_end = 1691
+ _DOTNETSETTINGS._serialized_start = 1694
+ _DOTNETSETTINGS._serialized_end = 2120
+ _DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_start = 2009
+ _DOTNETSETTINGS_RENAMEDSERVICESENTRY._serialized_end = 2063
+ _DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_start = 2065
+ _DOTNETSETTINGS_RENAMEDRESOURCESENTRY._serialized_end = 2120
+ _RUBYSETTINGS._serialized_start = 2122
+ _RUBYSETTINGS._serialized_end = 2188
+ _GOSETTINGS._serialized_start = 2190
+ _GOSETTINGS._serialized_end = 2254
+ _METHODSETTINGS._serialized_start = 2257
+ _METHODSETTINGS._serialized_end = 2592
+ _METHODSETTINGS_LONGRUNNING._serialized_start = 2387
+ _METHODSETTINGS_LONGRUNNING._serialized_end = 2592
# @@protoc_insertion_point(module_scope)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/documentation.proto
new/googleapis-common-protos-1.63.0/google/api/documentation.proto
--- old/googleapis-common-protos-1.62.0/google/api/documentation.proto
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/documentation.proto
2024-03-11 13:30:49.000000000 +0100
@@ -34,7 +34,7 @@
// content: (== include google/foo/overview.md ==)
// - name: Tutorial
// content: (== include google/foo/tutorial.md ==)
-// subpages;
+// subpages:
// - name: Java
// content: (== include google/foo/tutorial_java.md ==)
// rules:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/error_reason.proto
new/googleapis-common-protos-1.63.0/google/api/error_reason.proto
--- old/googleapis-common-protos-1.62.0/google/api/error_reason.proto
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/error_reason.proto
2024-03-11 13:30:49.000000000 +0100
@@ -567,4 +567,23 @@
//
// This response indicates the associated GCP account has been suspended.
GCP_SUSPENDED = 30;
+
+ // The request violates the location policies when creating resources in
+ // the restricted region.
+ //
+ // Example of an ErrorInfo when creating the Cloud Storage Bucket by
+ // "projects/123" for service storage.googleapis.com:
+ //
+ // { "reason": "LOCATION_POLICY_VIOLATED",
+ // "domain": "googleapis.com",
+ // "metadata": {
+ // "consumer": "projects/123",
+ // "service": "storage.googleapis.com",
+ // }
+ // }
+ //
+ // This response indicates creating the Cloud Storage Bucket in
+ // "locations/asia-northeast3" violates at least one location policy.
+ // The troubleshooting guidance is provided in the Help links.
+ LOCATION_POLICY_VIOLATED = 31;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/error_reason_pb2.py
new/googleapis-common-protos-1.63.0/google/api/error_reason_pb2.py
--- old/googleapis-common-protos-1.62.0/google/api/error_reason_pb2.py
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/error_reason_pb2.py
2024-03-11 13:30:49.000000000 +0100
@@ -30,7 +30,7 @@
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
-
b"\n\x1dgoogle/api/error_reason.proto\x12\ngoogle.api*\xec\x06\n\x0b\x45rrorReason\x12\x1c\n\x18\x45RROR_REASON_UNSPECIFIED\x10\x00\x12\x14\n\x10SERVICE_DISABLED\x10\x01\x12\x14\n\x10\x42ILLING_DISABLED\x10\x02\x12\x13\n\x0f\x41PI_KEY_INVALID\x10\x03\x12\x1b\n\x17\x41PI_KEY_SERVICE_BLOCKED\x10\x04\x12!\n\x1d\x41PI_KEY_HTTP_REFERRER_BLOCKED\x10\x07\x12\x1e\n\x1a\x41PI_KEY_IP_ADDRESS_BLOCKED\x10\x08\x12\x1f\n\x1b\x41PI_KEY_ANDROID_APP_BLOCKED\x10\t\x12\x1b\n\x17\x41PI_KEY_IOS_APP_BLOCKED\x10\r\x12\x17\n\x13RATE_LIMIT_EXCEEDED\x10\x05\x12\x1b\n\x17RESOURCE_QUOTA_EXCEEDED\x10\x06\x12
\n\x1cLOCATION_TAX_POLICY_VIOLATED\x10\n\x12\x17\n\x13USER_PROJECT_DENIED\x10\x0b\x12\x16\n\x12\x43ONSUMER_SUSPENDED\x10\x0c\x12\x14\n\x10\x43ONSUMER_INVALID\x10\x0e\x12\x1c\n\x18SECURITY_POLICY_VIOLATED\x10\x0f\x12\x18\n\x14\x41\x43\x43\x45SS_TOKEN_EXPIRED\x10\x10\x12#\n\x1f\x41\x43\x43\x45SS_TOKEN_SCOPE_INSUFFICIENT\x10\x11\x12\x19\n\x15\x41\x43\x43OUNT_STATE_INVALID\x10\x12\x12!\n\x1d\x41\x43\x43\x45
SS_TOKEN_TYPE_UNSUPPORTED\x10\x13\x12\x17\n\x13\x43REDENTIALS_MISSING\x10\x14\x12\x1c\n\x18RESOURCE_PROJECT_INVALID\x10\x15\x12\x1a\n\x16SESSION_COOKIE_INVALID\x10\x17\x12\x19\n\x15USER_BLOCKED_BY_ADMIN\x10\x18\x12'\n#RESOURCE_USAGE_RESTRICTION_VIOLATED\x10\x19\x12
\n\x1cSYSTEM_PARAMETER_UNSUPPORTED\x10\x1a\x12\x1d\n\x19ORG_RESTRICTION_VIOLATION\x10\x1b\x12\"\n\x1eORG_RESTRICTION_HEADER_INVALID\x10\x1c\x12\x17\n\x13SERVICE_NOT_VISIBLE\x10\x1d\x12\x11\n\rGCP_SUSPENDED\x10\x1e\x42p\n\x0e\x63om.google.apiB\x10\x45rrorReasonProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/error_reason;error_reason\xa2\x02\x04GAPIb\x06proto3"
+
b"\n\x1dgoogle/api/error_reason.proto\x12\ngoogle.api*\x8a\x07\n\x0b\x45rrorReason\x12\x1c\n\x18\x45RROR_REASON_UNSPECIFIED\x10\x00\x12\x14\n\x10SERVICE_DISABLED\x10\x01\x12\x14\n\x10\x42ILLING_DISABLED\x10\x02\x12\x13\n\x0f\x41PI_KEY_INVALID\x10\x03\x12\x1b\n\x17\x41PI_KEY_SERVICE_BLOCKED\x10\x04\x12!\n\x1d\x41PI_KEY_HTTP_REFERRER_BLOCKED\x10\x07\x12\x1e\n\x1a\x41PI_KEY_IP_ADDRESS_BLOCKED\x10\x08\x12\x1f\n\x1b\x41PI_KEY_ANDROID_APP_BLOCKED\x10\t\x12\x1b\n\x17\x41PI_KEY_IOS_APP_BLOCKED\x10\r\x12\x17\n\x13RATE_LIMIT_EXCEEDED\x10\x05\x12\x1b\n\x17RESOURCE_QUOTA_EXCEEDED\x10\x06\x12
\n\x1cLOCATION_TAX_POLICY_VIOLATED\x10\n\x12\x17\n\x13USER_PROJECT_DENIED\x10\x0b\x12\x16\n\x12\x43ONSUMER_SUSPENDED\x10\x0c\x12\x14\n\x10\x43ONSUMER_INVALID\x10\x0e\x12\x1c\n\x18SECURITY_POLICY_VIOLATED\x10\x0f\x12\x18\n\x14\x41\x43\x43\x45SS_TOKEN_EXPIRED\x10\x10\x12#\n\x1f\x41\x43\x43\x45SS_TOKEN_SCOPE_INSUFFICIENT\x10\x11\x12\x19\n\x15\x41\x43\x43OUNT_STATE_INVALID\x10\x12\x12!\n\x1d\x41\x43\x43\x45
SS_TOKEN_TYPE_UNSUPPORTED\x10\x13\x12\x17\n\x13\x43REDENTIALS_MISSING\x10\x14\x12\x1c\n\x18RESOURCE_PROJECT_INVALID\x10\x15\x12\x1a\n\x16SESSION_COOKIE_INVALID\x10\x17\x12\x19\n\x15USER_BLOCKED_BY_ADMIN\x10\x18\x12'\n#RESOURCE_USAGE_RESTRICTION_VIOLATED\x10\x19\x12
\n\x1cSYSTEM_PARAMETER_UNSUPPORTED\x10\x1a\x12\x1d\n\x19ORG_RESTRICTION_VIOLATION\x10\x1b\x12\"\n\x1eORG_RESTRICTION_HEADER_INVALID\x10\x1c\x12\x17\n\x13SERVICE_NOT_VISIBLE\x10\x1d\x12\x11\n\rGCP_SUSPENDED\x10\x1e\x12\x1c\n\x18LOCATION_POLICY_VIOLATED\x10\x1f\x42p\n\x0e\x63om.google.apiB\x10\x45rrorReasonProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/error_reason;error_reason\xa2\x02\x04GAPIb\x06proto3"
)
_ERRORREASON = DESCRIPTOR.enum_types_by_name["ErrorReason"]
@@ -65,6 +65,7 @@
ORG_RESTRICTION_HEADER_INVALID = 28
SERVICE_NOT_VISIBLE = 29
GCP_SUSPENDED = 30
+LOCATION_POLICY_VIOLATED = 31
if _descriptor._USE_C_DESCRIPTORS == False:
@@ -72,5 +73,5 @@
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options =
b"\n\016com.google.apiB\020ErrorReasonProtoP\001ZCgoogle.golang.org/genproto/googleapis/api/error_reason;error_reason\242\002\004GAPI"
_ERRORREASON._serialized_start = 46
- _ERRORREASON._serialized_end = 922
+ _ERRORREASON._serialized_end = 952
# @@protoc_insertion_point(module_scope)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/field_behavior.proto
new/googleapis-common-protos-1.63.0/google/api/field_behavior.proto
--- old/googleapis-common-protos-1.62.0/google/api/field_behavior.proto
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/field_behavior.proto
2024-03-11 13:30:49.000000000 +0100
@@ -37,7 +37,7 @@
// google.protobuf.Timestamp expire_time = 1
// [(google.api.field_behavior) = OUTPUT_ONLY,
// (google.api.field_behavior) = IMMUTABLE];
- repeated google.api.FieldBehavior field_behavior = 1052;
+ repeated google.api.FieldBehavior field_behavior = 1052 [packed = false];
}
// An indicator of the behavior of a given field (for example, that a field
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/field_behavior_pb2.py
new/googleapis-common-protos-1.63.0/google/api/field_behavior_pb2.py
--- old/googleapis-common-protos-1.62.0/google/api/field_behavior_pb2.py
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/field_behavior_pb2.py
2024-03-11 13:30:49.000000000 +0100
@@ -33,7 +33,7 @@
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
- b"\n\x1fgoogle/api/field_behavior.proto\x12\ngoogle.api\x1a
google/protobuf/descriptor.proto*\xb6\x01\n\rFieldBehavior\x12\x1e\n\x1a\x46IELD_BEHAVIOR_UNSPECIFIED\x10\x00\x12\x0c\n\x08OPTIONAL\x10\x01\x12\x0c\n\x08REQUIRED\x10\x02\x12\x0f\n\x0bOUTPUT_ONLY\x10\x03\x12\x0e\n\nINPUT_ONLY\x10\x04\x12\r\n\tIMMUTABLE\x10\x05\x12\x12\n\x0eUNORDERED_LIST\x10\x06\x12\x15\n\x11NON_EMPTY_DEFAULT\x10\x07\x12\x0e\n\nIDENTIFIER\x10\x08:Q\n\x0e\x66ield_behavior\x12\x1d.google.protobuf.FieldOptions\x18\x9c\x08
\x03(\x0e\x32\x19.google.api.FieldBehaviorBp\n\x0e\x63om.google.apiB\x12\x46ieldBehaviorProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3"
+ b"\n\x1fgoogle/api/field_behavior.proto\x12\ngoogle.api\x1a
google/protobuf/descriptor.proto*\xb6\x01\n\rFieldBehavior\x12\x1e\n\x1a\x46IELD_BEHAVIOR_UNSPECIFIED\x10\x00\x12\x0c\n\x08OPTIONAL\x10\x01\x12\x0c\n\x08REQUIRED\x10\x02\x12\x0f\n\x0bOUTPUT_ONLY\x10\x03\x12\x0e\n\nINPUT_ONLY\x10\x04\x12\r\n\tIMMUTABLE\x10\x05\x12\x12\n\x0eUNORDERED_LIST\x10\x06\x12\x15\n\x11NON_EMPTY_DEFAULT\x10\x07\x12\x0e\n\nIDENTIFIER\x10\x08:U\n\x0e\x66ield_behavior\x12\x1d.google.protobuf.FieldOptions\x18\x9c\x08
\x03(\x0e\x32\x19.google.api.FieldBehaviorB\x02\x10\x00\x42p\n\x0e\x63om.google.apiB\x12\x46ieldBehaviorProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3"
)
_FIELDBEHAVIOR = DESCRIPTOR.enum_types_by_name["FieldBehavior"]
@@ -58,6 +58,8 @@
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options =
b"\n\016com.google.apiB\022FieldBehaviorProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
+ field_behavior._options = None
+ field_behavior._serialized_options = b"\020\000"
_FIELDBEHAVIOR._serialized_start = 82
_FIELDBEHAVIOR._serialized_end = 264
# @@protoc_insertion_point(module_scope)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/field_info.proto
new/googleapis-common-protos-1.63.0/google/api/field_info.proto
--- old/googleapis-common-protos-1.62.0/google/api/field_info.proto
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/field_info.proto
2024-03-11 13:30:49.000000000 +0100
@@ -61,9 +61,9 @@
// Internet Protocol v6 value as defined by [RFC
// 2460](https://datatracker.ietf.org/doc/html/rfc2460). The value may be
- // normalized to entirely lowercase letters, and zero-padded partial and
- // empty octets. For example, the value `2001:DB8::` would be normalized to
- // `2001:0db8:0:0`.
+ // normalized to entirely lowercase letters with zeros compressed,
following
+ // [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952). For example,
+ // the value `2001:0DB8:0::0` would be normalized to `2001:db8::`.
IPV6 = 3;
// An IP address in either v4 or v6 format as described by the individual
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/google/api/monitored_resource.proto
new/googleapis-common-protos-1.63.0/google/api/monitored_resource.proto
--- old/googleapis-common-protos-1.62.0/google/api/monitored_resource.proto
2023-12-07 20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/google/api/monitored_resource.proto
2024-03-11 13:30:49.000000000 +0100
@@ -49,7 +49,7 @@
// Required. The monitored resource type. For example, the type
// `"cloudsql_database"` represents databases in Google Cloud SQL.
- // For a list of types, see [Monitoring resource
+ // For a list of types, see [Monitored resource
// types](https://cloud.google.com/monitoring/api/resources)
// and [Logging resource
// types](https://cloud.google.com/logging/docs/api/v2/resource-list).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/googleapis-common-protos-1.62.0/googleapis_common_protos.egg-info/PKG-INFO
new/googleapis-common-protos-1.63.0/googleapis_common_protos.egg-info/PKG-INFO
---
old/googleapis-common-protos-1.62.0/googleapis_common_protos.egg-info/PKG-INFO
2023-12-07 20:19:04.000000000 +0100
+++
new/googleapis-common-protos-1.63.0/googleapis_common_protos.egg-info/PKG-INFO
2024-03-11 13:33:12.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: googleapis-common-protos
-Version: 1.62.0
+Version: 1.63.0
Summary: Common protobufs used in Google APIs
Home-page: https://github.com/googleapis/python-api-common-protos
Author: Google LLC
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/googleapis-common-protos-1.62.0/setup.py
new/googleapis-common-protos-1.63.0/setup.py
--- old/googleapis-common-protos-1.62.0/setup.py 2023-12-07
20:16:08.000000000 +0100
+++ new/googleapis-common-protos-1.63.0/setup.py 2024-03-11
13:30:49.000000000 +0100
@@ -21,7 +21,7 @@
name = "googleapis-common-protos"
description = "Common protobufs used in Google APIs"
-version = "1.62.0"
+version = "1.63.0"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"protobuf>=3.19.5,<5.0.0.dev0,!=3.20.0,!=3.20.1,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5",