google-cloud-video-live_stream-v1 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c77808c603774bf1587b71366b153693be28bb7da26b5cba0572cb8a0e817d52
4
- data.tar.gz: 84bfcee9a7f3fd0822e272818ab6bb73f7b018139add40bf0a41785c7fdb4371
3
+ metadata.gz: ceb8710453849aaa17aa838bac9a45a33a5690ec0e1d42d9237a26197bbeda82
4
+ data.tar.gz: 2cd43ff0660aa828b2da414086cbbeea008c504e3004fcad45c73d5b7c5a327f
5
5
  SHA512:
6
- metadata.gz: b9f1885f148461327f21e44787271310064253df8b5652444c19ebfe967fd4abea64b71169a112f2ed8b40841e6260bd63ccccaac2740987f2d5e2daac2c7714
7
- data.tar.gz: ffb147539f1075454c8141ffc59bea664a997cc9e3c0ba00ee2d7c1d42bfa42fcf1fd69282d734af9c5d7111e1ceb00c53157355e661595825d8922d9e967ad7
6
+ metadata.gz: e2577e1b09b0bacc52c64e4dafb0e9d5429376c877f5bde236009e993767d792cb4c9d5c1fd490b73a90b85f771551daef0497722608c0aa19e445d30a631f41
7
+ data.tar.gz: de3de205f33933636710d4eaed6d3230d3165ec92be8857db5ddb0d787a0b4209e36cc6747a4599d6fd5fa3d4d11c60364ea0cd9f3658e4bc282dfb4e006c72c
@@ -209,13 +209,6 @@ module Google
209
209
  config.universe_domain = @config.universe_domain
210
210
  end
211
211
 
212
- @location_client = Google::Cloud::Location::Locations::Client.new do |config|
213
- config.credentials = credentials
214
- config.quota_project = @quota_project_id
215
- config.endpoint = @config.endpoint
216
- config.universe_domain = @config.universe_domain
217
- end
218
-
219
212
  @livestream_service_stub = ::Gapic::ServiceStub.new(
220
213
  ::Google::Cloud::Video::LiveStream::V1::LivestreamService::Stub,
221
214
  credentials: credentials,
@@ -226,6 +219,13 @@ module Google
226
219
  interceptors: @config.interceptors,
227
220
  channel_pool_config: @config.channel_pool
228
221
  )
222
+
223
+ @location_client = Google::Cloud::Location::Locations::Client.new do |config|
224
+ config.credentials = credentials
225
+ config.quota_project = @quota_project_id
226
+ config.endpoint = @livestream_service_stub.endpoint
227
+ config.universe_domain = @livestream_service_stub.universe_domain
228
+ end
229
229
  end
230
230
 
231
231
  ##
@@ -206,20 +206,20 @@ module Google
206
206
  config.universe_domain = @config.universe_domain
207
207
  end
208
208
 
209
- @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
210
- config.credentials = credentials
211
- config.quota_project = @quota_project_id
212
- config.endpoint = @config.endpoint
213
- config.universe_domain = @config.universe_domain
214
- config.bindings_override = @config.bindings_override
215
- end
216
-
217
209
  @livestream_service_stub = ::Google::Cloud::Video::LiveStream::V1::LivestreamService::Rest::ServiceStub.new(
218
210
  endpoint: @config.endpoint,
219
211
  endpoint_template: DEFAULT_ENDPOINT_TEMPLATE,
220
212
  universe_domain: @config.universe_domain,
221
213
  credentials: credentials
222
214
  )
215
+
216
+ @location_client = Google::Cloud::Location::Locations::Rest::Client.new do |config|
217
+ config.credentials = credentials
218
+ config.quota_project = @quota_project_id
219
+ config.endpoint = @livestream_service_stub.endpoint
220
+ config.universe_domain = @livestream_service_stub.universe_domain
221
+ config.bindings_override = @config.bindings_override
222
+ end
223
223
  end
224
224
 
225
225
  ##
@@ -53,6 +53,15 @@ module Google
53
53
  @client_stub.universe_domain
54
54
  end
55
55
 
56
+ ##
57
+ # The effective endpoint
58
+ #
59
+ # @return [String]
60
+ #
61
+ def endpoint
62
+ @client_stub.endpoint
63
+ end
64
+
56
65
  ##
57
66
  # Baseline implementation for the create_channel REST call
58
67
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module LiveStream
24
24
  module V1
25
- VERSION = "0.8.0"
25
+ VERSION = "0.8.1"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-live_stream-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common