google-cloud-video-stitcher 1.1.1 → 1.2.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: dfd6d5387620ef1af8e6a218b30c64de8d0cb1ea1e9624aefe4e0245df4fd2b9
4
- data.tar.gz: 0e45efa855e14f1e314726cb193ac1af6739ed24ae098aaf5fc1ad87ff6e9434
3
+ metadata.gz: 35b0d4af3956e6b2b2430ebde58e632b07a92576173be7cf79e4731648a258f2
4
+ data.tar.gz: 5b982c5ceba531b6bb601d83392853e8da7a2d0d15f55ba1a027d3a03f5ae1e3
5
5
  SHA512:
6
- metadata.gz: 4b4b2f6a071fccc6c77a81ef25a931620cf320152f4fcd63c27c11ae0e224ff6d13bd165456f54122bb8bbc85e3f32f7fd2afcf74aafa9bbe57e55613dec2f3d
7
- data.tar.gz: ff2f7d05e0350885703407af3b14c93c61cb6cf6466cb684ed0314dcb0abf3c08e56d95d7382ce2144926a2995ddc053e4d6af28c2af3f1b620f1ffa2b84bc05
6
+ metadata.gz: da94cc769493144741e6f9346a84e490204637dccb66ca946a0561e07cb3a3de62d8dccefdbbddb41a8e7dd251d036bc0726dea17884136fc97cbc8338031aad
7
+ data.tar.gz: '03978ca779a9703246644eccfa429e456f62471313ba0617e4418921dd796a0f41a247fc0b995c004a84ffa2f5bbc2c508be3d5bee027076780ae36befe2b276'
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.2.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-video-stitcher
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,14 +70,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
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: []