google-apis-cloudsearch_v1 0.41.0 → 0.42.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: ec7d5bbe06fd2d3a7168fe41dec292cac742fdb500dde748fc735cc2f380ac27
4
- data.tar.gz: e2090b1472caefd49abaf96926d325c9cb595b533b5ab515d2deb070c9d5cfc3
3
+ metadata.gz: 1f36a8bdfd678a2695a5267bbfb9faab21c68b4456b543ddee0a128548ce828e
4
+ data.tar.gz: 6f7147f2357019fe52d8b87035a81ab0fc6214f15c83ee5c6385d214e19ca150
5
5
  SHA512:
6
- metadata.gz: 2a4a17623d999adce984ec29bb24fc3019de294138d164d7550ed1b21e59ac6429d5979fe098ff8ec9d76ad806bc5a7aefd583a80b78940c8bfac6f1391621cd
7
- data.tar.gz: 3cc929746d4d497b45ac6069cc36e9605ccb74975ef0ce386b043807a6edb7c16e5fd84349c87c7ee9b2a26392f86f2a9f9bf436f2836b9a20c61d4acf60f405
6
+ metadata.gz: f1677be89b51415b8bdab901dfd25857a7557f92aa5e09a9781bfe7abf59203cd6dd0276ac6d34d9972bf20a078fae60af48c4f615ab3139fad6a7602ece7bc4
7
+ data.tar.gz: 0b4317c11f38a7a5895dbb9f7ca20cb19df2176f3a92c1de393905f673dbd3e6d5d2b487ef0b8f82be5aa805b95c9c86f65606e10a9e99d484262c024ef6e618
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudsearch_v1
2
2
 
3
+ ### v0.42.0 (2023-01-29)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+
3
7
  ### v0.41.0 (2023-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20230110
@@ -21418,13 +21418,20 @@ module Google
21418
21418
  class YouTubeLiveBroadcastEvent
21419
21419
  include Google::Apis::Core::Hashable
21420
21420
 
21421
+ # Input only. If the channel_id is for a YouTube Channel owned by a Brand
21422
+ # Account, client is required to populate this field with the obfuscated gaia id
21423
+ # of the Brand account when starting the broadcast.
21424
+ # Corresponds to the JSON property `brandAccountGaiaId`
21425
+ # @return [String]
21426
+ attr_accessor :brand_account_gaia_id
21427
+
21421
21428
  # Input only. The broadcast id, used to control the lifecycle of the event on
21422
21429
  # YouTube
21423
21430
  # Corresponds to the JSON property `broadcastId`
21424
21431
  # @return [String]
21425
21432
  attr_accessor :broadcast_id
21426
21433
 
21427
- # YouTube channel associated with the broadcast.
21434
+ # YouTube Channel associated with the broadcast.
21428
21435
  # Corresponds to the JSON property `channelId`
21429
21436
  # @return [String]
21430
21437
  attr_accessor :channel_id
@@ -21441,6 +21448,7 @@ module Google
21441
21448
 
21442
21449
  # Update properties of this object
21443
21450
  def update!(**args)
21451
+ @brand_account_gaia_id = args[:brand_account_gaia_id] if args.key?(:brand_account_gaia_id)
21444
21452
  @broadcast_id = args[:broadcast_id] if args.key?(:broadcast_id)
21445
21453
  @channel_id = args[:channel_id] if args.key?(:channel_id)
21446
21454
  @view_url = args[:view_url] if args.key?(:view_url)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudsearchV1
18
18
  # Version of the google-apis-cloudsearch_v1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230110"
25
+ REVISION = "20230117"
26
26
  end
27
27
  end
28
28
  end
@@ -9556,6 +9556,7 @@ module Google
9556
9556
  class YouTubeLiveBroadcastEvent
9557
9557
  # @private
9558
9558
  class Representation < Google::Apis::Core::JsonRepresentation
9559
+ property :brand_account_gaia_id, as: 'brandAccountGaiaId'
9559
9560
  property :broadcast_id, as: 'broadcastId'
9560
9561
  property :channel_id, as: 'channelId'
9561
9562
  property :view_url, as: 'viewUrl'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudsearch_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.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: 2023-01-22 00:00:00.000000000 Z
11
+ date: 2023-01-29 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-cloudsearch_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudsearch_v1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudsearch_v1
63
63
  post_install_message:
64
64
  rdoc_options: []