googleapis-common-protos-types 1.18.0 → 1.19.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 +7 -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 +16 -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 +4 -4
- 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 +2 -3
- data/lib/google/api/httpbody_pb.rb +1 -1
- data/lib/google/api/label_pb.rb +2 -3
- 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 +2 -3
- data/lib/google/api/monitoring_pb.rb +1 -1
- data/lib/google/api/policy_pb.rb +2 -3
- data/lib/google/api/quota_pb.rb +1 -1
- data/lib/google/api/resource_pb.rb +2 -3
- data/lib/google/api/routing_pb.rb +2 -2
- 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 +2 -3
- 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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a1e0ebfbf92495ad84c5e199198fdedfc43c230128686ea3c1b2383b3e60581
|
4
|
+
data.tar.gz: 1cbcf7c93c164e8c63b81f5163b9cd86f85f4260241e72a787f87912f3f98d70
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f6f3f6d62b5a11fc5386e64b37aabade4adc9e04a4385a9f385108dd72ed17fde25c0a262e7fb231257ff436fdc0b8b89265f1583c253d7397929ea67b07076
|
7
|
+
data.tar.gz: 52027a6a39cded40236cd214100087cedb4a64f8edc590924719e59a231d8c75647eb4ba91a85f7fb88442329b0ec43f4fdb8a79c5a13ac88cfde0d867de3c01
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,12 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
+
### 1.19.0 (2025-03-13)
|
4
|
+
|
5
|
+
#### Features
|
6
|
+
|
7
|
+
* Automated update of googleapis-common-protos-types ([#351](https://github.com/googleapis/common-protos-ruby/issues/351))
|
8
|
+
* Update minimum required Ruby to 3.0 ([#354](https://github.com/googleapis/common-protos-ruby/issues/354))
|
9
|
+
|
3
10
|
### 1.18.0 (2025-01-14)
|
4
11
|
|
5
12
|
#### Features
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/annotations.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/auth_pb.rb
CHANGED
@@ -44,7 +44,7 @@ end
|
|
44
44
|
|
45
45
|
#### Source proto file: google/api/auth.proto ####
|
46
46
|
#
|
47
|
-
# // Copyright
|
47
|
+
# // Copyright 2025 Google LLC
|
48
48
|
# //
|
49
49
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
50
50
|
# // you may not use this file except in compliance with the License.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/backend.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/billing.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/client_pb.rb
CHANGED
@@ -9,7 +9,7 @@ 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\"\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.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\"\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(\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\"\
|
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\"\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.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\"\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(\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\x14RenamedServicesEntry\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\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"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -60,7 +60,7 @@ end
|
|
60
60
|
|
61
61
|
#### Source proto file: google/api/client.proto ####
|
62
62
|
#
|
63
|
-
# // Copyright
|
63
|
+
# // Copyright 2025 Google LLC
|
64
64
|
# //
|
65
65
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
66
66
|
# // you may not use this file except in compliance with the License.
|
@@ -343,6 +343,12 @@ end
|
|
343
343
|
# // enabled by default 1 month after launching the feature in preview
|
344
344
|
# // packages.
|
345
345
|
# bool protobuf_pythonic_types_enabled = 2;
|
346
|
+
#
|
347
|
+
# // Disables generation of an unversioned Python package for this client
|
348
|
+
# // library. This means that the module names will need to be versioned in
|
349
|
+
# // import statements. For example `import google.cloud.library_v2` instead
|
350
|
+
# // of `import google.cloud.library`.
|
351
|
+
# bool unversioned_package_disabled = 3;
|
346
352
|
# }
|
347
353
|
#
|
348
354
|
# // Some settings.
|
@@ -531,4 +537,12 @@ end
|
|
531
537
|
# // An allowlist of the fully qualified names of RPCs that should be included
|
532
538
|
# // on public client surfaces.
|
533
539
|
# repeated string methods = 1;
|
540
|
+
#
|
541
|
+
# // Setting this to true indicates to the client generators that methods
|
542
|
+
# // that would be excluded from the generation should instead be generated
|
543
|
+
# // in a way that indicates these methods should not be consumed by
|
544
|
+
# // end users. How this is expressed is up to individual language
|
545
|
+
# // implementations to decide. Some examples may be: added annotations,
|
546
|
+
# // obfuscated identifiers, or other language idiomatic patterns.
|
547
|
+
# bool generate_omitted_as_internal = 2;
|
534
548
|
# }
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/config_change.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/consumer.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/context.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/control.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
#### Source proto file: google/api/distribution.proto ####
|
52
52
|
#
|
53
|
-
# // Copyright
|
53
|
+
# // Copyright 2025 Google LLC
|
54
54
|
# //
|
55
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
56
56
|
# // you may not use this file except in compliance with the License.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/documentation.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -200,9 +200,9 @@ end
|
|
200
200
|
# // `[Java][Tutorial.Java]`.
|
201
201
|
# string name = 1;
|
202
202
|
#
|
203
|
-
# // The Markdown content of the page. You can use
|
204
|
-
# //
|
205
|
-
# //
|
203
|
+
# // The Markdown content of the page. You can use ```(== include {path}
|
204
|
+
# // ==)``` to include content from a Markdown file. The content can be used
|
205
|
+
# // to produce the documentation page such as HTML format page.
|
206
206
|
# string content = 2;
|
207
207
|
#
|
208
208
|
# // Subpages of this page. The order of subpages specified here will be
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/api/endpoint.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/api/error_reason.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/field_behavior.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -43,7 +43,7 @@ end
|
|
43
43
|
|
44
44
|
#### Source proto file: google/api/field_info.proto ####
|
45
45
|
#
|
46
|
-
# // Copyright
|
46
|
+
# // Copyright 2025 Google LLC
|
47
47
|
# //
|
48
48
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
49
49
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/http_pb.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x15google/api/http.proto\x12\ngoogle.api\"T\n\x04Http\x12#\n\x05rules\x18\x01 \x03(\x0b\x32\x14.google.api.HttpRule\x12\'\n\x1f\x66ully_decode_reserved_expansion\x18\x02 \x01(\x08\"\x81\x02\n\x08HttpRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\r\n\x03get\x18\x02 \x01(\tH\x00\x12\r\n\x03put\x18\x03 \x01(\tH\x00\x12\x0e\n\x04post\x18\x04 \x01(\tH\x00\x12\x10\n\x06\x64\x65lete\x18\x05 \x01(\tH\x00\x12\x0f\n\x05patch\x18\x06 \x01(\tH\x00\x12/\n\x06\x63ustom\x18\x08 \x01(\x0b\x32\x1d.google.api.CustomHttpPatternH\x00\x12\x0c\n\x04\x62ody\x18\x07 \x01(\t\x12\x15\n\rresponse_body\x18\x0c \x01(\t\x12\x31\n\x13\x61\x64\x64itional_bindings\x18\x0b \x03(\x0b\x32\x14.google.api.HttpRuleB\t\n\x07pattern\"/\n\x11\x43ustomHttpPattern\x12\x0c\n\x04kind\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\
|
8
|
+
descriptor_data = "\n\x15google/api/http.proto\x12\ngoogle.api\"T\n\x04Http\x12#\n\x05rules\x18\x01 \x03(\x0b\x32\x14.google.api.HttpRule\x12\'\n\x1f\x66ully_decode_reserved_expansion\x18\x02 \x01(\x08\"\x81\x02\n\x08HttpRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\r\n\x03get\x18\x02 \x01(\tH\x00\x12\r\n\x03put\x18\x03 \x01(\tH\x00\x12\x0e\n\x04post\x18\x04 \x01(\tH\x00\x12\x10\n\x06\x64\x65lete\x18\x05 \x01(\tH\x00\x12\x0f\n\x05patch\x18\x06 \x01(\tH\x00\x12/\n\x06\x63ustom\x18\x08 \x01(\x0b\x32\x1d.google.api.CustomHttpPatternH\x00\x12\x0c\n\x04\x62ody\x18\x07 \x01(\t\x12\x15\n\rresponse_body\x18\x0c \x01(\t\x12\x31\n\x13\x61\x64\x64itional_bindings\x18\x0b \x03(\x0b\x32\x14.google.api.HttpRuleB\t\n\x07pattern\"/\n\x11\x43ustomHttpPattern\x12\x0c\n\x04kind\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\tBg\n\x0e\x63om.google.apiB\tHttpProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/http.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -59,7 +59,6 @@ end
|
|
59
59
|
#
|
60
60
|
# package google.api;
|
61
61
|
#
|
62
|
-
# option cc_enable_arenas = true;
|
63
62
|
# option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
|
64
63
|
# option java_multiple_files = true;
|
65
64
|
# option java_outer_classname = "HttpProto";
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/httpbody.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/label_pb.rb
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x16google/api/label.proto\x12\ngoogle.api\"\x9c\x01\n\x0fLabelDescriptor\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\nvalue_type\x18\x02 \x01(\x0e\x32%.google.api.LabelDescriptor.ValueType\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\",\n\tValueType\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x12\t\n\x05INT64\x10\x02\
|
8
|
+
descriptor_data = "\n\x16google/api/label.proto\x12\ngoogle.api\"\x9c\x01\n\x0fLabelDescriptor\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\nvalue_type\x18\x02 \x01(\x0e\x32%.google.api.LabelDescriptor.ValueType\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\",\n\tValueType\x12\n\n\x06STRING\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x12\t\n\x05INT64\x10\x02\x42\\\n\x0e\x63om.google.apiB\nLabelProtoP\x01Z5google.golang.org/genproto/googleapis/api/label;label\xa2\x02\x04GAPIb\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/label.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
@@ -58,7 +58,6 @@ end
|
|
58
58
|
#
|
59
59
|
# package google.api;
|
60
60
|
#
|
61
|
-
# option cc_enable_arenas = true;
|
62
61
|
# option go_package = "google.golang.org/genproto/googleapis/api/label;label";
|
63
62
|
# option java_multiple_files = true;
|
64
63
|
# option java_outer_classname = "LabelProto";
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/api/launch_stage.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/log_pb.rb
CHANGED
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/log.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/logging.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/metric_pb.rb
CHANGED
@@ -50,7 +50,7 @@ end
|
|
50
50
|
|
51
51
|
#### Source proto file: google/api/metric.proto ####
|
52
52
|
#
|
53
|
-
# // Copyright
|
53
|
+
# // Copyright 2025 Google LLC
|
54
54
|
# //
|
55
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
56
56
|
# // you may not use this file except in compliance with the License.
|
@@ -9,7 +9,7 @@ require 'google/api/launch_stage_pb'
|
|
9
9
|
require 'google/protobuf/struct_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\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\x0fUserLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\
|
12
|
+
descriptor_data = "\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\x0fUserLabelsEntry\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"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -47,7 +47,7 @@ end
|
|
47
47
|
|
48
48
|
#### Source proto file: google/api/monitored_resource.proto ####
|
49
49
|
#
|
50
|
-
# // Copyright
|
50
|
+
# // Copyright 2025 Google LLC
|
51
51
|
# //
|
52
52
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
53
53
|
# // you may not use this file except in compliance with the License.
|
@@ -69,7 +69,6 @@ end
|
|
69
69
|
# import "google/api/launch_stage.proto";
|
70
70
|
# import "google/protobuf/struct.proto";
|
71
71
|
#
|
72
|
-
# option cc_enable_arenas = true;
|
73
72
|
# option go_package = "google.golang.org/genproto/googleapis/api/monitoredres;monitoredres";
|
74
73
|
# option java_multiple_files = true;
|
75
74
|
# option java_outer_classname = "MonitoredResourceProto";
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/monitoring.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/policy_pb.rb
CHANGED
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/protobuf/descriptor_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n\x17google/api/policy.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"S\n\x0b\x46ieldPolicy\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x1b\n\x13resource_permission\x18\x02 \x01(\t\x12\x15\n\rresource_type\x18\x03 \x01(\t\"S\n\x0cMethodPolicy\x12\x10\n\x08selector\x18\t \x01(\t\x12\x31\n\x10request_policies\x18\x02 \x03(\x0b\x32\x17.google.api.FieldPolicy:O\n\x0c\x66ield_policy\x12\x1d.google.protobuf.FieldOptions\x18\xe8\xce\xc1K \x01(\x0b\x32\x17.google.api.FieldPolicy:R\n\rmethod_policy\x12\x1e.google.protobuf.MethodOptions\x18\xb5\x97\x99M \x01(\x0b\x32\x18.google.api.
|
10
|
+
descriptor_data = "\n\x17google/api/policy.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"S\n\x0b\x46ieldPolicy\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x1b\n\x13resource_permission\x18\x02 \x01(\t\x12\x15\n\rresource_type\x18\x03 \x01(\t\"S\n\x0cMethodPolicy\x12\x10\n\x08selector\x18\t \x01(\t\x12\x31\n\x10request_policies\x18\x02 \x03(\x0b\x32\x17.google.api.FieldPolicy:O\n\x0c\x66ield_policy\x12\x1d.google.protobuf.FieldOptions\x18\xe8\xce\xc1K \x01(\x0b\x32\x17.google.api.FieldPolicy:R\n\rmethod_policy\x12\x1e.google.protobuf.MethodOptions\x18\xb5\x97\x99M \x01(\x0b\x32\x18.google.api.MethodPolicyBm\n\x0e\x63om.google.apiB\x0bPolicyProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/policy.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -62,7 +62,6 @@ end
|
|
62
62
|
#
|
63
63
|
# import "google/protobuf/descriptor.proto";
|
64
64
|
#
|
65
|
-
# option cc_enable_arenas = true;
|
66
65
|
# option go_package = "google.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig";
|
67
66
|
# option java_multiple_files = true;
|
68
67
|
# option java_outer_classname = "PolicyProto";
|
data/lib/google/api/quota_pb.rb
CHANGED
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/quota.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/protobuf/descriptor_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n\x19google/api/resource.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"\xee\x02\n\x12ResourceDescriptor\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07pattern\x18\x02 \x03(\t\x12\x12\n\nname_field\x18\x03 \x01(\t\x12\x37\n\x07history\x18\x04 \x01(\x0e\x32&.google.api.ResourceDescriptor.History\x12\x0e\n\x06plural\x18\x05 \x01(\t\x12\x10\n\x08singular\x18\x06 \x01(\t\x12\x33\n\x05style\x18\n \x03(\x0e\x32$.google.api.ResourceDescriptor.Style\"[\n\x07History\x12\x17\n\x13HISTORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORIGINALLY_SINGLE_PATTERN\x10\x01\x12\x18\n\x14\x46UTURE_MULTI_PATTERN\x10\x02\"8\n\x05Style\x12\x15\n\x11STYLE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x44\x45\x43LARATIVE_FRIENDLY\x10\x01\"5\n\x11ResourceReference\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x12\n\nchild_type\x18\x02 \x01(\t:Y\n\x12resource_reference\x12\x1d.google.protobuf.FieldOptions\x18\x9f\x08 \x01(\x0b\x32\x1d.google.api.ResourceReference:Z\n\x13resource_definition\x12\x1c.google.protobuf.FileOptions\x18\x9d\x08 \x03(\x0b\x32\x1e.google.api.ResourceDescriptor:R\n\x08resource\x12\x1f.google.protobuf.MessageOptions\x18\x9d\x08 \x01(\x0b\x32\x1e.google.api.
|
10
|
+
descriptor_data = "\n\x19google/api/resource.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"\xee\x02\n\x12ResourceDescriptor\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0f\n\x07pattern\x18\x02 \x03(\t\x12\x12\n\nname_field\x18\x03 \x01(\t\x12\x37\n\x07history\x18\x04 \x01(\x0e\x32&.google.api.ResourceDescriptor.History\x12\x0e\n\x06plural\x18\x05 \x01(\t\x12\x10\n\x08singular\x18\x06 \x01(\t\x12\x33\n\x05style\x18\n \x03(\x0e\x32$.google.api.ResourceDescriptor.Style\"[\n\x07History\x12\x17\n\x13HISTORY_UNSPECIFIED\x10\x00\x12\x1d\n\x19ORIGINALLY_SINGLE_PATTERN\x10\x01\x12\x18\n\x14\x46UTURE_MULTI_PATTERN\x10\x02\"8\n\x05Style\x12\x15\n\x11STYLE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x44\x45\x43LARATIVE_FRIENDLY\x10\x01\"5\n\x11ResourceReference\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x12\n\nchild_type\x18\x02 \x01(\t:Y\n\x12resource_reference\x12\x1d.google.protobuf.FieldOptions\x18\x9f\x08 \x01(\x0b\x32\x1d.google.api.ResourceReference:Z\n\x13resource_definition\x12\x1c.google.protobuf.FileOptions\x18\x9d\x08 \x03(\x0b\x32\x1e.google.api.ResourceDescriptor:R\n\x08resource\x12\x1f.google.protobuf.MessageOptions\x18\x9d\x08 \x01(\x0b\x32\x1e.google.api.ResourceDescriptorBk\n\x0e\x63om.google.apiB\rResourceProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
|
@@ -44,7 +44,7 @@ end
|
|
44
44
|
|
45
45
|
#### Source proto file: google/api/resource.proto ####
|
46
46
|
#
|
47
|
-
# // Copyright
|
47
|
+
# // Copyright 2025 Google LLC
|
48
48
|
# //
|
49
49
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
50
50
|
# // you may not use this file except in compliance with the License.
|
@@ -64,7 +64,6 @@ end
|
|
64
64
|
#
|
65
65
|
# import "google/protobuf/descriptor.proto";
|
66
66
|
#
|
67
|
-
# option cc_enable_arenas = true;
|
68
67
|
# option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
|
69
68
|
# option java_multiple_files = true;
|
70
69
|
# option java_outer_classname = "ResourceProto";
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/routing.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -106,7 +106,7 @@ end
|
|
106
106
|
# // The routing header consists of one or multiple key-value pairs. Every key
|
107
107
|
# // and value must be percent-encoded, and joined together in the format of
|
108
108
|
# // `key1=value1&key2=value2`.
|
109
|
-
# //
|
109
|
+
# // The examples below skip the percent-encoding for readability.
|
110
110
|
# //
|
111
111
|
# // Example 1
|
112
112
|
# //
|
@@ -82,7 +82,7 @@ end
|
|
82
82
|
|
83
83
|
#### Source proto file: google/api/service.proto ####
|
84
84
|
#
|
85
|
-
# // Copyright
|
85
|
+
# // Copyright 2025 Google LLC
|
86
86
|
# //
|
87
87
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
88
88
|
# // you may not use this file except in compliance with the License.
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/source_info.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/api/system_parameter.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/api/usage_pb.rb
CHANGED
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/api/usage.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/protobuf/descriptor_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n\x1bgoogle/api/visibility.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"7\n\nVisibility\x12)\n\x05rules\x18\x01 \x03(\x0b\x32\x1a.google.api.VisibilityRule\"7\n\x0eVisibilityRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x13\n\x0brestriction\x18\x02 \x01(\t:T\n\x0f\x65num_visibility\x12\x1c.google.protobuf.EnumOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x10value_visibility\x12!.google.protobuf.EnumValueOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x10\x66ield_visibility\x12\x1d.google.protobuf.FieldOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x12message_visibility\x12\x1f.google.protobuf.MessageOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:X\n\x11method_visibility\x12\x1e.google.protobuf.MethodOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x0e\x61pi_visibility\x12\x1f.google.protobuf.ServiceOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.
|
10
|
+
descriptor_data = "\n\x1bgoogle/api/visibility.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto\"7\n\nVisibility\x12)\n\x05rules\x18\x01 \x03(\x0b\x32\x1a.google.api.VisibilityRule\"7\n\x0eVisibilityRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x13\n\x0brestriction\x18\x02 \x01(\t:T\n\x0f\x65num_visibility\x12\x1c.google.protobuf.EnumOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x10value_visibility\x12!.google.protobuf.EnumValueOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x10\x66ield_visibility\x12\x1d.google.protobuf.FieldOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:Z\n\x12message_visibility\x12\x1f.google.protobuf.MessageOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:X\n\x11method_visibility\x12\x1e.google.protobuf.MethodOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRule:V\n\x0e\x61pi_visibility\x12\x1f.google.protobuf.ServiceOptions\x18\xaf\xca\xbc\" \x01(\x0b\x32\x1a.google.api.VisibilityRuleBk\n\x0e\x63om.google.apiB\x0fVisibilityProtoP\x01Z?google.golang.org/genproto/googleapis/api/visibility;visibility\xa2\x02\x04GAPIb\x06proto3"
|
11
11
|
|
12
12
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
13
13
|
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/api/visibility.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -62,7 +62,6 @@ end
|
|
62
62
|
#
|
63
63
|
# import "google/protobuf/descriptor.proto";
|
64
64
|
#
|
65
|
-
# option cc_enable_arenas = true;
|
66
65
|
# option go_package = "google.golang.org/genproto/googleapis/api/visibility;visibility";
|
67
66
|
# option java_multiple_files = true;
|
68
67
|
# option java_outer_classname = "VisibilityProto";
|
@@ -54,7 +54,7 @@ end
|
|
54
54
|
|
55
55
|
#### Source proto file: google/logging/type/http_request.proto ####
|
56
56
|
#
|
57
|
-
# // Copyright
|
57
|
+
# // Copyright 2025 Google LLC
|
58
58
|
# //
|
59
59
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
60
60
|
# // you may not use this file except in compliance with the License.
|
@@ -51,7 +51,7 @@ end
|
|
51
51
|
|
52
52
|
#### Source proto file: google/logging/type/log_severity.proto ####
|
53
53
|
#
|
54
|
-
# // Copyright
|
54
|
+
# // Copyright 2025 Google LLC
|
55
55
|
# //
|
56
56
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
57
57
|
# // you may not use this file except in compliance with the License.
|
@@ -57,7 +57,7 @@ end
|
|
57
57
|
|
58
58
|
#### Source proto file: google/longrunning/operations.proto ####
|
59
59
|
#
|
60
|
-
# // Copyright
|
60
|
+
# // Copyright 2025 Google LLC
|
61
61
|
# //
|
62
62
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
63
63
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/rpc/code_pb.rb
CHANGED
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/rpc/code.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -56,7 +56,7 @@ end
|
|
56
56
|
|
57
57
|
#### Source proto file: google/rpc/context/attribute_context.proto ####
|
58
58
|
#
|
59
|
-
# // Copyright
|
59
|
+
# // Copyright 2025 Google LLC
|
60
60
|
# //
|
61
61
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
62
62
|
# // you may not use this file except in compliance with the License.
|
@@ -44,7 +44,7 @@ end
|
|
44
44
|
|
45
45
|
#### Source proto file: google/rpc/context/audit_context.proto ####
|
46
46
|
#
|
47
|
-
# // Copyright
|
47
|
+
# // Copyright 2025 Google LLC
|
48
48
|
# //
|
49
49
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
50
50
|
# // you may not use this file except in compliance with the License.
|
@@ -55,7 +55,7 @@ end
|
|
55
55
|
|
56
56
|
#### Source proto file: google/rpc/error_details.proto ####
|
57
57
|
#
|
58
|
-
# // Copyright
|
58
|
+
# // Copyright 2025 Google LLC
|
59
59
|
# //
|
60
60
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
61
61
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/rpc/http_pb.rb
CHANGED
@@ -41,7 +41,7 @@ end
|
|
41
41
|
|
42
42
|
#### Source proto file: google/rpc/http.proto ####
|
43
43
|
#
|
44
|
-
# // Copyright
|
44
|
+
# // Copyright 2025 Google LLC
|
45
45
|
# //
|
46
46
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
47
47
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/rpc/status_pb.rb
CHANGED
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/rpc/status.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/calendar_period.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/type/color_pb.rb
CHANGED
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/type/color.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/type/date_pb.rb
CHANGED
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/date.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -43,7 +43,7 @@ end
|
|
43
43
|
|
44
44
|
#### Source proto file: google/type/datetime.proto ####
|
45
45
|
#
|
46
|
-
# // Copyright
|
46
|
+
# // Copyright 2025 Google LLC
|
47
47
|
# //
|
48
48
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
49
49
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/dayofweek.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/decimal.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/type/expr_pb.rb
CHANGED
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/expr.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/fraction.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -42,7 +42,7 @@ end
|
|
42
42
|
|
43
43
|
#### Source proto file: google/type/interval.proto ####
|
44
44
|
#
|
45
|
-
# // Copyright
|
45
|
+
# // Copyright 2025 Google LLC
|
46
46
|
# //
|
47
47
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
48
48
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/latlng.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/localized_text.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/type/money_pb.rb
CHANGED
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/money.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
data/lib/google/type/month_pb.rb
CHANGED
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/month.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -40,7 +40,7 @@ end
|
|
40
40
|
|
41
41
|
#### Source proto file: google/type/phone_number.proto ####
|
42
42
|
#
|
43
|
-
# // Copyright
|
43
|
+
# // Copyright 2025 Google LLC
|
44
44
|
# //
|
45
45
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
46
46
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/postal_address.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/quaternion.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
@@ -39,7 +39,7 @@ end
|
|
39
39
|
|
40
40
|
#### Source proto file: google/type/timeofday.proto ####
|
41
41
|
#
|
42
|
-
# // Copyright
|
42
|
+
# // Copyright 2025 Google LLC
|
43
43
|
# //
|
44
44
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
45
45
|
# // you may not use this file except in compliance with the License.
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-19 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-protobuf
|
@@ -109,14 +109,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
109
|
requirements:
|
110
110
|
- - ">="
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: '
|
112
|
+
version: '3.0'
|
113
113
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - ">="
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
rubygems_version: 3.6.
|
119
|
+
rubygems_version: 3.6.5
|
120
120
|
specification_version: 4
|
121
121
|
summary: Common protocol buffer types used in Google APIs
|
122
122
|
test_files: []
|