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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 13e79b7972d8b03b9c2eb527c4c37fb6c987f93b4698ae4fcdf49ff7c90d48d3
4
- data.tar.gz: 85d4a34500cd7cd402c0636f8294152405e2c62dce58483f5b4192308d977c49
3
+ metadata.gz: dbc39c4df10b3dc41a7fab0b938117600e10a0333adc7155088a5f2ca0b52930
4
+ data.tar.gz: 3ab06780f0edd8480a34ff31bb76ae55bee5b5c5a6a9c80def4ec1d12e6906cf
5
5
  SHA512:
6
- metadata.gz: 16605eb07436672e9f6e544278cbe26337a676ad8fc638562adb341ce161bc82f20d836c4827956436f93dc64a2f2450664b265cb3948b7118537f4cb2329cc8
7
- data.tar.gz: c027d70989eadf417a9f04cf1174e11203c9812692a9c69ddf73f2546695fb9df1447bb60dbfc9bd844efcceeb6f96bb185200f3457cece9666be71a1b1cb94f
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
@@ -17,7 +17,7 @@
17
17
  module Google
18
18
  module CommonProtos
19
19
  module Types
20
- VERSION = "1.2.0".freeze
20
+ VERSION = "1.3.0".freeze
21
21
  end
22
22
  end
23
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.2.0
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-09-03 00:00:00.000000000 Z
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