google-cloud-video-live_stream-v1 1.3.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84886d636b7c8ebd7cfc369c16dbe62b66c4b37ec86be072313a418ac83a56bb
|
4
|
+
data.tar.gz: d3090673bf89a243674fac41fa60b12e62349042a454f5e838ef9f4a74a0a87e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c1ae20c7702a3af99a7b370495606a4b95454aa78ac0ec9104c58915ff8e9a265124a5d1105a468f344c6537d6964f5542e2b7a5710ec96fe5a9b653d4c2e7be
|
7
|
+
data.tar.gz: 0ff634c7957a16b4350aa15f5b037383d62753165b98248b8a39bd7eb63543cd84f9ea902e2c4ad018ab6e3c175b473e8c3eec493166516ef485d84a75e22a7d
|
@@ -406,10 +406,10 @@ module Google
|
|
406
406
|
# Specifies the ordering of results following syntax at
|
407
407
|
# https://cloud.google.com/apis/design/design_patterns#sorting_order.
|
408
408
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
409
|
-
# @yieldparam result [::Google::Cloud::Video::LiveStream::V1::
|
409
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Channel>]
|
410
410
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
411
411
|
#
|
412
|
-
# @return [::Google::Cloud::Video::LiveStream::V1::
|
412
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Channel>]
|
413
413
|
#
|
414
414
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
415
415
|
#
|
@@ -461,7 +461,9 @@ module Google
|
|
461
461
|
retry_policy: @config.retry_policy
|
462
462
|
|
463
463
|
@livestream_service_stub.list_channels request, options do |result, operation|
|
464
|
+
result = ::Gapic::Rest::PagedEnumerable.new @livestream_service_stub, :list_channels, "channels", request, result, options
|
464
465
|
yield result, operation if block_given?
|
466
|
+
throw :response, result
|
465
467
|
end
|
466
468
|
rescue ::Gapic::Rest::Error => e
|
467
469
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1124,10 +1126,10 @@ module Google
|
|
1124
1126
|
# Specifies the ordering of results following syntax at [Sorting
|
1125
1127
|
# Order](https://cloud.google.com/apis/design/design_patterns#sorting_order).
|
1126
1128
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1127
|
-
# @yieldparam result [::Google::Cloud::Video::LiveStream::V1::
|
1129
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Input>]
|
1128
1130
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1129
1131
|
#
|
1130
|
-
# @return [::Google::Cloud::Video::LiveStream::V1::
|
1132
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Input>]
|
1131
1133
|
#
|
1132
1134
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1133
1135
|
#
|
@@ -1179,7 +1181,9 @@ module Google
|
|
1179
1181
|
retry_policy: @config.retry_policy
|
1180
1182
|
|
1181
1183
|
@livestream_service_stub.list_inputs request, options do |result, operation|
|
1184
|
+
result = ::Gapic::Rest::PagedEnumerable.new @livestream_service_stub, :list_inputs, "inputs", request, result, options
|
1182
1185
|
yield result, operation if block_given?
|
1186
|
+
throw :response, result
|
1183
1187
|
end
|
1184
1188
|
rescue ::Gapic::Rest::Error => e
|
1185
1189
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1614,10 +1618,10 @@ module Google
|
|
1614
1618
|
# Specifies the ordering of results following syntax at
|
1615
1619
|
# https://cloud.google.com/apis/design/design_patterns#sorting_order.
|
1616
1620
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1617
|
-
# @yieldparam result [::Google::Cloud::Video::LiveStream::V1::
|
1621
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Event>]
|
1618
1622
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1619
1623
|
#
|
1620
|
-
# @return [::Google::Cloud::Video::LiveStream::V1::
|
1624
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Event>]
|
1621
1625
|
#
|
1622
1626
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1623
1627
|
#
|
@@ -1669,7 +1673,9 @@ module Google
|
|
1669
1673
|
retry_policy: @config.retry_policy
|
1670
1674
|
|
1671
1675
|
@livestream_service_stub.list_events request, options do |result, operation|
|
1676
|
+
result = ::Gapic::Rest::PagedEnumerable.new @livestream_service_stub, :list_events, "events", request, result, options
|
1672
1677
|
yield result, operation if block_given?
|
1678
|
+
throw :response, result
|
1673
1679
|
end
|
1674
1680
|
rescue ::Gapic::Rest::Error => e
|
1675
1681
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1877,10 +1883,10 @@ module Google
|
|
1877
1883
|
# @param order_by [::String]
|
1878
1884
|
# Hint for how to order the results
|
1879
1885
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1880
|
-
# @yieldparam result [::Google::Cloud::Video::LiveStream::V1::
|
1886
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Clip>]
|
1881
1887
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1882
1888
|
#
|
1883
|
-
# @return [::Google::Cloud::Video::LiveStream::V1::
|
1889
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Clip>]
|
1884
1890
|
#
|
1885
1891
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1886
1892
|
#
|
@@ -1932,7 +1938,9 @@ module Google
|
|
1932
1938
|
retry_policy: @config.retry_policy
|
1933
1939
|
|
1934
1940
|
@livestream_service_stub.list_clips request, options do |result, operation|
|
1941
|
+
result = ::Gapic::Rest::PagedEnumerable.new @livestream_service_stub, :list_clips, "clips", request, result, options
|
1935
1942
|
yield result, operation if block_given?
|
1943
|
+
throw :response, result
|
1936
1944
|
end
|
1937
1945
|
rescue ::Gapic::Rest::Error => e
|
1938
1946
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2550,10 +2558,10 @@ module Google
|
|
2550
2558
|
# @param order_by [::String]
|
2551
2559
|
# Hint for how to order the results
|
2552
2560
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2553
|
-
# @yieldparam result [::Google::Cloud::Video::LiveStream::V1::
|
2561
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Asset>]
|
2554
2562
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2555
2563
|
#
|
2556
|
-
# @return [::Google::Cloud::Video::LiveStream::V1::
|
2564
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Video::LiveStream::V1::Asset>]
|
2557
2565
|
#
|
2558
2566
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2559
2567
|
#
|
@@ -2605,7 +2613,9 @@ module Google
|
|
2605
2613
|
retry_policy: @config.retry_policy
|
2606
2614
|
|
2607
2615
|
@livestream_service_stub.list_assets request, options do |result, operation|
|
2616
|
+
result = ::Gapic::Rest::PagedEnumerable.new @livestream_service_stub, :list_assets, "assets", request, result, options
|
2608
2617
|
yield result, operation if block_given?
|
2618
|
+
throw :response, result
|
2609
2619
|
end
|
2610
2620
|
rescue ::Gapic::Rest::Error => e
|
2611
2621
|
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-live_stream-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
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
- !ruby/object:Gem::Version
|
132
132
|
version: '0'
|
133
133
|
requirements: []
|
134
|
-
rubygems_version: 3.6.
|
134
|
+
rubygems_version: 3.6.3
|
135
135
|
specification_version: 4
|
136
136
|
summary: API Client library for the Live Stream V1 API
|
137
137
|
test_files: []
|