google-cloud-video-transcoder 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: 665da4db75fd6f59b182483f0a00f63833d11bd56ee9767faebcf18de6b5ad18
4
- data.tar.gz: 48392415a4370f8ca34b92855a45fb49d98867c8ac151ce48caa5e61441318c0
3
+ metadata.gz: 1f90b74129a2b2a327c820594859d83663879be6bd7df251b1a1e96dc468148b
4
+ data.tar.gz: ecf2a4cc139726cf70643a511c2bede91fe7fcd027c9ba31c058411432d1c323
5
5
  SHA512:
6
- metadata.gz: 0cd2d8debb0f043d28a45178f51feb1729fdb8935620fbbf7a3ca6260346ea5735fbcc6508259a15e0f8ee419731e5fb70f2d3638b208c5ee73dfdb46dc25bef
7
- data.tar.gz: de9fbd3db5ae1071934007b271da075dd64fb6276aa5a3a1143e018daab44fac61211d86d1d1f11524368f2c022876132609918edb049cfc7c3882235c189c80
6
+ metadata.gz: daef9e29de8ed312e77bb932845ef3b315d41fe6652510348358c896a8980329db78cebd9c425036654f692210fdec0f8ff8ccda4836a64512de6cc814c1fecd
7
+ data.tar.gz: 83d25fcae5069dee608a994f7fdfaa0ce631a50dfdaead8c304c036162eed85498dca1af04ff46316fbdb418bbc31a4d68c8a81fdaa974f7dced52c8bb56de71
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/transcoder.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/video/transcoder"
39
+
40
+ client = Google::Cloud::Video::Transcoder.transcoder_service
41
+ request = ::Google::Cloud::Video::Transcoder::V1::CreateJobRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_job 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 Transcoder
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-transcoder
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
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Transcoder API
75
75
  test_files: []