googleapis-common-protos-types 1.2.0 → 1.3.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 +5 -0
- data/lib/google/api/routing_pb.rb +23 -0
- data/lib/googleapis/common/protos/types/version.rb +1 -1
- metadata +3 -3
- data/lib/google/cloud/extended_operations_pb.rb +0 -22
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dbc39c4df10b3dc41a7fab0b938117600e10a0333adc7155088a5f2ca0b52930
|
|
4
|
+
data.tar.gz: 3ab06780f0edd8480a34ff31bb76ae55bee5b5c5a6a9c80def4ec1d12e6906cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80627d183fbc90ed1d06b2a18327fa2d38bb6c24b253b1e7b51305fbb73c0efdbdc88358ef8ae9c7705774c13223d97ce4ddd222bd6bd978ed66db1a4c7de377
|
|
7
|
+
data.tar.gz: b2e6630eb587bf4d32d641b7d042779c9c2b35cf4f1a657d634d100a30738c6c3f6110a54921100f910492f098014e85448cc3018ee3992e01926be96f4a38b7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release History
|
|
2
2
|
|
|
3
|
+
## 1.3.0 (2021-10-19)
|
|
4
|
+
|
|
5
|
+
* Add google/api/routing to common-protos-types
|
|
6
|
+
* Remove cloud-specific extended_operations proto. It's being moved to google-cloud-common.
|
|
7
|
+
|
|
3
8
|
## 1.2.0 (2021-09-03)
|
|
4
9
|
|
|
5
10
|
* Add Google::Cloud::OperationResponseMapping and the extended_operations_pb file
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# source: google/api/routing.proto
|
|
3
|
+
|
|
4
|
+
require 'google/protobuf'
|
|
5
|
+
|
|
6
|
+
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
7
|
+
add_file("google/api/routing.proto", :syntax => :proto3) do
|
|
8
|
+
add_message "google.api.RoutingRule" do
|
|
9
|
+
repeated :routing_parameters, :message, 2, "google.api.RoutingParameter"
|
|
10
|
+
end
|
|
11
|
+
add_message "google.api.RoutingParameter" do
|
|
12
|
+
optional :field, :string, 1
|
|
13
|
+
optional :path_template, :string, 2
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
|
|
18
|
+
module Google
|
|
19
|
+
module Api
|
|
20
|
+
RoutingRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingRule").msgclass
|
|
21
|
+
RoutingParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingParameter").msgclass
|
|
22
|
+
end
|
|
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.
|
|
4
|
+
version: 1.3.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-
|
|
11
|
+
date: 2021-10-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-protobuf
|
|
@@ -58,12 +58,12 @@ files:
|
|
|
58
58
|
- lib/google/api/monitoring_pb.rb
|
|
59
59
|
- lib/google/api/quota_pb.rb
|
|
60
60
|
- lib/google/api/resource_pb.rb
|
|
61
|
+
- lib/google/api/routing_pb.rb
|
|
61
62
|
- lib/google/api/service_pb.rb
|
|
62
63
|
- lib/google/api/source_info_pb.rb
|
|
63
64
|
- lib/google/api/system_parameter_pb.rb
|
|
64
65
|
- lib/google/api/usage_pb.rb
|
|
65
66
|
- lib/google/api/visibility_pb.rb
|
|
66
|
-
- lib/google/cloud/extended_operations_pb.rb
|
|
67
67
|
- lib/google/logging/type/http_request_pb.rb
|
|
68
68
|
- lib/google/logging/type/log_severity_pb.rb
|
|
69
69
|
- lib/google/longrunning/operations_pb.rb
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# source: google/cloud/extended_operations.proto
|
|
3
|
-
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
7
|
-
add_file("google/cloud/extended_operations.proto", :syntax => :proto3) do
|
|
8
|
-
add_enum "google.cloud.OperationResponseMapping" do
|
|
9
|
-
value :UNDEFINED, 0
|
|
10
|
-
value :NAME, 1
|
|
11
|
-
value :STATUS, 2
|
|
12
|
-
value :ERROR_CODE, 3
|
|
13
|
-
value :ERROR_MESSAGE, 4
|
|
14
|
-
end
|
|
15
|
-
end
|
|
16
|
-
end
|
|
17
|
-
|
|
18
|
-
module Google
|
|
19
|
-
module Cloud
|
|
20
|
-
OperationResponseMapping = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.OperationResponseMapping").enummodule
|
|
21
|
-
end
|
|
22
|
-
end
|