google-apis-displayvideo_v1 0.62.0 → 0.64.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: 299847c177b5185d6aa7843abd22b41485ecce00e9de9fc27de224adb79d9770
4
- data.tar.gz: 3ec6e93da722264155aa6e4b937a0ab7e58ae6919ed5505ee51174c7ae26409d
3
+ metadata.gz: 6ea73219f973e0ca6ea9963eec28116c2aa2582f6ed31edfcfa701575014dbe9
4
+ data.tar.gz: 34e1a52c28dc8659bdebb1beb8c6b4bcfcb97175141be3723c7f7ad1c60b5018
5
5
  SHA512:
6
- metadata.gz: 328b49bc17bcecf4fe46d869702a05e0396a763392e4e8626e4dc121ff796580cd8e414eca485c171ded5cad25c4f93cdd3ecac95efd4fd766a171789093be47
7
- data.tar.gz: af263e2ad41b791427d497dc6d644d298282a1f0ac72d4a9e0f2b9a76328aa21f35a833a42a0d24478e3194d629cb7f630c7831fcbd033cf80309376820da667
6
+ metadata.gz: d474dcec2d57019f19e60ec46163a7c89a1a3692f42e6d0b5ba2a69dc92fce39ce6cac01f2c47b110f6113e6605c1c6971a3dfe60e2cf07c59f4c4dc76e3ae39
7
+ data.tar.gz: e6f768889bdfc30adedd0c4bc08a7aeee144d2cf122dae2516a6ee86e55e1e4ec12f56ffe1504a801c0e8e2df78d00371556bc03517a70f9975b8ebc5941ce46
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.64.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240125
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.63.0 (2024-01-22)
9
+
10
+ * Regenerated from discovery document revision 20240118
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.62.0 (2024-01-07)
4
14
 
5
15
  * Regenerated from discovery document revision 20240104
@@ -2604,6 +2604,12 @@ module Google
2604
2604
  # @return [Fixnum]
2605
2605
  attr_accessor :cm_account_id
2606
2606
 
2607
+ # Output only. The set of CM360 Advertiser IDs sharing the CM360 Floodlight
2608
+ # configuration.
2609
+ # Corresponds to the JSON property `cmAdvertiserIds`
2610
+ # @return [Array<Fixnum>]
2611
+ attr_accessor :cm_advertiser_ids
2612
+
2607
2613
  # Required. Immutable. ID of the CM360 Floodlight configuration linked with the
2608
2614
  # DV360 advertiser.
2609
2615
  # Corresponds to the JSON property `cmFloodlightConfigId`
@@ -2645,6 +2651,7 @@ module Google
2645
2651
  # Update properties of this object
2646
2652
  def update!(**args)
2647
2653
  @cm_account_id = args[:cm_account_id] if args.key?(:cm_account_id)
2654
+ @cm_advertiser_ids = args[:cm_advertiser_ids] if args.key?(:cm_advertiser_ids)
2648
2655
  @cm_floodlight_config_id = args[:cm_floodlight_config_id] if args.key?(:cm_floodlight_config_id)
2649
2656
  @cm_floodlight_linking_authorized = args[:cm_floodlight_linking_authorized] if args.key?(:cm_floodlight_linking_authorized)
2650
2657
  @cm_syncable_site_ids = args[:cm_syncable_site_ids] if args.key?(:cm_syncable_site_ids)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV1
18
18
  # Version of the google-apis-displayvideo_v1 gem
19
- GEM_VERSION = "0.62.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240104"
25
+ REVISION = "20240125"
26
26
  end
27
27
  end
28
28
  end
@@ -2443,6 +2443,7 @@ module Google
2443
2443
  # @private
2444
2444
  class Representation < Google::Apis::Core::JsonRepresentation
2445
2445
  property :cm_account_id, :numeric_string => true, as: 'cmAccountId'
2446
+ collection :cm_advertiser_ids, as: 'cmAdvertiserIds'
2446
2447
  property :cm_floodlight_config_id, :numeric_string => true, as: 'cmFloodlightConfigId'
2447
2448
  property :cm_floodlight_linking_authorized, as: 'cmFloodlightLinkingAuthorized'
2448
2449
  collection :cm_syncable_site_ids, as: 'cmSyncableSiteIds'
@@ -34,6 +34,8 @@ module Google
34
34
  #
35
35
  # @see https://developers.google.com/display-video/
36
36
  class DisplayVideoService < Google::Apis::Core::BaseService
37
+ DEFAULT_ENDPOINT_TEMPLATE = "https://displayvideo.$UNIVERSE_DOMAIN$/"
38
+
37
39
  # @return [String]
38
40
  # API key. Your API key identifies your project and provides you with API access,
39
41
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -45,7 +47,7 @@ module Google
45
47
  attr_accessor :quota_user
46
48
 
47
49
  def initialize
48
- super('https://displayvideo.googleapis.com/', '',
50
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
49
51
  client_name: 'google-apis-displayvideo_v1',
50
52
  client_version: Google::Apis::DisplayvideoV1::GEM_VERSION)
51
53
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.64.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: 2024-01-07 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-displayvideo_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.64.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v1
63
63
  post_install_message:
64
64
  rdoc_options: []