googleapis-common-protos-types 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed78bb3075bfc0e3e74dcd13263d86782bff804581378dc47e5341ab792f42ce
4
- data.tar.gz: 9ad11e6779c7871d04fac6215cbcc363936f085dcf3471fd3faa9b827d8eae96
3
+ metadata.gz: e0cd6ef8f89419fe5797fe638dd6823a431232a05509d8f16aabea6ca728c77f
4
+ data.tar.gz: 4764ede4f1831c3f49930e93a586698f9cd2c31f99d31faafa56df27f8371e5e
5
5
  SHA512:
6
- metadata.gz: 3e96cba5207a18586b54d26ca6ca355abd282bf1eeb1a6389ca8b4a988edd639837b503d46c89c18fbdcf592868bd9230732c073aa9d791bac7a5990edf89b16
7
- data.tar.gz: ea30d00a8afe95b91f7ee779d0914d11687b0bb7e00de8331eeff3903e5ede02d3ba8a0027d5115a5366b94efccc73bab92edc65c2b333eaf2a8dee6b47d1455
6
+ metadata.gz: 5dbf32abe54c184934db2945bdd2aee9ad4e51f6a306de25af2b52c2b1488ad6d726f1f426de5b90a140bc5be912228b6f96e25a44140cf10a754aa2eb180652
7
+ data.tar.gz: bb544e8a0f803c6c21fa0419470afecf22a578b189257d9a3d21a2514c3747942da6094ff6459af0888d7281cc73ecefd55df3caa3ed2af9eeb8f3ecae53ecfd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 1.3.2 (2022-06-23)
4
+
5
+ #### Bug Fixes
6
+
7
+ * Remove some unnecessary requires
8
+
3
9
  ### 1.3.1 (2022-04-05)
4
10
 
5
11
  * Sync updates to imports in the source protos
@@ -1,10 +1,9 @@
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'
6
4
  require 'google/protobuf'
7
5
 
6
+ require 'google/api/http_pb'
8
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
8
  add_file("google/api/annotations.proto", :syntax => :proto3) do
10
9
  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'
5
4
  require 'google/protobuf'
6
5
 
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,7 +1,6 @@
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'
5
4
  require 'google/protobuf'
6
5
 
7
6
  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/any_pb'
5
- require 'google/protobuf/timestamp_pb'
6
4
  require 'google/protobuf'
7
5
 
6
+ require 'google/protobuf/any_pb'
7
+ require 'google/protobuf/timestamp_pb'
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,7 +1,6 @@
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'
5
4
  require 'google/protobuf'
6
5
 
7
6
  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'
5
4
  require 'google/protobuf'
6
5
 
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'
5
4
  require 'google/protobuf'
6
5
 
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
+
4
6
  require 'google/api/label_pb'
5
7
  require 'google/api/launch_stage_pb'
6
8
  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
+
4
6
  require 'google/api/label_pb'
5
7
  require 'google/api/launch_stage_pb'
6
8
  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,7 +1,6 @@
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'
5
4
  require 'google/protobuf'
6
5
 
7
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,7 +1,6 @@
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'
5
4
  require 'google/protobuf'
6
5
 
7
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
@@ -1,6 +1,8 @@
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
+
4
6
  require 'google/api/auth_pb'
5
7
  require 'google/api/backend_pb'
6
8
  require 'google/api/billing_pb'
@@ -24,8 +26,6 @@ require 'google/protobuf/any_pb'
24
26
  require 'google/protobuf/api_pb'
25
27
  require 'google/protobuf/type_pb'
26
28
  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'
5
4
  require 'google/protobuf'
6
5
 
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,7 +1,6 @@
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'
5
4
  require 'google/protobuf'
6
5
 
7
6
  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/logging/type/http_request.proto
3
3
 
4
- require 'google/protobuf/duration_pb'
5
4
  require 'google/protobuf'
6
5
 
6
+ require 'google/protobuf/duration_pb'
7
7
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
8
  add_file("google/logging/type/http_request.proto", :syntax => :proto3) do
9
9
  add_message "google.logging.type.HttpRequest" do
@@ -1,15 +1,14 @@
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
+
4
6
  require 'google/api/annotations_pb'
5
7
  require 'google/api/client_pb'
6
8
  require 'google/protobuf/any_pb'
7
9
  require 'google/protobuf/duration_pb'
8
10
  require 'google/protobuf/empty_pb'
9
11
  require 'google/rpc/status_pb'
10
- require 'google/protobuf/descriptor_pb'
11
- require 'google/protobuf'
12
-
13
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
13
  add_file("google/longrunning/operations.proto", :syntax => :proto3) do
15
14
  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'
5
4
  require 'google/protobuf'
6
5
 
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'
5
4
  require 'google/protobuf'
6
5
 
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'
5
4
  require 'google/protobuf'
6
5
 
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'
5
4
  require 'google/protobuf'
6
5
 
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'
5
4
  require 'google/protobuf'
6
5
 
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.1".freeze
20
+ VERSION = "1.3.2".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.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-04-05 00:00:00.000000000 Z
11
+ date: 2022-06-23 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.3.5
110
+ rubygems_version: 3.3.14
111
111
  signing_key:
112
112
  specification_version: 4
113
113
  summary: Common protocol buffer types used in Google APIs