google-cloud-video-transcoder-v1 0.6.0 → 0.7.0

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: 6c1a8217f18c0b59be327c9a6629205aa35e13b45db02528c7c1034560841fda
4
- data.tar.gz: 5b4165b7372641e647b527e6591b05ad1750313006be9663786c32455eaa6c0b
3
+ metadata.gz: 8564ffa49cea4d572859c727d4d29a2f405c48cf10b374b3c983f5bb241f339a
4
+ data.tar.gz: 778e14515b3dfd773971b5cb8175ae8c9bf00e878d18174a25f77b451d34da31
5
5
  SHA512:
6
- metadata.gz: 927ea1ca217a2a2c48715b2468b58bdf093dbaa28b07238e35e6a35c29588e81a54efd9da8c90de64206814a71114b170193d6e3090558d4e042717f30cff00b
7
- data.tar.gz: a52906efefa5eea0128a5fde060aeab192040b062b88231e80499248f1b16c5326a2154c447fcc71e1cfb8776caa307f493ec58319825493c74bb3284ca27175
6
+ metadata.gz: 969ce12127f7c32769b34bd70c6e407e8ab839c982741c07a149aea25139e28bdbc4d455ea8f1adf8dcdaa6e78abd727529ca80626b33980a6b4b003dc423174
7
+ data.tar.gz: 49c44cab8c7f5b2558d693e996d99531e1b1238faa7b8689923fc3cffb8e3a3415a29da6059a446e4cd60506a326fc9554fde08e355f3522a38b64c782613d05
@@ -0,0 +1,39 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2023 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+ require "google/cloud/video/transcoder/v1/transcoder_service/rest"
20
+ require "google/cloud/video/transcoder/v1/version"
21
+
22
+ module Google
23
+ module Cloud
24
+ module Video
25
+ module Transcoder
26
+ ##
27
+ # To load just the REST part of this package, including all its services, and instantiate a REST client:
28
+ #
29
+ # @example
30
+ #
31
+ # require "google/cloud/video/transcoder/v1/rest"
32
+ # client = ::Google::Cloud::Video::Transcoder::V1::TranscoderService::Rest::Client.new
33
+ #
34
+ module V1
35
+ end
36
+ end
37
+ end
38
+ end
39
+ end