google-cloud-deploy-v1 2.2.0 → 2.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: 7533fe838ec7f29ae9702baf45ed9926d0088856616316003fd7400bf3d644ca
4
- data.tar.gz: c7f2a32544dbcc78b84f424f396d6dd6572a867a8bb2a5c81afe3cb634ed352f
3
+ metadata.gz: a8892469e58baf06baa4d6dd32128aad626bf50fbe14f7cbad4c553aa2271962
4
+ data.tar.gz: cc76c3a12ffda30f40553af17a9a1ef1990de55d287737d9f165522abd5bfb6e
5
5
  SHA512:
6
- metadata.gz: 435eaf6f919495a6ca45b5c316507a78777dae5a293f6e80fc006558ef003314482da98bb8a60f29004c2f70555ea81cb3dc74b1c5d7490764efc4c36bea6785
7
- data.tar.gz: 170f93f3bb723e11aff9438d7a3efebade10d296597b44508315548b903b14e66d9760420d8b0e239ee58f7fbcda3b67e8eb85dc94ac7d45da2e6aee8b584e10
6
+ metadata.gz: 3f934565f97c92e00c607c391f1960cb18afa6403ec77762de8d7955dc44d2653b535a6a7ea697fc053b9cfa539956e62e293f3c0480b2a3e4ee5b4ea13245c8
7
+ data.tar.gz: 76962cd0fa61f301a0ff3d9b07a51dc07b41c0578a96f71825dec93045ac56b5d1af851abeb7c7f161e93d8672df1149d389ccd23f5e69e44c7fc146fe6a4545
@@ -16,7 +16,7 @@
16
16
 
17
17
  # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
18
 
19
- require "gapic/config"
19
+ require "gapic/rest"
20
20
 
21
21
  module Google
22
22
  module Cloud
@@ -42,7 +42,7 @@ module Google
42
42
  namespace.pop
43
43
  end
44
44
 
45
- default_config = Configuration.new parent_config
45
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
46
46
  default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
47
47
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
48
48
  uri_method: :get,
@@ -158,33 +158,6 @@ module Google
158
158
  yield @configure if block_given?
159
159
  @configure
160
160
  end
161
-
162
- ##
163
- # @private
164
- # Configuration class for the google.cloud.deploy.v1 package.
165
- #
166
- # This class contains common configuration for all services
167
- # of the google.cloud.deploy.v1 package.
168
- #
169
- # This configuration is for internal use of the client library classes,
170
- # and it is not intended that the end-users will read or change it.
171
- #
172
- class Configuration
173
- extend ::Gapic::Config
174
-
175
- # @private
176
- # Overrides for http bindings for the RPC of the mixins for this package.
177
- # Services in this package should use these when creating clients for the mixin services.
178
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
179
- config_attr :bindings_override, {}, ::Hash, nil
180
-
181
- # @private
182
- def initialize parent_config = nil
183
- @parent_config = parent_config unless parent_config.nil?
184
-
185
- yield self if block_given?
186
- end
187
- end
188
161
  end
189
162
  end
190
163
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Deploy
23
23
  module V1
24
- VERSION = "2.2.0"
24
+ VERSION = "2.3.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-deploy-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.0'
18
+ version: '1.2'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.0'
25
+ version: '1.2'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -156,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
156
156
  - !ruby/object:Gem::Version
157
157
  version: '0'
158
158
  requirements: []
159
- rubygems_version: 3.6.8
159
+ rubygems_version: 3.6.9
160
160
  specification_version: 4
161
161
  summary: API Client library for the Google Cloud Deploy V1 API
162
162
  test_files: []