googleapis-common-protos-types 1.3.0 → 1.3.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbc39c4df10b3dc41a7fab0b938117600e10a0333adc7155088a5f2ca0b52930
4
- data.tar.gz: 3ab06780f0edd8480a34ff31bb76ae55bee5b5c5a6a9c80def4ec1d12e6906cf
3
+ metadata.gz: ed78bb3075bfc0e3e74dcd13263d86782bff804581378dc47e5341ab792f42ce
4
+ data.tar.gz: 9ad11e6779c7871d04fac6215cbcc363936f085dcf3471fd3faa9b827d8eae96
5
5
  SHA512:
6
- metadata.gz: 80627d183fbc90ed1d06b2a18327fa2d38bb6c24b253b1e7b51305fbb73c0efdbdc88358ef8ae9c7705774c13223d97ce4ddd222bd6bd978ed66db1a4c7de377
7
- data.tar.gz: b2e6630eb587bf4d32d641b7d042779c9c2b35cf4f1a657d634d100a30738c6c3f6110a54921100f910492f098014e85448cc3018ee3992e01926be96f4a38b7
6
+ metadata.gz: 3e96cba5207a18586b54d26ca6ca355abd282bf1eeb1a6389ca8b4a988edd639837b503d46c89c18fbdcf592868bd9230732c073aa9d791bac7a5990edf89b16
7
+ data.tar.gz: ea30d00a8afe95b91f7ee779d0914d11687b0bb7e00de8331eeff3903e5ede02d3ba8a0027d5115a5366b94efccc73bab92edc65c2b333eaf2a8dee6b47d1455
data/CHANGELOG.md CHANGED
@@ -1,23 +1,27 @@
1
1
  # Release History
2
2
 
3
- ## 1.3.0 (2021-10-19)
3
+ ### 1.3.1 (2022-04-05)
4
+
5
+ * Sync updates to imports in the source protos
6
+
7
+ ### 1.3.0 (2021-10-19)
4
8
 
5
9
  * Add google/api/routing to common-protos-types
6
10
  * Remove cloud-specific extended_operations proto. It's being moved to google-cloud-common.
7
11
 
8
- ## 1.2.0 (2021-09-03)
12
+ ### 1.2.0 (2021-09-03)
9
13
 
10
14
  * Add Google::Cloud::OperationResponseMapping and the extended_operations_pb file
11
15
  * Removed unnecessary files from the gem package
12
16
 
13
- ## 1.1.0 / 2021-07-07
17
+ ### 1.1.0 / 2021-07-07
14
18
 
15
19
  * Add Google::Api::ErrorReason
16
20
  * Add Google::Api::Visibility and Google::Api::VisibilityRule
17
21
  * Add Google::Type::Decimal
18
22
  * Add NON_EMPTY_DEFAULT value to Google::Api::FieldBehavior.
19
23
 
20
- ## 1.0.6 / 2021-02-01
24
+ ### 1.0.6 / 2021-02-01
21
25
 
22
26
  * Add Google::Type::Interval type.
23
27
  * Add Google::Type::LocalizedText type.
@@ -31,7 +35,7 @@
31
35
  * Remove internal "features" field from Google::Api::Endpoint.
32
36
  * Require protobuf 3.14.
33
37
 
34
- ## 1.0.5 / 2020-04-08
38
+ ### 1.0.5 / 2020-04-08
35
39
 
36
40
  * Add JWT location support in Google::Api::AuthProvider.
37
41
  * Add "protocol" field and a "disable_auth" option to Google::Api::BackendRule.
@@ -42,7 +46,7 @@
42
46
  * Add Google::Type::DateTime, Google::Type::Month, and Google::Type::TimeZone types.
43
47
  * Require protobuf 3.11.
44
48
 
45
- ## 1.0.4 / 2019-04-03
49
+ ### 1.0.4 / 2019-04-03
46
50
 
47
51
  * Add WaitOperation RPC to operations_pb.rb and update documentation.
48
52
  * Add new common types for:
@@ -1,9 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/annotations.proto
3
3
 
4
+ require 'google/api/http_pb'
5
+ require 'google/protobuf/descriptor_pb'
4
6
  require 'google/protobuf'
5
7
 
6
- require 'google/api/http_pb'
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/api/annotations.proto", :syntax => :proto3) do
9
10
  end
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/billing.proto
3
3
 
4
+ require 'google/api/metric_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/api/metric_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/api/billing.proto", :syntax => :proto3) do
9
9
  add_message "google.api.Billing" do
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/client.proto
3
3
 
4
+ require 'google/protobuf/descriptor_pb'
4
5
  require 'google/protobuf'
5
6
 
6
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/distribution.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/protobuf/any_pb'
7
5
  require 'google/protobuf/timestamp_pb'
6
+ require 'google/protobuf'
7
+
8
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_file("google/api/distribution.proto", :syntax => :proto3) do
10
10
  add_message "google.api.Distribution" do
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/field_behavior.proto
3
3
 
4
+ require 'google/protobuf/descriptor_pb'
4
5
  require 'google/protobuf'
5
6
 
6
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/httpbody.proto
3
3
 
4
+ require 'google/protobuf/any_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/any_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/api/httpbody.proto", :syntax => :proto3) do
9
9
  add_message "google.api.HttpBody" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/log.proto
3
3
 
4
+ require 'google/api/label_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/api/label_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/api/log.proto", :syntax => :proto3) do
9
9
  add_message "google.api.LogDescriptor" do
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/metric.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/label_pb'
7
5
  require 'google/api/launch_stage_pb'
8
6
  require 'google/protobuf/duration_pb'
7
+ require 'google/protobuf'
8
+
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/api/metric.proto", :syntax => :proto3) do
11
11
  add_message "google.api.MetricDescriptor" do
@@ -1,11 +1,11 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/monitored_resource.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/label_pb'
7
5
  require 'google/api/launch_stage_pb'
8
6
  require 'google/protobuf/struct_pb'
7
+ require 'google/protobuf'
8
+
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/api/monitored_resource.proto", :syntax => :proto3) do
11
11
  add_message "google.api.MonitoredResourceDescriptor" do
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/resource.proto
3
3
 
4
+ require 'google/protobuf/descriptor_pb'
4
5
  require 'google/protobuf'
5
6
 
6
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/routing.proto
3
3
 
4
+ require 'google/protobuf/descriptor_pb'
4
5
  require 'google/protobuf'
5
6
 
6
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/service.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/auth_pb'
7
5
  require 'google/api/backend_pb'
8
6
  require 'google/api/billing_pb'
@@ -26,6 +24,8 @@ require 'google/protobuf/any_pb'
26
24
  require 'google/protobuf/api_pb'
27
25
  require 'google/protobuf/type_pb'
28
26
  require 'google/protobuf/wrappers_pb'
27
+ require 'google/protobuf'
28
+
29
29
  Google::Protobuf::DescriptorPool.generated_pool.build do
30
30
  add_file("google/api/service.proto", :syntax => :proto3) do
31
31
  add_message "google.api.Service" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/source_info.proto
3
3
 
4
+ require 'google/protobuf/any_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/any_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/api/source_info.proto", :syntax => :proto3) do
9
9
  add_message "google.api.SourceInfo" do
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/api/visibility.proto
3
3
 
4
+ require 'google/protobuf/descriptor_pb'
4
5
  require 'google/protobuf'
5
6
 
6
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,10 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/logging/type/http_request.proto
3
3
 
4
+ require 'google/protobuf/duration_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/duration_pb'
7
- require 'google/api/annotations_pb'
8
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
8
  add_file("google/logging/type/http_request.proto", :syntax => :proto3) do
10
9
  add_message "google.logging.type.HttpRequest" do
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
7
  add_file("google/logging/type/log_severity.proto", :syntax => :proto3) do
9
8
  add_enum "google.logging.type.LogSeverity" do
@@ -1,14 +1,15 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/longrunning/operations.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/protobuf/any_pb'
9
7
  require 'google/protobuf/duration_pb'
10
8
  require 'google/protobuf/empty_pb'
11
9
  require 'google/rpc/status_pb'
10
+ require 'google/protobuf/descriptor_pb'
11
+ require 'google/protobuf'
12
+
12
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
14
  add_file("google/longrunning/operations.proto", :syntax => :proto3) do
14
15
  add_message "google.longrunning.Operation" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/rpc/error_details.proto
3
3
 
4
+ require 'google/protobuf/duration_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/duration_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/rpc/error_details.proto", :syntax => :proto3) do
9
9
  add_message "google.rpc.RetryInfo" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/rpc/status.proto
3
3
 
4
+ require 'google/protobuf/any_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/any_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/rpc/status.proto", :syntax => :proto3) do
9
9
  add_message "google.rpc.Status" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/type/color.proto
3
3
 
4
+ require 'google/protobuf/wrappers_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/wrappers_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/type/color.proto", :syntax => :proto3) do
9
9
  add_message "google.type.Color" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/type/datetime.proto
3
3
 
4
+ require 'google/protobuf/duration_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/duration_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/type/datetime.proto", :syntax => :proto3) do
9
9
  add_message "google.type.DateTime" do
@@ -1,9 +1,9 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/type/interval.proto
3
3
 
4
+ require 'google/protobuf/timestamp_pb'
4
5
  require 'google/protobuf'
5
6
 
6
- require 'google/protobuf/timestamp_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/type/interval.proto", :syntax => :proto3) do
9
9
  add_message "google.type.Interval" do
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module CommonProtos
19
19
  module Types
20
- VERSION = "1.3.0".freeze
20
+ VERSION = "1.3.1".freeze
21
21
  end
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googleapis-common-protos-types
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-19 00:00:00.000000000 Z
11
+ date: 2022-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -107,7 +107,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.2.17
110
+ rubygems_version: 3.3.5
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Common protocol buffer types used in Google APIs