google-cloud-video-transcoder-v1 1.2.0 → 2.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a22dcbe9be45978b5a605b51283df540874193f7bb300475d48c024ef16e4d5f
|
4
|
+
data.tar.gz: b19e9378be6a07c2b30c1a667695fd16897dc008a79a5f4b1fb7bdf9f0810b87
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a3fd5e5990721fbc168cac99f4e31df81af0e9b881dd2a5327159654a432da449b01f7e5de5ba91a5955fe053808cd5431fca622dc9928b5cb3be5a63789e13
|
7
|
+
data.tar.gz: 9f1e9277655d8431d5a2a42cff10df86e1045b83aebb0dcb29068ae62fa0803069beef38467e7d09770009c08fd54dfac06946d1d8f4c03ce79c3d3926b73936
|
@@ -316,10 +316,10 @@ module Google
|
|
316
316
|
# One or more fields to compare and use to sort the output.
|
317
317
|
# See https://google.aip.dev/132#ordering.
|
318
318
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
319
|
-
# @yieldparam result [::Google::Cloud::Video::Transcoder::V1::
|
319
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::Transcoder::V1::Job>]
|
320
320
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
321
321
|
#
|
322
|
-
# @return [::Google::Cloud::Video::Transcoder::V1::
|
322
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::Transcoder::V1::Job>]
|
323
323
|
#
|
324
324
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
325
325
|
#
|
@@ -371,7 +371,9 @@ module Google
|
|
371
371
|
retry_policy: @config.retry_policy
|
372
372
|
|
373
373
|
@transcoder_service_stub.list_jobs request, options do |result, operation|
|
374
|
+
result = ::Gapic::Rest::PagedEnumerable.new @transcoder_service_stub, :list_jobs, "jobs", request, result, options
|
374
375
|
yield result, operation if block_given?
|
376
|
+
throw :response, result
|
375
377
|
end
|
376
378
|
rescue ::Gapic::Rest::Error => e
|
377
379
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -658,10 +660,10 @@ module Google
|
|
658
660
|
# One or more fields to compare and use to sort the output.
|
659
661
|
# See https://google.aip.dev/132#ordering.
|
660
662
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
661
|
-
# @yieldparam result [::Google::Cloud::Video::Transcoder::V1::
|
663
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::Transcoder::V1::JobTemplate>]
|
662
664
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
663
665
|
#
|
664
|
-
# @return [::Google::Cloud::Video::Transcoder::V1::
|
666
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::Transcoder::V1::JobTemplate>]
|
665
667
|
#
|
666
668
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
667
669
|
#
|
@@ -713,7 +715,9 @@ module Google
|
|
713
715
|
retry_policy: @config.retry_policy
|
714
716
|
|
715
717
|
@transcoder_service_stub.list_job_templates request, options do |result, operation|
|
718
|
+
result = ::Gapic::Rest::PagedEnumerable.new @transcoder_service_stub, :list_job_templates, "job_templates", request, result, options
|
716
719
|
yield result, operation if block_given?
|
720
|
+
throw :response, result
|
717
721
|
end
|
718
722
|
rescue ::Gapic::Rest::Error => e
|
719
723
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-video-transcoder-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
101
101
|
- !ruby/object:Gem::Version
|
102
102
|
version: '0'
|
103
103
|
requirements: []
|
104
|
-
rubygems_version: 3.6.
|
104
|
+
rubygems_version: 3.6.3
|
105
105
|
specification_version: 4
|
106
106
|
summary: This API converts video files into formats suitable for consumer distribution.
|
107
107
|
For more information, see the Transcoder API overview.
|