googleapis-common-protos-types 1.10.0 → 1.11.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/api/annotations_pb.rb +1 -1
- data/lib/google/api/auth_pb.rb +1 -1
- data/lib/google/api/backend_pb.rb +1 -1
- data/lib/google/api/billing_pb.rb +1 -1
- data/lib/google/api/client_pb.rb +15 -2
- data/lib/google/api/config_change_pb.rb +1 -1
- data/lib/google/api/consumer_pb.rb +1 -1
- data/lib/google/api/context_pb.rb +1 -1
- data/lib/google/api/control_pb.rb +1 -1
- data/lib/google/api/distribution_pb.rb +1 -1
- data/lib/google/api/documentation_pb.rb +1 -1
- data/lib/google/api/endpoint_pb.rb +1 -1
- data/lib/google/api/error_reason_pb.rb +1 -1
- data/lib/google/api/field_behavior_pb.rb +1 -1
- data/lib/google/api/field_info_pb.rb +1 -1
- data/lib/google/api/http_pb.rb +1 -1
- data/lib/google/api/httpbody_pb.rb +1 -1
- data/lib/google/api/label_pb.rb +1 -1
- data/lib/google/api/launch_stage_pb.rb +1 -1
- data/lib/google/api/log_pb.rb +1 -1
- data/lib/google/api/logging_pb.rb +1 -1
- data/lib/google/api/metric_pb.rb +1 -1
- data/lib/google/api/monitored_resource_pb.rb +1 -1
- data/lib/google/api/monitoring_pb.rb +1 -1
- data/lib/google/api/policy_pb.rb +1 -1
- data/lib/google/api/quota_pb.rb +1 -1
- data/lib/google/api/resource_pb.rb +1 -1
- data/lib/google/api/routing_pb.rb +1 -1
- data/lib/google/api/service_pb.rb +1 -1
- data/lib/google/api/source_info_pb.rb +1 -1
- data/lib/google/api/system_parameter_pb.rb +1 -1
- data/lib/google/api/usage_pb.rb +1 -1
- data/lib/google/api/visibility_pb.rb +1 -1
- data/lib/google/logging/type/http_request_pb.rb +1 -1
- data/lib/google/logging/type/log_severity_pb.rb +1 -1
- data/lib/google/longrunning/operations_pb.rb +1 -1
- data/lib/google/rpc/code_pb.rb +1 -1
- data/lib/google/rpc/context/attribute_context_pb.rb +1 -1
- data/lib/google/rpc/context/audit_context_pb.rb +1 -1
- data/lib/google/rpc/error_details_pb.rb +1 -1
- data/lib/google/rpc/http_pb.rb +1 -1
- data/lib/google/rpc/status_pb.rb +1 -1
- data/lib/google/type/calendar_period_pb.rb +1 -1
- data/lib/google/type/color_pb.rb +1 -1
- data/lib/google/type/date_pb.rb +1 -1
- data/lib/google/type/datetime_pb.rb +1 -1
- data/lib/google/type/dayofweek_pb.rb +1 -1
- data/lib/google/type/decimal_pb.rb +1 -1
- data/lib/google/type/expr_pb.rb +1 -1
- data/lib/google/type/fraction_pb.rb +1 -1
- data/lib/google/type/interval_pb.rb +1 -1
- data/lib/google/type/latlng_pb.rb +1 -1
- data/lib/google/type/localized_text_pb.rb +1 -1
- data/lib/google/type/money_pb.rb +1 -1
- data/lib/google/type/month_pb.rb +1 -1
- data/lib/google/type/phone_number_pb.rb +1 -1
- data/lib/google/type/postal_address_pb.rb +1 -1
- data/lib/google/type/quaternion_pb.rb +1 -1
- data/lib/google/type/timeofday_pb.rb +1 -1
- data/lib/googleapis/common/protos/types/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bb8c09af6913eb7e2436580034b9e61b999fd49cf72218fdd69cc346012f9c26
|
|
4
|
+
data.tar.gz: e3039a6636cc4b76d6cc2f42066688c946e89f86ae36f872d0e2f079f6171b1f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: edfb228e259e9fe5c110fb39452dee381869c4d04c88b1da191b44c6a6ce94994f3b632b8ed1574666b3eaf3777814bfd671d35b299d0cf92ca9b8d8fc948909
|
|
7
|
+
data.tar.gz: c7b00120447e4e32c3e3e47676984a3ba75cddba71212c0bce8c258783cc0c50f89a08f36f313757a6cd47798eb02c1c5de62d4e5414dbf4850b2622c2605edd
|
data/CHANGELOG.md
CHANGED
|
@@ -14,7 +14,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
14
14
|
|
|
15
15
|
begin
|
|
16
16
|
pool.add_serialized_file(descriptor_data)
|
|
17
|
-
rescue TypeError
|
|
17
|
+
rescue TypeError
|
|
18
18
|
# Compatibility code: will be removed in the next major version.
|
|
19
19
|
require 'google/protobuf/descriptor_pb'
|
|
20
20
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/auth_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/client_pb.rb
CHANGED
|
@@ -9,13 +9,13 @@ require 'google/protobuf/descriptor_pb'
|
|
|
9
9
|
require 'google/protobuf/duration_pb'
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
descriptor_data = "\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.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\"\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\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_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\"@\n\nGoSettings\x12\x32\n\x06\x63ommon\x18\x01 \x01(\x0b\x32\".google.api.CommonLanguageSettings\"\
|
|
12
|
+
descriptor_data = "\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.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\"\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\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_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\"@\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_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(\tBi\n\x0e\x63om.google.apiB\x0b\x43lientProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3"
|
|
13
13
|
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
15
15
|
|
|
16
16
|
begin
|
|
17
17
|
pool.add_serialized_file(descriptor_data)
|
|
18
|
-
rescue TypeError
|
|
18
|
+
rescue TypeError
|
|
19
19
|
# Compatibility code: will be removed in the next major version.
|
|
20
20
|
require 'google/protobuf/descriptor_pb'
|
|
21
21
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -409,6 +409,19 @@ end
|
|
|
409
409
|
# // total_poll_timeout:
|
|
410
410
|
# // seconds: 54000 # 90 minutes
|
|
411
411
|
# LongRunning long_running = 2;
|
|
412
|
+
#
|
|
413
|
+
# // List of top-level fields of the request message, that should be
|
|
414
|
+
# // automatically populated by the client libraries based on their
|
|
415
|
+
# // (google.api.field_info).format. Currently supported format: UUID4.
|
|
416
|
+
# //
|
|
417
|
+
# // Example of a YAML configuration:
|
|
418
|
+
# //
|
|
419
|
+
# // publishing:
|
|
420
|
+
# // method_settings:
|
|
421
|
+
# // - selector: google.example.v1.ExampleService.CreateExample
|
|
422
|
+
# // auto_populated_fields:
|
|
423
|
+
# // - request_id
|
|
424
|
+
# repeated string auto_populated_fields = 3;
|
|
412
425
|
# }
|
|
413
426
|
#
|
|
414
427
|
# // The organization for which the client libraries are being published.
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -14,7 +14,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
14
14
|
|
|
15
15
|
begin
|
|
16
16
|
pool.add_serialized_file(descriptor_data)
|
|
17
|
-
rescue TypeError
|
|
17
|
+
rescue TypeError
|
|
18
18
|
# Compatibility code: will be removed in the next major version.
|
|
19
19
|
require 'google/protobuf/descriptor_pb'
|
|
20
20
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/http_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/label_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/log_pb.rb
CHANGED
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/metric_pb.rb
CHANGED
|
@@ -15,7 +15,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
15
15
|
|
|
16
16
|
begin
|
|
17
17
|
pool.add_serialized_file(descriptor_data)
|
|
18
|
-
rescue TypeError
|
|
18
|
+
rescue TypeError
|
|
19
19
|
# Compatibility code: will be removed in the next major version.
|
|
20
20
|
require 'google/protobuf/descriptor_pb'
|
|
21
21
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -15,7 +15,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
15
15
|
|
|
16
16
|
begin
|
|
17
17
|
pool.add_serialized_file(descriptor_data)
|
|
18
|
-
rescue TypeError
|
|
18
|
+
rescue TypeError
|
|
19
19
|
# Compatibility code: will be removed in the next major version.
|
|
20
20
|
require 'google/protobuf/descriptor_pb'
|
|
21
21
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/policy_pb.rb
CHANGED
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/quota_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -33,7 +33,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
33
33
|
|
|
34
34
|
begin
|
|
35
35
|
pool.add_serialized_file(descriptor_data)
|
|
36
|
-
rescue TypeError
|
|
36
|
+
rescue TypeError
|
|
37
37
|
# Compatibility code: will be removed in the next major version.
|
|
38
38
|
require 'google/protobuf/descriptor_pb'
|
|
39
39
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/api/usage_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -19,7 +19,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
19
19
|
|
|
20
20
|
begin
|
|
21
21
|
pool.add_serialized_file(descriptor_data)
|
|
22
|
-
rescue TypeError
|
|
22
|
+
rescue TypeError
|
|
23
23
|
# Compatibility code: will be removed in the next major version.
|
|
24
24
|
require 'google/protobuf/descriptor_pb'
|
|
25
25
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/rpc/code_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -16,7 +16,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
16
16
|
|
|
17
17
|
begin
|
|
18
18
|
pool.add_serialized_file(descriptor_data)
|
|
19
|
-
rescue TypeError
|
|
19
|
+
rescue TypeError
|
|
20
20
|
# Compatibility code: will be removed in the next major version.
|
|
21
21
|
require 'google/protobuf/descriptor_pb'
|
|
22
22
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/rpc/http_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/rpc/status_pb.rb
CHANGED
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/type/color_pb.rb
CHANGED
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/type/date_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/type/expr_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -13,7 +13,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
13
13
|
|
|
14
14
|
begin
|
|
15
15
|
pool.add_serialized_file(descriptor_data)
|
|
16
|
-
rescue TypeError
|
|
16
|
+
rescue TypeError
|
|
17
17
|
# Compatibility code: will be removed in the next major version.
|
|
18
18
|
require 'google/protobuf/descriptor_pb'
|
|
19
19
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/type/money_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
data/lib/google/type/month_pb.rb
CHANGED
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
|
@@ -11,7 +11,7 @@ pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
|
11
11
|
|
|
12
12
|
begin
|
|
13
13
|
pool.add_serialized_file(descriptor_data)
|
|
14
|
-
rescue TypeError
|
|
14
|
+
rescue TypeError
|
|
15
15
|
# Compatibility code: will be removed in the next major version.
|
|
16
16
|
require 'google/protobuf/descriptor_pb'
|
|
17
17
|
parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: googleapis-common-protos-types
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.11.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|