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 +4 -4
- data/CHANGELOG.md +22 -6
- data/lib/google/api/annotations_pb.rb +2 -0
- data/lib/google/api/billing_pb.rb +0 -1
- data/lib/google/api/client_pb.rb +2 -0
- data/lib/google/api/distribution_pb.rb +1 -0
- data/lib/google/api/field_behavior_pb.rb +2 -0
- data/lib/google/api/httpbody_pb.rb +1 -0
- data/lib/google/api/log_pb.rb +1 -0
- data/lib/google/api/metric_pb.rb +1 -0
- data/lib/google/api/monitored_resource_pb.rb +1 -0
- data/lib/google/api/resource_pb.rb +2 -0
- data/lib/google/api/routing_pb.rb +2 -0
- data/lib/google/api/service_pb.rb +1 -3
- data/lib/google/api/source_info_pb.rb +1 -0
- data/lib/google/api/visibility_pb.rb +2 -0
- data/lib/google/logging/type/http_request_pb.rb +1 -1
- data/lib/google/logging/type/log_severity_pb.rb +0 -1
- data/lib/google/longrunning/operations_pb.rb +2 -0
- data/lib/google/rpc/error_details_pb.rb +1 -0
- data/lib/google/rpc/status_pb.rb +1 -0
- data/lib/google/type/color_pb.rb +1 -0
- data/lib/google/type/datetime_pb.rb +1 -0
- data/lib/google/type/interval_pb.rb +1 -0
- 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: 0131c78831aa3a79e1b39c6296a876465fb2ba3acf69ec4cb4600d82fe78d2f8
|
|
4
|
+
data.tar.gz: e782bbf4babb4f86275bc597c57660816288e10947e1bbec3c11e25b8976e268
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bdd66a4a95153f2574cf01510d809ad5cd0d52feda1277039335a5f58b1f3b37ee9e1f8c2bd10fe915a0c0d7839bc4b886907a71766cc3d212bf6215a4220cf
|
|
7
|
+
data.tar.gz: afea09fd2a80a69301c2887b7e4024a6a92663b879145476e2a983880d07b13952f2444002a8f5fc51fb09af3f81803c5301a7e474274016bb847e06f5373eec
|
data/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,39 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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:
|
data/lib/google/api/client_pb.rb
CHANGED
|
@@ -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
|
data/lib/google/api/log_pb.rb
CHANGED
data/lib/google/api/metric_pb.rb
CHANGED
|
@@ -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
|
|
@@ -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,7 +4,7 @@
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
6
|
require 'google/protobuf/duration_pb'
|
|
7
|
-
|
|
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
|
|
@@ -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
|
data/lib/google/rpc/status_pb.rb
CHANGED
data/lib/google/type/color_pb.rb
CHANGED
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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
|