googleapis-common-protos-types 1.17.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 +16 -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 +44 -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 +35 -2
- 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 +2 -3
- 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 +22 -2
- 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 +4 -7
- data/lib/google/api/quota_pb.rb +3 -3
- 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 +36 -37
- data/lib/google/rpc/code_pb.rb +1 -1
- data/lib/google/rpc/context/attribute_context_pb.rb +3 -2
- data/lib/google/rpc/context/audit_context_pb.rb +2 -3
- data/lib/google/rpc/error_details_pb.rb +18 -5
- 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 -7
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,21 @@
|
|
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
|
+
|
10
|
+
### 1.18.0 (2025-01-14)
|
11
|
+
|
12
|
+
#### Features
|
13
|
+
|
14
|
+
* Added a few additional client generation settings
|
15
|
+
* Added MetricDescriptorMetadata#time_series_resource_hierarchy_level
|
16
|
+
* Added MISSING_ORIGIN and OVERLOADED_CREDENTIALS error reasons
|
17
|
+
* Added reason and localized_message fields to FieldViolation
|
18
|
+
|
3
19
|
### 1.17.0 (2025-01-09)
|
4
20
|
|
5
21
|
#### 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\"
|
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
|
|
@@ -52,6 +52,7 @@ module Google
|
|
52
52
|
GoSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.GoSettings").msgclass
|
53
53
|
MethodSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MethodSettings").msgclass
|
54
54
|
MethodSettings::LongRunning = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MethodSettings.LongRunning").msgclass
|
55
|
+
SelectiveGapicGeneration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.SelectiveGapicGeneration").msgclass
|
55
56
|
ClientLibraryOrganization = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ClientLibraryOrganization").enummodule
|
56
57
|
ClientLibraryDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ClientLibraryDestination").enummodule
|
57
58
|
end
|
@@ -59,7 +60,7 @@ end
|
|
59
60
|
|
60
61
|
#### Source proto file: google/api/client.proto ####
|
61
62
|
#
|
62
|
-
# // Copyright
|
63
|
+
# // Copyright 2025 Google LLC
|
63
64
|
# //
|
64
65
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
65
66
|
# // you may not use this file except in compliance with the License.
|
@@ -185,6 +186,9 @@ end
|
|
185
186
|
#
|
186
187
|
# // The destination where API teams want this client library to be published.
|
187
188
|
# repeated ClientLibraryDestination destinations = 2;
|
189
|
+
#
|
190
|
+
# // Configuration for which RPCs should be generated in the GAPIC client.
|
191
|
+
# SelectiveGapicGeneration selective_gapic_generation = 3;
|
188
192
|
# }
|
189
193
|
#
|
190
194
|
# // Details about how and where to publish client libraries.
|
@@ -333,6 +337,18 @@ end
|
|
333
337
|
# // This feature will be enabled by default 1 month after launching the
|
334
338
|
# // feature in preview packages.
|
335
339
|
# bool rest_async_io_enabled = 1;
|
340
|
+
#
|
341
|
+
# // Enables generation of protobuf code using new types that are more
|
342
|
+
# // Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
343
|
+
# // enabled by default 1 month after launching the feature in preview
|
344
|
+
# // packages.
|
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;
|
336
352
|
# }
|
337
353
|
#
|
338
354
|
# // Some settings.
|
@@ -394,6 +410,16 @@ end
|
|
394
410
|
# message GoSettings {
|
395
411
|
# // Some settings.
|
396
412
|
# CommonLanguageSettings common = 1;
|
413
|
+
#
|
414
|
+
# // Map of service names to renamed services. Keys are the package relative
|
415
|
+
# // service names and values are the name to be used for the service client
|
416
|
+
# // and call options.
|
417
|
+
# //
|
418
|
+
# // publishing:
|
419
|
+
# // go_settings:
|
420
|
+
# // renamed_services:
|
421
|
+
# // Publisher: TopicAdmin
|
422
|
+
# map<string, string> renamed_services = 2;
|
397
423
|
# }
|
398
424
|
#
|
399
425
|
# // Describes the generator configuration for a method.
|
@@ -504,3 +530,19 @@ end
|
|
504
530
|
# // Publish the library to package managers like nuget.org and npmjs.com.
|
505
531
|
# PACKAGE_MANAGER = 20;
|
506
532
|
# }
|
533
|
+
#
|
534
|
+
# // This message is used to configure the generation of a subset of the RPCs in
|
535
|
+
# // a service for client libraries.
|
536
|
+
# message SelectiveGapicGeneration {
|
537
|
+
# // An allowlist of the fully qualified names of RPCs that should be included
|
538
|
+
# // on public client surfaces.
|
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;
|
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.
|
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x1dgoogle/api/error_reason.proto\x12\ngoogle.api*\
|
8
|
+
descriptor_data = "\n\x1dgoogle/api/error_reason.proto\x12\ngoogle.api*\xba\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\x45SS_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\x12\x12\n\x0eMISSING_ORIGIN\x10!\x12\x1a\n\x16OVERLOADED_CREDENTIALS\x10\"Bp\n\x0e\x63om.google.apiB\x10\x45rrorReasonProtoP\x01ZCgoogle.golang.org/genproto/googleapis/api/error_reason;error_reason\xa2\x02\x04GAPIb\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
|
@@ -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.
|
@@ -627,4 +627,37 @@ end
|
|
627
627
|
# // "locations/asia-northeast3" violates at least one location policy.
|
628
628
|
# // The troubleshooting guidance is provided in the Help links.
|
629
629
|
# LOCATION_POLICY_VIOLATED = 31;
|
630
|
+
#
|
631
|
+
# // The request is denied because origin request header is missing.
|
632
|
+
# //
|
633
|
+
# // Example of an ErrorInfo when
|
634
|
+
# // accessing "pubsub.googleapis.com" service with an empty "Origin" request
|
635
|
+
# // header.
|
636
|
+
# //
|
637
|
+
# // {
|
638
|
+
# // reason: "MISSING_ORIGIN"
|
639
|
+
# // domain: "googleapis.com"
|
640
|
+
# // metadata {
|
641
|
+
# // "consumer":"projects/123456"
|
642
|
+
# // "service": "pubsub.googleapis.com"
|
643
|
+
# // }
|
644
|
+
# // }
|
645
|
+
# MISSING_ORIGIN = 33;
|
646
|
+
#
|
647
|
+
# // The request is denied because the request contains more than one credential
|
648
|
+
# // type that are individually acceptable, but not together. The customer
|
649
|
+
# // should retry their request with only one set of credentials.
|
650
|
+
# //
|
651
|
+
# // Example of an ErrorInfo when
|
652
|
+
# // accessing "pubsub.googleapis.com" service with overloaded credentials.
|
653
|
+
# //
|
654
|
+
# // {
|
655
|
+
# // reason: "OVERLOADED_CREDENTIALS"
|
656
|
+
# // domain: "googleapis.com"
|
657
|
+
# // metadata {
|
658
|
+
# // "consumer":"projects/123456"
|
659
|
+
# // "service": "pubsub.googleapis.com"
|
660
|
+
# // }
|
661
|
+
# // }
|
662
|
+
# OVERLOADED_CREDENTIALS = 34;
|
630
663
|
# }
|
@@ -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";
|
@@ -7,7 +7,7 @@ require 'google/protobuf'
|
|
7
7
|
require 'google/protobuf/any_pb'
|
8
8
|
|
9
9
|
|
10
|
-
descriptor_data = "\n\x19google/api/httpbody.proto\x12\ngoogle.api\x1a\x19google/protobuf/any.proto\"X\n\x08HttpBody\x12\x14\n\x0c\x63ontent_type\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12(\n\nextensions\x18\x03 \x03(\x0b\x32\x14.google.protobuf.
|
10
|
+
descriptor_data = "\n\x19google/api/httpbody.proto\x12\ngoogle.api\x1a\x19google/protobuf/any.proto\"X\n\x08HttpBody\x12\x14\n\x0c\x63ontent_type\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x12(\n\nextensions\x18\x03 \x03(\x0b\x32\x14.google.protobuf.AnyBe\n\x0e\x63om.google.apiB\rHttpBodyProtoP\x01Z;google.golang.org/genproto/googleapis/api/httpbody;httpbody\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/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.
|
@@ -62,7 +62,6 @@ end
|
|
62
62
|
#
|
63
63
|
# import "google/protobuf/any.proto";
|
64
64
|
#
|
65
|
-
# option cc_enable_arenas = true;
|
66
65
|
# option go_package = "google.golang.org/genproto/googleapis/api/httpbody;httpbody";
|
67
66
|
# option java_multiple_files = true;
|
68
67
|
# option java_outer_classname = "HttpBodyProto";
|
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
@@ -9,7 +9,7 @@ require 'google/api/launch_stage_pb'
|
|
9
9
|
require 'google/protobuf/duration_pb'
|
10
10
|
|
11
11
|
|
12
|
-
descriptor_data = "\n\x17google/api/metric.proto\x12\ngoogle.api\x1a\x16google/api/label.proto\x1a\x1dgoogle/api/launch_stage.proto\x1a\x1egoogle/protobuf/duration.proto\"\
|
12
|
+
descriptor_data = "\n\x17google/api/metric.proto\x12\ngoogle.api\x1a\x16google/api/label.proto\x1a\x1dgoogle/api/launch_stage.proto\x1a\x1egoogle/protobuf/duration.proto\"\xac\x08\n\x10MetricDescriptor\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x08 \x01(\t\x12+\n\x06labels\x18\x02 \x03(\x0b\x32\x1b.google.api.LabelDescriptor\x12<\n\x0bmetric_kind\x18\x03 \x01(\x0e\x32\'.google.api.MetricDescriptor.MetricKind\x12:\n\nvalue_type\x18\x04 \x01(\x0e\x32&.google.api.MetricDescriptor.ValueType\x12\x0c\n\x04unit\x18\x05 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x06 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x07 \x01(\t\x12G\n\x08metadata\x18\n \x01(\x0b\x32\x35.google.api.MetricDescriptor.MetricDescriptorMetadata\x12-\n\x0claunch_stage\x18\x0c \x01(\x0e\x32\x17.google.api.LaunchStage\x12 \n\x18monitored_resource_types\x18\r \x03(\t\x1a\xbd\x03\n\x18MetricDescriptorMetadata\x12\x31\n\x0claunch_stage\x18\x01 \x01(\x0e\x32\x17.google.api.LaunchStageB\x02\x18\x01\x12\x30\n\rsample_period\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12/\n\x0cingest_delay\x18\x03 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x84\x01\n$time_series_resource_hierarchy_level\x18\x04 \x03(\x0e\x32V.google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel\"\x83\x01\n TimeSeriesResourceHierarchyLevel\x12\x34\n0TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED\x10\x00\x12\x0b\n\x07PROJECT\x10\x01\x12\x10\n\x0cORGANIZATION\x10\x02\x12\n\n\x06\x46OLDER\x10\x03\"O\n\nMetricKind\x12\x1b\n\x17METRIC_KIND_UNSPECIFIED\x10\x00\x12\t\n\x05GAUGE\x10\x01\x12\t\n\x05\x44\x45LTA\x10\x02\x12\x0e\n\nCUMULATIVE\x10\x03\"q\n\tValueType\x12\x1a\n\x16VALUE_TYPE_UNSPECIFIED\x10\x00\x12\x08\n\x04\x42OOL\x10\x01\x12\t\n\x05INT64\x10\x02\x12\n\n\x06\x44OUBLE\x10\x03\x12\n\n\x06STRING\x10\x04\x12\x10\n\x0c\x44ISTRIBUTION\x10\x05\x12\t\n\x05MONEY\x10\x06\"u\n\x06Metric\x12\x0c\n\x04type\x18\x03 \x01(\t\x12.\n\x06labels\x18\x02 \x03(\x0b\x32\x1e.google.api.Metric.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42_\n\x0e\x63om.google.apiB\x0bMetricProtoP\x01Z7google.golang.org/genproto/googleapis/api/metric;metric\xa2\x02\x04GAPIb\x06proto3"
|
13
13
|
|
14
14
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
15
15
|
|
@@ -41,6 +41,7 @@ module Google
|
|
41
41
|
module Api
|
42
42
|
MetricDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor").msgclass
|
43
43
|
MetricDescriptor::MetricDescriptorMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.MetricDescriptorMetadata").msgclass
|
44
|
+
MetricDescriptor::MetricDescriptorMetadata::TimeSeriesResourceHierarchyLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.MetricDescriptorMetadata.TimeSeriesResourceHierarchyLevel").enummodule
|
44
45
|
MetricDescriptor::MetricKind = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.MetricKind").enummodule
|
45
46
|
MetricDescriptor::ValueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.ValueType").enummodule
|
46
47
|
Metric = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Metric").msgclass
|
@@ -49,7 +50,7 @@ end
|
|
49
50
|
|
50
51
|
#### Source proto file: google/api/metric.proto ####
|
51
52
|
#
|
52
|
-
# // Copyright
|
53
|
+
# // Copyright 2025 Google LLC
|
53
54
|
# //
|
54
55
|
# // Licensed under the Apache License, Version 2.0 (the "License");
|
55
56
|
# // you may not use this file except in compliance with the License.
|
@@ -131,6 +132,21 @@ end
|
|
131
132
|
#
|
132
133
|
# // Additional annotations that can be used to guide the usage of a metric.
|
133
134
|
# message MetricDescriptorMetadata {
|
135
|
+
# // The resource hierarchy level of the timeseries data of a metric.
|
136
|
+
# enum TimeSeriesResourceHierarchyLevel {
|
137
|
+
# // Do not use this default value.
|
138
|
+
# TIME_SERIES_RESOURCE_HIERARCHY_LEVEL_UNSPECIFIED = 0;
|
139
|
+
#
|
140
|
+
# // Scopes a metric to a project.
|
141
|
+
# PROJECT = 1;
|
142
|
+
#
|
143
|
+
# // Scopes a metric to an organization.
|
144
|
+
# ORGANIZATION = 2;
|
145
|
+
#
|
146
|
+
# // Scopes a metric to a folder.
|
147
|
+
# FOLDER = 3;
|
148
|
+
# }
|
149
|
+
#
|
134
150
|
# // Deprecated. Must use the
|
135
151
|
# // [MetricDescriptor.launch_stage][google.api.MetricDescriptor.launch_stage]
|
136
152
|
# // instead.
|
@@ -146,6 +162,10 @@ end
|
|
146
162
|
# // age are guaranteed to be ingested and available to be read, excluding
|
147
163
|
# // data loss due to errors.
|
148
164
|
# google.protobuf.Duration ingest_delay = 3;
|
165
|
+
#
|
166
|
+
# // The scope of the timeseries data of the metric.
|
167
|
+
# repeated TimeSeriesResourceHierarchyLevel
|
168
|
+
# time_series_resource_hierarchy_level = 4;
|
149
169
|
# }
|
150
170
|
#
|
151
171
|
# // The resource name of the metric descriptor.
|
@@ -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,23 +62,20 @@ 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";
|
69
68
|
# option java_package = "com.google.api";
|
70
69
|
# option objc_class_prefix = "GAPI";
|
71
70
|
#
|
72
|
-
# // Provides `google.api.field_policy` annotation at proto fields.
|
73
71
|
# extend google.protobuf.FieldOptions {
|
74
72
|
# // See [FieldPolicy][].
|
75
|
-
# FieldPolicy field_policy = 158361448;
|
73
|
+
# google.api.FieldPolicy field_policy = 158361448;
|
76
74
|
# }
|
77
75
|
#
|
78
|
-
# // Provides `google.api.method_policy` annotation at proto methods.
|
79
76
|
# extend google.protobuf.MethodOptions {
|
80
77
|
# // See [MethodPolicy][].
|
81
|
-
# MethodPolicy method_policy = 161893301;
|
78
|
+
# google.api.MethodPolicy method_policy = 161893301;
|
82
79
|
# }
|
83
80
|
#
|
84
81
|
# // Google API Policy Annotation
|