googleapis-common-protos-types 1.3.1 → 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 +12 -0
- data/lib/google/api/annotations_pb.rb +2 -1
- data/lib/google/api/billing_pb.rb +0 -1
- data/lib/google/api/client_pb.rb +2 -1
- data/lib/google/api/distribution_pb.rb +2 -1
- data/lib/google/api/field_behavior_pb.rb +2 -1
- data/lib/google/api/httpbody_pb.rb +2 -1
- data/lib/google/api/log_pb.rb +2 -1
- data/lib/google/api/metric_pb.rb +2 -1
- data/lib/google/api/monitored_resource_pb.rb +2 -1
- data/lib/google/api/resource_pb.rb +2 -1
- data/lib/google/api/routing_pb.rb +2 -1
- data/lib/google/api/service_pb.rb +2 -4
- data/lib/google/api/source_info_pb.rb +2 -1
- data/lib/google/api/visibility_pb.rb +2 -1
- data/lib/google/logging/type/http_request_pb.rb +2 -1
- data/lib/google/longrunning/operations_pb.rb +2 -1
- data/lib/google/rpc/error_details_pb.rb +2 -1
- data/lib/google/rpc/status_pb.rb +2 -1
- data/lib/google/type/color_pb.rb +2 -1
- data/lib/google/type/datetime_pb.rb +2 -1
- data/lib/google/type/interval_pb.rb +2 -1
- 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,5 +1,17 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
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
|
+
|
|
3
15
|
### 1.3.1 (2022-04-05)
|
|
4
16
|
|
|
5
17
|
* Sync updates to imports in the source protos
|
|
@@ -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/protobuf'
|
|
5
|
+
|
|
4
6
|
require 'google/api/http_pb'
|
|
5
7
|
require 'google/protobuf/descriptor_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/api/annotations.proto", :syntax => :proto3) do
|
data/lib/google/api/client_pb.rb
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
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
|
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/client.proto", :syntax => :proto3) do
|
|
9
10
|
end
|
|
@@ -1,9 +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
|
+
|
|
4
6
|
require 'google/protobuf/any_pb'
|
|
5
7
|
require 'google/protobuf/timestamp_pb'
|
|
6
|
-
require 'google/protobuf'
|
|
7
8
|
|
|
8
9
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
10
|
add_file("google/api/distribution.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
|
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/field_behavior.proto", :syntax => :proto3) do
|
|
9
10
|
add_enum "google.api.FieldBehavior" do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
data/lib/google/api/log_pb.rb
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
data/lib/google/api/metric_pb.rb
CHANGED
|
@@ -1,10 +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
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/api/metric.proto", :syntax => :proto3) do
|
|
@@ -1,10 +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
10
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
10
11
|
add_file("google/api/monitored_resource.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
|
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/resource.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.api.ResourceDescriptor" do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
|
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/routing.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.api.RoutingRule" 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'
|
|
@@ -9,22 +11,18 @@ require 'google/api/control_pb'
|
|
|
9
11
|
require 'google/api/documentation_pb'
|
|
10
12
|
require 'google/api/endpoint_pb'
|
|
11
13
|
require 'google/api/http_pb'
|
|
12
|
-
require 'google/api/label_pb'
|
|
13
14
|
require 'google/api/log_pb'
|
|
14
15
|
require 'google/api/logging_pb'
|
|
15
16
|
require 'google/api/metric_pb'
|
|
16
17
|
require 'google/api/monitored_resource_pb'
|
|
17
18
|
require 'google/api/monitoring_pb'
|
|
18
19
|
require 'google/api/quota_pb'
|
|
19
|
-
require 'google/api/resource_pb'
|
|
20
20
|
require 'google/api/source_info_pb'
|
|
21
21
|
require 'google/api/system_parameter_pb'
|
|
22
22
|
require 'google/api/usage_pb'
|
|
23
|
-
require 'google/protobuf/any_pb'
|
|
24
23
|
require 'google/protobuf/api_pb'
|
|
25
24
|
require 'google/protobuf/type_pb'
|
|
26
25
|
require 'google/protobuf/wrappers_pb'
|
|
27
|
-
require 'google/protobuf'
|
|
28
26
|
|
|
29
27
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
30
28
|
add_file("google/api/service.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
|
@@ -1,9 +1,10 @@
|
|
|
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
|
|
|
6
|
+
require 'google/protobuf/descriptor_pb'
|
|
7
|
+
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/visibility.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.api.Visibility" do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/logging/type/http_request.proto", :syntax => :proto3) do
|
|
9
10
|
add_message "google.logging.type.HttpRequest" do
|
|
@@ -1,6 +1,8 @@
|
|
|
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'
|
|
@@ -8,7 +10,6 @@ require 'google/protobuf/duration_pb'
|
|
|
8
10
|
require 'google/protobuf/empty_pb'
|
|
9
11
|
require 'google/rpc/status_pb'
|
|
10
12
|
require 'google/protobuf/descriptor_pb'
|
|
11
|
-
require 'google/protobuf'
|
|
12
13
|
|
|
13
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
15
|
add_file("google/longrunning/operations.proto", :syntax => :proto3) do
|
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
data/lib/google/rpc/status_pb.rb
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
data/lib/google/type/color_pb.rb
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
|
@@ -1,9 +1,10 @@
|
|
|
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
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
|
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: 2022-
|
|
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.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
|