google-cloud-video-stitcher 1.1.1 → 1.1.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: dfd6d5387620ef1af8e6a218b30c64de8d0cb1ea1e9624aefe4e0245df4fd2b9
4
- data.tar.gz: 0e45efa855e14f1e314726cb193ac1af6739ed24ae098aaf5fc1ad87ff6e9434
3
+ metadata.gz: 9ebc13408e3ff08a9a000228f6c87b3afcdf9740d89792549c4f49219012f4f6
4
+ data.tar.gz: 3aeaedec25c3c5f7cfe6530523c2d964cb772857b4c64790d405382836b90869
5
5
  SHA512:
6
- metadata.gz: 4b4b2f6a071fccc6c77a81ef25a931620cf320152f4fcd63c27c11ae0e224ff6d13bd165456f54122bb8bbc85e3f32f7fd2afcf74aafa9bbe57e55613dec2f3d
7
- data.tar.gz: ff2f7d05e0350885703407af3b14c93c61cb6cf6466cb684ed0314dcb0abf3c08e56d95d7382ce2144926a2995ddc053e4d6af28c2af3f1b620f1ffa2b84bc05
6
+ metadata.gz: d0d24159b09c531c526e59862430ab032cdb49c237c236675568cbabbf9eb40ff89ae8c07fc5bd5e98ac2fac3bced44170880329740fa33f345af363e2da10a1
7
+ data.tar.gz: ca0fd8ac3c77cf03ade70372d4396108f55a005005d68108838281da5d5bc61718c8fe302a58b565047df2fdec90d2b82c783b0527d04cd2e6c4d6a43470ab48
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/videostitcher.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/video/stitcher"
39
+
40
+ client = Google::Cloud::Video::Stitcher.video_stitcher_service
41
+ request = ::Google::Cloud::Video::Stitcher::V1::CreateCdnKeyRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_cdn_key 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 Stitcher
24
- VERSION = "1.1.1"
24
+ VERSION = "1.1.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-stitcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Video Stitcher API
83
83
  test_files: []