googleapis-common-protos-types 1.3.0 → 1.3.1
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 +10 -6
- data/lib/google/api/annotations_pb.rb +2 -1
- data/lib/google/api/billing_pb.rb +1 -1
- data/lib/google/api/client_pb.rb +1 -0
- data/lib/google/api/distribution_pb.rb +2 -2
- data/lib/google/api/field_behavior_pb.rb +1 -0
- data/lib/google/api/httpbody_pb.rb +1 -1
- data/lib/google/api/log_pb.rb +1 -1
- data/lib/google/api/metric_pb.rb +2 -2
- data/lib/google/api/monitored_resource_pb.rb +2 -2
- data/lib/google/api/resource_pb.rb +1 -0
- data/lib/google/api/routing_pb.rb +1 -0
- data/lib/google/api/service_pb.rb +2 -2
- data/lib/google/api/source_info_pb.rb +1 -1
- data/lib/google/api/visibility_pb.rb +1 -0
- data/lib/google/logging/type/http_request_pb.rb +1 -2
- data/lib/google/logging/type/log_severity_pb.rb +0 -1
- data/lib/google/longrunning/operations_pb.rb +3 -2
- data/lib/google/rpc/error_details_pb.rb +1 -1
- data/lib/google/rpc/status_pb.rb +1 -1
- data/lib/google/type/color_pb.rb +1 -1
- data/lib/google/type/datetime_pb.rb +1 -1
- data/lib/google/type/interval_pb.rb +1 -1
- 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: ed78bb3075bfc0e3e74dcd13263d86782bff804581378dc47e5341ab792f42ce
|
|
4
|
+
data.tar.gz: 9ad11e6779c7871d04fac6215cbcc363936f085dcf3471fd3faa9b827d8eae96
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e96cba5207a18586b54d26ca6ca355abd282bf1eeb1a6389ca8b4a988edd639837b503d46c89c18fbdcf592868bd9230732c073aa9d791bac7a5990edf89b16
|
|
7
|
+
data.tar.gz: ea30d00a8afe95b91f7ee779d0914d11687b0bb7e00de8331eeff3903e5ede02d3ba8a0027d5115a5366b94efccc73bab92edc65c2b333eaf2a8dee6b47d1455
|
data/CHANGELOG.md
CHANGED
|
@@ -1,23 +1,27 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
### 1.3.1 (2022-04-05)
|
|
4
|
+
|
|
5
|
+
* Sync updates to imports in the source protos
|
|
6
|
+
|
|
7
|
+
### 1.3.0 (2021-10-19)
|
|
4
8
|
|
|
5
9
|
* Add google/api/routing to common-protos-types
|
|
6
10
|
* Remove cloud-specific extended_operations proto. It's being moved to google-cloud-common.
|
|
7
11
|
|
|
8
|
-
|
|
12
|
+
### 1.2.0 (2021-09-03)
|
|
9
13
|
|
|
10
14
|
* Add Google::Cloud::OperationResponseMapping and the extended_operations_pb file
|
|
11
15
|
* Removed unnecessary files from the gem package
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
### 1.1.0 / 2021-07-07
|
|
14
18
|
|
|
15
19
|
* Add Google::Api::ErrorReason
|
|
16
20
|
* Add Google::Api::Visibility and Google::Api::VisibilityRule
|
|
17
21
|
* Add Google::Type::Decimal
|
|
18
22
|
* Add NON_EMPTY_DEFAULT value to Google::Api::FieldBehavior.
|
|
19
23
|
|
|
20
|
-
|
|
24
|
+
### 1.0.6 / 2021-02-01
|
|
21
25
|
|
|
22
26
|
* Add Google::Type::Interval type.
|
|
23
27
|
* Add Google::Type::LocalizedText type.
|
|
@@ -31,7 +35,7 @@
|
|
|
31
35
|
* Remove internal "features" field from Google::Api::Endpoint.
|
|
32
36
|
* Require protobuf 3.14.
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
### 1.0.5 / 2020-04-08
|
|
35
39
|
|
|
36
40
|
* Add JWT location support in Google::Api::AuthProvider.
|
|
37
41
|
* Add "protocol" field and a "disable_auth" option to Google::Api::BackendRule.
|
|
@@ -42,7 +46,7 @@
|
|
|
42
46
|
* Add Google::Type::DateTime, Google::Type::Month, and Google::Type::TimeZone types.
|
|
43
47
|
* Require protobuf 3.11.
|
|
44
48
|
|
|
45
|
-
|
|
49
|
+
### 1.0.4 / 2019-04-03
|
|
46
50
|
|
|
47
51
|
* Add WaitOperation RPC to operations_pb.rb and update documentation.
|
|
48
52
|
* Add new common types for:
|
|
@@ -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/api/http_pb'
|
|
5
|
+
require 'google/protobuf/descriptor_pb'
|
|
4
6
|
require 'google/protobuf'
|
|
5
7
|
|
|
6
|
-
require 'google/api/http_pb'
|
|
7
8
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
8
9
|
add_file("google/api/annotations.proto", :syntax => :proto3) do
|
|
9
10
|
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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
data/lib/google/api/client_pb.rb
CHANGED
|
@@ -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'
|
|
5
|
-
|
|
6
4
|
require 'google/protobuf/any_pb'
|
|
7
5
|
require 'google/protobuf/timestamp_pb'
|
|
6
|
+
require 'google/protobuf'
|
|
7
|
+
|
|
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,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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
data/lib/google/api/log_pb.rb
CHANGED
|
@@ -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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
data/lib/google/api/metric_pb.rb
CHANGED
|
@@ -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
|
-
|
|
6
4
|
require 'google/api/label_pb'
|
|
7
5
|
require 'google/api/launch_stage_pb'
|
|
8
6
|
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
|
-
|
|
6
4
|
require 'google/api/label_pb'
|
|
7
5
|
require 'google/api/launch_stage_pb'
|
|
8
6
|
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,8 +1,6 @@
|
|
|
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
|
-
|
|
6
4
|
require 'google/api/auth_pb'
|
|
7
5
|
require 'google/api/backend_pb'
|
|
8
6
|
require 'google/api/billing_pb'
|
|
@@ -26,6 +24,8 @@ require 'google/protobuf/any_pb'
|
|
|
26
24
|
require 'google/protobuf/api_pb'
|
|
27
25
|
require 'google/protobuf/type_pb'
|
|
28
26
|
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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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,10 +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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
6
|
-
require 'google/protobuf/duration_pb'
|
|
7
|
-
require 'google/api/annotations_pb'
|
|
8
7
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
9
8
|
add_file("google/logging/type/http_request.proto", :syntax => :proto3) do
|
|
10
9
|
add_message "google.logging.type.HttpRequest" do
|
|
@@ -1,14 +1,15 @@
|
|
|
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
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/protobuf/any_pb'
|
|
9
7
|
require 'google/protobuf/duration_pb'
|
|
10
8
|
require 'google/protobuf/empty_pb'
|
|
11
9
|
require 'google/rpc/status_pb'
|
|
10
|
+
require 'google/protobuf/descriptor_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
12
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
13
14
|
add_file("google/longrunning/operations.proto", :syntax => :proto3) do
|
|
14
15
|
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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
data/lib/google/rpc/status_pb.rb
CHANGED
|
@@ -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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
data/lib/google/type/color_pb.rb
CHANGED
|
@@ -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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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'
|
|
4
5
|
require 'google/protobuf'
|
|
5
6
|
|
|
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
|
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.
|
|
4
|
+
version: 1.3.1
|
|
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-04-05 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.
|
|
110
|
+
rubygems_version: 3.3.5
|
|
111
111
|
signing_key:
|
|
112
112
|
specification_version: 4
|
|
113
113
|
summary: Common protocol buffer types used in Google APIs
|