google-cloud-dataproc-v1 1.6.0 → 1.7.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: 3b958f587d7c06616f7421b0f973c5b5dfb6cd41048b36e1eb9d7bb55b16af7b
4
- data.tar.gz: 5a798b93a6605a5eb0e589718d5f884b9e249b8fd39947cb342a5c235d46f1fa
3
+ metadata.gz: e56c25789475f7e4dfccd7899cda9bade4899f72b9737e0466d555a165f1c54e
4
+ data.tar.gz: 61f64ec303a56dd048206f57ca6ea6acc66917518dbab7aa039c07b915d27852
5
5
  SHA512:
6
- metadata.gz: 26e75ad9aeb1e10139a1e501f6c76b600273ed9fa9f9fd92fbdd67009adc7ad6d1bdfcb8f2bc1e58cb9f4594df1db7339c75464f507165793d269b24c779348a
7
- data.tar.gz: dd75dfe0b1d79a8480f5413427ba5518030ac762c032276bb6199bc971b1b5e3a533546b4554eafb76af88e17eaff2b7c26871b53010fbf00d98a8eef57ab743
6
+ metadata.gz: 4cc4246a35c6b87712f163f0be01858795acd6abebcddeabda319f52a2da898062f2b3b0172bcf56ea4d04f37036899a7677e6dd6b2bdc968cb90d9e150a87ac
7
+ data.tar.gz: 768c9b13202f0f98f996bf039c6af56bd49e5ce650358ea7819de0e58747755815fe3c4292c2ef7ae4d8cc47351e23b669a4eda9ca748bf04a78926892c65f78
@@ -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.iam.v1.IAMPolicy.GetIamPolicy"] = [
47
47
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
48
48
  uri_method: :post,
@@ -224,33 +224,6 @@ module Google
224
224
  yield @configure if block_given?
225
225
  @configure
226
226
  end
227
-
228
- ##
229
- # @private
230
- # Configuration class for the google.cloud.dataproc.v1 package.
231
- #
232
- # This class contains common configuration for all services
233
- # of the google.cloud.dataproc.v1 package.
234
- #
235
- # This configuration is for internal use of the client library classes,
236
- # and it is not intended that the end-users will read or change it.
237
- #
238
- class Configuration
239
- extend ::Gapic::Config
240
-
241
- # @private
242
- # Overrides for http bindings for the RPC of the mixins for this package.
243
- # Services in this package should use these when creating clients for the mixin services.
244
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
245
- config_attr :bindings_override, {}, ::Hash, nil
246
-
247
- # @private
248
- def initialize parent_config = nil
249
- @parent_config = parent_config unless parent_config.nil?
250
-
251
- yield self if block_given?
252
- end
253
- end
254
227
  end
255
228
  end
256
229
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataproc
23
23
  module V1
24
- VERSION = "1.6.0"
24
+ VERSION = "1.7.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-dataproc-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.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