googleapis-common-protos-types 1.3.0 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dbc39c4df10b3dc41a7fab0b938117600e10a0333adc7155088a5f2ca0b52930
4
- data.tar.gz: 3ab06780f0edd8480a34ff31bb76ae55bee5b5c5a6a9c80def4ec1d12e6906cf
3
+ metadata.gz: 0131c78831aa3a79e1b39c6296a876465fb2ba3acf69ec4cb4600d82fe78d2f8
4
+ data.tar.gz: e782bbf4babb4f86275bc597c57660816288e10947e1bbec3c11e25b8976e268
5
5
  SHA512:
6
- metadata.gz: 80627d183fbc90ed1d06b2a18327fa2d38bb6c24b253b1e7b51305fbb73c0efdbdc88358ef8ae9c7705774c13223d97ce4ddd222bd6bd978ed66db1a4c7de377
7
- data.tar.gz: b2e6630eb587bf4d32d641b7d042779c9c2b35cf4f1a657d634d100a30738c6c3f6110a54921100f910492f098014e85448cc3018ee3992e01926be96f4a38b7
6
+ metadata.gz: 8bdd66a4a95153f2574cf01510d809ad5cd0d52feda1277039335a5f58b1f3b37ee9e1f8c2bd10fe915a0c0d7839bc4b886907a71766cc3d212bf6215a4220cf
7
+ data.tar.gz: afea09fd2a80a69301c2887b7e4024a6a92663b879145476e2a983880d07b13952f2444002a8f5fc51fb09af3f81803c5301a7e474274016bb847e06f5373eec
data/CHANGELOG.md CHANGED
@@ -1,23 +1,39 @@
1
1
  # Release History
2
2
 
3
- ## 1.3.0 (2021-10-19)
3
+ ### 1.4.0 (2022-08-17)
4
+
5
+ #### Features
6
+
7
+ * Update minimum Ruby version to 2.6 ([#75](https://github.com/googleapis/common-protos-ruby/issues/75))
8
+
9
+ ### 1.3.2 (2022-06-23)
10
+
11
+ #### Bug Fixes
12
+
13
+ * Remove some unnecessary requires
14
+
15
+ ### 1.3.1 (2022-04-05)
16
+
17
+ * Sync updates to imports in the source protos
18
+
19
+ ### 1.3.0 (2021-10-19)
4
20
 
5
21
  * Add google/api/routing to common-protos-types
6
22
  * Remove cloud-specific extended_operations proto. It's being moved to google-cloud-common.
7
23
 
8
- ## 1.2.0 (2021-09-03)
24
+ ### 1.2.0 (2021-09-03)
9
25
 
10
26
  * Add Google::Cloud::OperationResponseMapping and the extended_operations_pb file
11
27
  * Removed unnecessary files from the gem package
12
28
 
13
- ## 1.1.0 / 2021-07-07
29
+ ### 1.1.0 / 2021-07-07
14
30
 
15
31
  * Add Google::Api::ErrorReason
16
32
  * Add Google::Api::Visibility and Google::Api::VisibilityRule
17
33
  * Add Google::Type::Decimal
18
34
  * Add NON_EMPTY_DEFAULT value to Google::Api::FieldBehavior.
19
35
 
20
- ## 1.0.6 / 2021-02-01
36
+ ### 1.0.6 / 2021-02-01
21
37
 
22
38
  * Add Google::Type::Interval type.
23
39
  * Add Google::Type::LocalizedText type.
@@ -31,7 +47,7 @@
31
47
  * Remove internal "features" field from Google::Api::Endpoint.
32
48
  * Require protobuf 3.14.
33
49
 
34
- ## 1.0.5 / 2020-04-08
50
+ ### 1.0.5 / 2020-04-08
35
51
 
36
52
  * Add JWT location support in Google::Api::AuthProvider.
37
53
  * Add "protocol" field and a "disable_auth" option to Google::Api::BackendRule.
@@ -42,7 +58,7 @@
42
58
  * Add Google::Type::DateTime, Google::Type::Month, and Google::Type::TimeZone types.
43
59
  * Require protobuf 3.11.
44
60
 
45
- ## 1.0.4 / 2019-04-03
61
+ ### 1.0.4 / 2019-04-03
46
62
 
47
63
  * Add WaitOperation RPC to operations_pb.rb and update documentation.
48
64
  * Add new common types for:
@@ -4,6 +4,8 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/api/http_pb'
7
+ require 'google/protobuf/descriptor_pb'
8
+
7
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
10
  add_file("google/api/annotations.proto", :syntax => :proto3) do
9
11
  end
@@ -3,7 +3,6 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/metric_pb'
7
6
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
7
  add_file("google/api/billing.proto", :syntax => :proto3) do
9
8
  add_message "google.api.Billing" do
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/api/client.proto", :syntax => :proto3) do
8
10
  end
@@ -5,6 +5,7 @@ require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/any_pb'
7
7
  require 'google/protobuf/timestamp_pb'
8
+
8
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
10
  add_file("google/api/distribution.proto", :syntax => :proto3) do
10
11
  add_message "google.api.Distribution" do
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/api/field_behavior.proto", :syntax => :proto3) do
8
10
  add_enum "google.api.FieldBehavior" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/any_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/api/httpbody.proto", :syntax => :proto3) do
9
10
  add_message "google.api.HttpBody" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/api/label_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/api/log.proto", :syntax => :proto3) do
9
10
  add_message "google.api.LogDescriptor" do
@@ -6,6 +6,7 @@ require 'google/protobuf'
6
6
  require 'google/api/label_pb'
7
7
  require 'google/api/launch_stage_pb'
8
8
  require 'google/protobuf/duration_pb'
9
+
9
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
11
  add_file("google/api/metric.proto", :syntax => :proto3) do
11
12
  add_message "google.api.MetricDescriptor" do
@@ -6,6 +6,7 @@ require 'google/protobuf'
6
6
  require 'google/api/label_pb'
7
7
  require 'google/api/launch_stage_pb'
8
8
  require 'google/protobuf/struct_pb'
9
+
9
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
11
  add_file("google/api/monitored_resource.proto", :syntax => :proto3) do
11
12
  add_message "google.api.MonitoredResourceDescriptor" do
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/api/resource.proto", :syntax => :proto3) do
8
10
  add_message "google.api.ResourceDescriptor" do
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/api/routing.proto", :syntax => :proto3) do
8
10
  add_message "google.api.RoutingRule" do
@@ -11,21 +11,19 @@ require 'google/api/control_pb'
11
11
  require 'google/api/documentation_pb'
12
12
  require 'google/api/endpoint_pb'
13
13
  require 'google/api/http_pb'
14
- require 'google/api/label_pb'
15
14
  require 'google/api/log_pb'
16
15
  require 'google/api/logging_pb'
17
16
  require 'google/api/metric_pb'
18
17
  require 'google/api/monitored_resource_pb'
19
18
  require 'google/api/monitoring_pb'
20
19
  require 'google/api/quota_pb'
21
- require 'google/api/resource_pb'
22
20
  require 'google/api/source_info_pb'
23
21
  require 'google/api/system_parameter_pb'
24
22
  require 'google/api/usage_pb'
25
- require 'google/protobuf/any_pb'
26
23
  require 'google/protobuf/api_pb'
27
24
  require 'google/protobuf/type_pb'
28
25
  require 'google/protobuf/wrappers_pb'
26
+
29
27
  Google::Protobuf::DescriptorPool.generated_pool.build do
30
28
  add_file("google/api/service.proto", :syntax => :proto3) do
31
29
  add_message "google.api.Service" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/any_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/api/source_info.proto", :syntax => :proto3) do
9
10
  add_message "google.api.SourceInfo" do
@@ -3,6 +3,8 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
+ require 'google/protobuf/descriptor_pb'
7
+
6
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
7
9
  add_file("google/api/visibility.proto", :syntax => :proto3) do
8
10
  add_message "google.api.Visibility" do
@@ -4,7 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/duration_pb'
7
- require 'google/api/annotations_pb'
7
+
8
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_file("google/logging/type/http_request.proto", :syntax => :proto3) do
10
10
  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
@@ -9,6 +9,8 @@ require 'google/protobuf/any_pb'
9
9
  require 'google/protobuf/duration_pb'
10
10
  require 'google/protobuf/empty_pb'
11
11
  require 'google/rpc/status_pb'
12
+ require 'google/protobuf/descriptor_pb'
13
+
12
14
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
15
  add_file("google/longrunning/operations.proto", :syntax => :proto3) do
14
16
  add_message "google.longrunning.Operation" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/duration_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/rpc/error_details.proto", :syntax => :proto3) do
9
10
  add_message "google.rpc.RetryInfo" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/any_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/rpc/status.proto", :syntax => :proto3) do
9
10
  add_message "google.rpc.Status" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/wrappers_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/type/color.proto", :syntax => :proto3) do
9
10
  add_message "google.type.Color" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/duration_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/type/datetime.proto", :syntax => :proto3) do
9
10
  add_message "google.type.DateTime" do
@@ -4,6 +4,7 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/protobuf/timestamp_pb'
7
+
7
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
8
9
  add_file("google/type/interval.proto", :syntax => :proto3) do
9
10
  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.4.0".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.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-19 00:00:00.000000000 Z
11
+ date: 2022-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -100,14 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - ">="
102
102
  - !ruby/object:Gem::Version
103
- version: '2.3'
103
+ version: '2.6'
104
104
  required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.2.17
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