googleapis-common-protos-types 1.3.2 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- 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 -0
- 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 +3 -3
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
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
|
@@ -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: 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,7 +100,7 @@ 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
|
- - ">="
|