google-cloud-video-live_stream 2.0.1 → 2.0.2

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: 9608e3426abb3746972756cf1ad70585c06d3ad8dbd2bf6290f8583631249b2a
4
- data.tar.gz: a21f66c275b57ead3b317a5dc309a6c2ea68b74a78243568d3408ecdb7e93080
3
+ metadata.gz: d601ca905479def04b64a5c25e7c779d4dce2da5b4b3b4096e74c65d1e542489
4
+ data.tar.gz: 711aa3426e0b83302fa585c09affdbee8e14b7207343689d3036b41f4366f61b
5
5
  SHA512:
6
- metadata.gz: 92ea21744482cd4ed1ecbd9615e1669cfbb3f01e28f8305beddf8bcd83259cb253f29280c9bc7d03975e5ed10ceabb0da2a00ea7e6e7670d53777d4d83461d50
7
- data.tar.gz: 8f7f8e38a34b951261a113d8799a58f7d660c3d8d4e3147571747cccede02bb9b35c407c9809fce45daf3df8611bc2b797f7f84f95e1d77614c37a8f79f4a5c3
6
+ metadata.gz: 0f3c4695864c4e614eee8c12655cc57376f620d712a400a5dbb567805df428375c82d1191868bfbbd0d18975af1f86e046f2bf9941a342625fda0b609bdb1e21
7
+ data.tar.gz: 40e7472e51dac8eb0fa444cef027683283992cb77b7343661a0a1b79c779b54da256ff8e7da4bd65b9c31c0e83e1284df5bc1041dc3fe373f878ff3f550988c8
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/livestream.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/video/live_stream"
39
+
40
+ client = Google::Cloud::Video::LiveStream.livestream_service
41
+ request = ::Google::Cloud::Video::LiveStream::V1::CreateChannelRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_channel request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Video
23
23
  module LiveStream
24
- VERSION = "2.0.1"
24
+ VERSION = "2.0.2"
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-video-live_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Live Stream API
76
76
  test_files: []