google-apis-youtube_v3 0.14.0 → 0.15.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: c9fc6b4079dc8e913d0406c4f54965781836879b80a9e4bd9fefe8dfd381282c
4
- data.tar.gz: 3a0befbb8f20c1ced3afa0324616f074217357653b489f04a736adf47ff198cd
3
+ metadata.gz: 9e1618c4076d4ff460b4cb68eb67194b78de408fd5ee79b4e17042815f33864f
4
+ data.tar.gz: '04920e5e569b2830fc72721e2092754af7c54e2252c4fc23531e789d3e463217'
5
5
  SHA512:
6
- metadata.gz: 34617cad334ca19ae3c370bb05738d5af96a4e81d1fa030d78a94e7d65a091987e83e1ee6b884969290436f513a4e6c0a168d2f1ce90520032bf459aaa5c239c
7
- data.tar.gz: c2bb734322863ec34ed9171e69ba606b2e09e6098141c700e5a88514bc7c5c57579ddac0bd7aa93a4094076680ad206cd97da4e37980da2a585e1c9c53240f4c
6
+ metadata.gz: 5c0c840c241e0425304b8e1afc5a1b5bebe70f8d48e25adb055774419fcf4c6a97ffc734c3ad3266da4885d1d33bf1bb2f758949fc12700a17a2210394e2e1ca
7
+ data.tar.gz: 1f8d1450f4c4b929238699966bfbb052b5605b0cfd99c9c9fb6823e84245ddc9a06855370a9697313045f2b429cb90b6d5a921ef13f22afd85225be4d8b382fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-youtube_v3
2
2
 
3
+ ### v0.15.0 (2022-03-01)
4
+
5
+ * Regenerated from discovery document revision 20220227
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.14.0 (2021-12-14)
4
9
 
5
10
  * Unspecified changes
@@ -904,7 +904,7 @@ module Google
904
904
  # @return [String]
905
905
  attr_accessor :frame_rate
906
906
 
907
- # Describes information necessary for ingesting an RTMP or an HTTP stream.
907
+ # Describes information necessary for ingesting an RTMP, HTTP, or SRT stream.
908
908
  # Corresponds to the JSON property `ingestionInfo`
909
909
  # @return [Google::Apis::YoutubeV3::IngestionInfo]
910
910
  attr_accessor :ingestion_info
@@ -3290,7 +3290,7 @@ module Google
3290
3290
  end
3291
3291
  end
3292
3292
 
3293
- # Describes information necessary for ingesting an RTMP or an HTTP stream.
3293
+ # Describes information necessary for ingesting an RTMP, HTTP, or SRT stream.
3294
3294
  class IngestionInfo
3295
3295
  include Google::Apis::Core::Hashable
3296
3296
 
@@ -3322,7 +3322,7 @@ module Google
3322
3322
  # @return [String]
3323
3323
  attr_accessor :rtmps_ingestion_address
3324
3324
 
3325
- # The HTTP or RTMP stream name that YouTube assigns to the video stream.
3325
+ # The stream name that YouTube assigns to the video stream.
3326
3326
  # Corresponds to the JSON property `streamName`
3327
3327
  # @return [String]
3328
3328
  attr_accessor :stream_name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module YoutubeV3
18
18
  # Version of the google-apis-youtube_v3 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210915"
25
+ REVISION = "20220227"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-youtube_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-youtube_v3/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-youtube_v3
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for YouTube Data API v3 V3