google-cloud-video-live_stream-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: b9550b7a2b9e57ed001cddf4d1f55569be361616f3df60d78da95a5a9f07abd9
4
- data.tar.gz: af0d4559c8dd4be220699e656ed49696466788b1ff1d9daddda47073a4a3e558
3
+ metadata.gz: 84886d636b7c8ebd7cfc369c16dbe62b66c4b37ec86be072313a418ac83a56bb
4
+ data.tar.gz: d3090673bf89a243674fac41fa60b12e62349042a454f5e838ef9f4a74a0a87e
5
5
  SHA512:
6
- metadata.gz: 5172894d35f58aec20b8b83fcb292ef7d2b0d58af1735e43b03108f37fe3d13fd7d9906d3a86f31e424fe9e623dbd7a43d1639ce5bca08733a6d16635ff38faa
7
- data.tar.gz: 33e637f33d6fdcb126a7c5c0a736084539a72fd946fb78369baa50c3a03703129e56aceb06fb0558e4540588ec8967f04b7a139a207629568064c885902998ee
6
+ metadata.gz: c1ae20c7702a3af99a7b370495606a4b95454aa78ac0ec9104c58915ff8e9a265124a5d1105a468f344c6537d6964f5542e2b7a5710ec96fe5a9b653d4c2e7be
7
+ data.tar.gz: 0ff634c7957a16b4350aa15f5b037383d62753165b98248b8a39bd7eb63543cd84f9ea902e2c4ad018ab6e3c175b473e8c3eec493166516ef485d84a75e22a7d
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -3041,6 +3041,13 @@ module Google
3041
3041
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
3042
3042
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
3043
3043
  # * (`nil`) indicating no credentials
3044
+ #
3045
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
3046
+ # external source for authentication to Google Cloud, you must validate it before
3047
+ # providing it to a Google API client library. Providing an unvalidated credential
3048
+ # configuration to Google APIs can compromise the security of your systems and data.
3049
+ # For more information, refer to [Validate credential configurations from external
3050
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
3044
3051
  # @return [::Object]
3045
3052
  # @!attribute [rw] scope
3046
3053
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -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::ListChannelsResponse]
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::ListChannelsResponse]
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::ListInputsResponse]
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::ListInputsResponse]
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::ListEventsResponse]
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::ListEventsResponse]
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::ListClipsResponse]
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::ListClipsResponse]
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::ListAssetsResponse]
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::ListAssetsResponse]
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)
@@ -2841,6 +2851,13 @@ module Google
2841
2851
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2842
2852
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2843
2853
  # * (`nil`) indicating no credentials
2854
+ #
2855
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2856
+ # external source for authentication to Google Cloud, you must validate it before
2857
+ # providing it to a Google API client library. Providing an unvalidated credential
2858
+ # configuration to Google APIs can compromise the security of your systems and data.
2859
+ # For more information, refer to [Validate credential configurations from external
2860
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2844
2861
  # @return [::Object]
2845
2862
  # @!attribute [rw] scope
2846
2863
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module LiveStream
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
@@ -33,12 +33,18 @@ module Google
33
33
  # @!attribute [rw] video_stream
34
34
  # @return [::Google::Cloud::Video::LiveStream::V1::VideoStream]
35
35
  # Encoding of a video stream.
36
+ #
37
+ # Note: The following fields are mutually exclusive: `video_stream`, `audio_stream`, `text_stream`. If a field in that set is populated, all other fields in the set will automatically be cleared.
36
38
  # @!attribute [rw] audio_stream
37
39
  # @return [::Google::Cloud::Video::LiveStream::V1::AudioStream]
38
40
  # Encoding of an audio stream.
41
+ #
42
+ # Note: The following fields are mutually exclusive: `audio_stream`, `video_stream`, `text_stream`. If a field in that set is populated, all other fields in the set will automatically be cleared.
39
43
  # @!attribute [rw] text_stream
40
44
  # @return [::Google::Cloud::Video::LiveStream::V1::TextStream]
41
45
  # Encoding of a text stream. For example, closed captions or subtitles.
46
+ #
47
+ # Note: The following fields are mutually exclusive: `text_stream`, `video_stream`, `audio_stream`. If a field in that set is populated, all other fields in the set will automatically be cleared.
42
48
  class ElementaryStream
43
49
  include ::Google::Protobuf::MessageExts
44
50
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -307,6 +313,8 @@ module Google
307
313
  # calculated by `gopFrameCount`/`frameRate`. The calculated GOP duration
308
314
  # must satisfy the limitations on `gopDuration` as well.
309
315
  # Valid range is [60, 600].
316
+ #
317
+ # Note: The following fields are mutually exclusive: `gop_frame_count`, `gop_duration`. If a field in that set is populated, all other fields in the set will automatically be cleared.
310
318
  # @!attribute [rw] gop_duration
311
319
  # @return [::Google::Protobuf::Duration]
312
320
  # Select the GOP size based on the specified duration. The default is
@@ -317,6 +325,8 @@ module Google
317
325
  # must be divisible by `gopDuration`. Valid range is [2s, 20s].
318
326
  #
319
327
  # All video streams in the same channel must have the same GOP size.
328
+ #
329
+ # Note: The following fields are mutually exclusive: `gop_duration`, `gop_frame_count`. If a field in that set is populated, all other fields in the set will automatically be cleared.
320
330
  # @!attribute [rw] vbv_size_bits
321
331
  # @return [::Integer]
322
332
  # Size of the Video Buffering Verifier (VBV) buffer in bits. Must be
@@ -496,9 +506,13 @@ module Google
496
506
  # @!attribute [rw] utc_offset
497
507
  # @return [::Google::Protobuf::Duration]
498
508
  # UTC offset. Must be whole seconds, between -18 hours and +18 hours.
509
+ #
510
+ # Note: The following fields are mutually exclusive: `utc_offset`, `time_zone`. If a field in that set is populated, all other fields in the set will automatically be cleared.
499
511
  # @!attribute [rw] time_zone
500
512
  # @return [::Google::Type::TimeZone]
501
513
  # Time zone e.g. "America/Los_Angeles".
514
+ #
515
+ # Note: The following fields are mutually exclusive: `time_zone`, `utc_offset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
502
516
  class TimecodeConfig
503
517
  include ::Google::Protobuf::MessageExts
504
518
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -519,21 +519,33 @@ module Google
519
519
  # @!attribute [rw] input_switch
520
520
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::InputSwitchTask]
521
521
  # Switches to another input stream.
522
+ #
523
+ # Note: The following fields are mutually exclusive: `input_switch`, `ad_break`, `return_to_program`, `slate`, `mute`, `unmute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
522
524
  # @!attribute [rw] ad_break
523
525
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::AdBreakTask]
524
526
  # Inserts a new ad opportunity.
527
+ #
528
+ # Note: The following fields are mutually exclusive: `ad_break`, `input_switch`, `return_to_program`, `slate`, `mute`, `unmute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
525
529
  # @!attribute [rw] return_to_program
526
530
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::ReturnToProgramTask]
527
531
  # Stops any running ad break.
532
+ #
533
+ # Note: The following fields are mutually exclusive: `return_to_program`, `input_switch`, `ad_break`, `slate`, `mute`, `unmute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
528
534
  # @!attribute [rw] slate
529
535
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::SlateTask]
530
536
  # Inserts a slate.
537
+ #
538
+ # Note: The following fields are mutually exclusive: `slate`, `input_switch`, `ad_break`, `return_to_program`, `mute`, `unmute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
531
539
  # @!attribute [rw] mute
532
540
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::MuteTask]
533
541
  # Mutes the stream.
542
+ #
543
+ # Note: The following fields are mutually exclusive: `mute`, `input_switch`, `ad_break`, `return_to_program`, `slate`, `unmute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
534
544
  # @!attribute [rw] unmute
535
545
  # @return [::Google::Cloud::Video::LiveStream::V1::Event::UnmuteTask]
536
546
  # Unmutes the stream.
547
+ #
548
+ # Note: The following fields are mutually exclusive: `unmute`, `input_switch`, `ad_break`, `return_to_program`, `slate`, `mute`. If a field in that set is populated, all other fields in the set will automatically be cleared.
537
549
  # @!attribute [rw] execute_now
538
550
  # @return [::Boolean]
539
551
  # When this field is set to true, the event will be executed at the earliest
@@ -795,9 +807,13 @@ module Google
795
807
  # @!attribute [rw] video
796
808
  # @return [::Google::Cloud::Video::LiveStream::V1::Asset::VideoAsset]
797
809
  # VideoAsset represents a video.
810
+ #
811
+ # Note: The following fields are mutually exclusive: `video`, `image`. If a field in that set is populated, all other fields in the set will automatically be cleared.
798
812
  # @!attribute [rw] image
799
813
  # @return [::Google::Cloud::Video::LiveStream::V1::Asset::ImageAsset]
800
814
  # ImageAsset represents an image.
815
+ #
816
+ # Note: The following fields are mutually exclusive: `image`, `video`. If a field in that set is populated, all other fields in the set will automatically be cleared.
801
817
  # @!attribute [rw] crc32c
802
818
  # @return [::String]
803
819
  # Based64-encoded CRC32c checksum of the asset file. For more information,
@@ -886,12 +902,18 @@ module Google
886
902
  # @!attribute [rw] aes128
887
903
  # @return [::Google::Cloud::Video::LiveStream::V1::Encryption::Aes128Encryption]
888
904
  # Configuration for HLS AES-128 encryption.
905
+ #
906
+ # Note: The following fields are mutually exclusive: `aes128`, `sample_aes`, `mpeg_cenc`. If a field in that set is populated, all other fields in the set will automatically be cleared.
889
907
  # @!attribute [rw] sample_aes
890
908
  # @return [::Google::Cloud::Video::LiveStream::V1::Encryption::SampleAesEncryption]
891
909
  # Configuration for HLS SAMPLE-AES encryption.
910
+ #
911
+ # Note: The following fields are mutually exclusive: `sample_aes`, `aes128`, `mpeg_cenc`. If a field in that set is populated, all other fields in the set will automatically be cleared.
892
912
  # @!attribute [rw] mpeg_cenc
893
913
  # @return [::Google::Cloud::Video::LiveStream::V1::Encryption::MpegCommonEncryption]
894
914
  # Configuration for MPEG-Dash Common Encryption (MPEG-CENC).
915
+ #
916
+ # Note: The following fields are mutually exclusive: `mpeg_cenc`, `aes128`, `sample_aes`. If a field in that set is populated, all other fields in the set will automatically be cleared.
895
917
  class Encryption
896
918
  include ::Google::Protobuf::MessageExts
897
919
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -75,9 +75,13 @@ module Google
75
75
  # UTC offset. Must be whole seconds, between -18 hours and +18 hours.
76
76
  # For example, a UTC offset of -4:00 would be represented as
77
77
  # { seconds: -14400 }.
78
+ #
79
+ # Note: The following fields are mutually exclusive: `utc_offset`, `time_zone`. If a field in that set is populated, all other fields in the set will automatically be cleared.
78
80
  # @!attribute [rw] time_zone
79
81
  # @return [::Google::Type::TimeZone]
80
82
  # Time zone.
83
+ #
84
+ # Note: The following fields are mutually exclusive: `time_zone`, `utc_offset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
81
85
  class DateTime
82
86
  include ::Google::Protobuf::MessageExts
83
87
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +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: 1.2.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-02-07 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -118,7 +117,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
118
117
  licenses:
119
118
  - Apache-2.0
120
119
  metadata: {}
121
- post_install_message:
122
120
  rdoc_options: []
123
121
  require_paths:
124
122
  - lib
@@ -126,15 +124,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
126
124
  requirements:
127
125
  - - ">="
128
126
  - !ruby/object:Gem::Version
129
- version: '2.7'
127
+ version: '3.0'
130
128
  required_rubygems_version: !ruby/object:Gem::Requirement
131
129
  requirements:
132
130
  - - ">="
133
131
  - !ruby/object:Gem::Version
134
132
  version: '0'
135
133
  requirements: []
136
- rubygems_version: 3.5.23
137
- signing_key:
134
+ rubygems_version: 3.6.3
138
135
  specification_version: 4
139
136
  summary: API Client library for the Live Stream V1 API
140
137
  test_files: []