google-cloud-video-live_stream-v1 2.1.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: 5b55078e4baca648fb02d6c1653f82579a24d3d26294b32e83592ffa6db548f4
4
- data.tar.gz: 190e52396016c3ddec6b11eda73e3440bec41a572031c0695ce58d8db819623d
3
+ metadata.gz: 7759bfd694d0913e82178352789708a88b6087de0f6764734031afc534935ed3
4
+ data.tar.gz: a8c8f31ad7fab3c4af9f07413634665f38bfaa747b2a51fe72f5a81a572e5e0e
5
5
  SHA512:
6
- metadata.gz: b6aca0f04644a26689cde7bfccb9bda7261073c0e2b14355358e753e98286662030b3643992e92127264302a30d0062a6fd49f9091c7ca315fb18cd6f44f1540
7
- data.tar.gz: 695363aa48c5c42ef8a7e983f0244c47d0468b44fc256937457337576722591587ea5aaea9bece174bcec14934cd9fba4d98d513aaa31f76f9690a6a724e6241
6
+ metadata.gz: 50c0d1c1fba1a49fcd4e4b694f37faaa5b07046025ec990b29fd27ee3b0ef3e384cc6c8b4a4a89c031c65db3962a78cfea297ef54b8f96035bf3388f79d3f266
7
+ data.tar.gz: 137479b0299b3d87e33359912563bfb147ea1efc0fbe8b67354266b653fa097c738e19f3f8b727ea7ba5a7944dd920486236153bcd29b54375220c3a1b57547b
@@ -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
@@ -43,7 +43,7 @@ module Google
43
43
  namespace.pop
44
44
  end
45
45
 
46
- default_config = Configuration.new parent_config
46
+ default_config = ::Gapic::Rest::HttpBindingOverrideConfiguration.new parent_config
47
47
  default_config.bindings_override["google.cloud.location.Locations.GetLocation"] = [
48
48
  Gapic::Rest::GrpcTranscoder::HttpBinding.create_with_validation(
49
49
  uri_method: :get,
@@ -70,33 +70,6 @@ module Google
70
70
  yield @configure if block_given?
71
71
  @configure
72
72
  end
73
-
74
- ##
75
- # @private
76
- # Configuration class for the google.cloud.video.livestream.v1 package.
77
- #
78
- # This class contains common configuration for all services
79
- # of the google.cloud.video.livestream.v1 package.
80
- #
81
- # This configuration is for internal use of the client library classes,
82
- # and it is not intended that the end-users will read or change it.
83
- #
84
- class Configuration
85
- extend ::Gapic::Config
86
-
87
- # @private
88
- # Overrides for http bindings for the RPC of the mixins for this package.
89
- # Services in this package should use these when creating clients for the mixin services.
90
- # @return [::Hash{::Symbol=>::Array<::Gapic::Rest::GrpcTranscoder::HttpBinding>}]
91
- config_attr :bindings_override, {}, ::Hash, nil
92
-
93
- # @private
94
- def initialize parent_config = nil
95
- @parent_config = parent_config unless parent_config.nil?
96
-
97
- yield self if block_given?
98
- end
99
- end
100
73
  end
101
74
  end
102
75
  end