google-cloud-video-transcoder-v1 1.2.0 → 2.0.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: a4d67058c98f34e880faa145940eb4ef580262b3dc05273e46c0fc6139912b7a
4
- data.tar.gz: e2d4fbbd94e8ff8ba78068005e4f307d2e80e834c052cd2d5b78bc8362b4f632
3
+ metadata.gz: a22dcbe9be45978b5a605b51283df540874193f7bb300475d48c024ef16e4d5f
4
+ data.tar.gz: b19e9378be6a07c2b30c1a667695fd16897dc008a79a5f4b1fb7bdf9f0810b87
5
5
  SHA512:
6
- metadata.gz: 0edcf7d36aa8a2ae512beed0632a5d1af5415d4f2c312201314451ddf514d7118d880f958482f3572c01af45322ac327cd4349b82ad37fe784f3070bf5b6e61d
7
- data.tar.gz: 81ea76ee3b68b39ce047e6eaaab8acee5f6c9c0027c29bf8f87cbb779bf0617fd9cca9bde4e906df463b83705fc6f19c1c2543a1f9ff51a0541eb054553b5c12
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::ListJobsResponse]
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::ListJobsResponse]
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::ListJobTemplatesResponse]
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::ListJobTemplatesResponse]
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)
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module Transcoder
24
24
  module V1
25
- VERSION = "1.2.0"
25
+ VERSION = "2.0.0"
26
26
  end
27
27
  end
28
28
  end
@@ -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: 1.2.0
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-01-29 00:00:00.000000000 Z
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.2
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.