google-apis-displayvideo_v2 0.29.0 → 0.30.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: aec6cc0a6f569c6413599b6cba55a7a142be724e23c405940fc1b554650dd328
4
- data.tar.gz: 8ca630cea1d927a520559d0a54fb3fd510ecd78b692c37cfff18f21b8bd4e6d7
3
+ metadata.gz: 0774c4f5e7e01a26a332362525f54336852608cd252555851647b9c7b647e77b
4
+ data.tar.gz: 9e24429986721285ce0dba910518747fe3b1cf30c156279e48e11bfe072ff43f
5
5
  SHA512:
6
- metadata.gz: 4aa773ee683f2b3d0f3eca6b8a4b01bf62dccefe57f66e9ee967eaea7088c97a6964ff0c0def36ee4ab3445c1d3f9c52cbcdfe804f45438cc64c8ef8fad526a4
7
- data.tar.gz: 04ef25c824aa8f1c83d81a905b6f86ddb58874e28acc12deb80cad5b92ecabd147c819cc26aac1d2150b71776f817041bc4506a7550f3e88fd2e540c6977396d
6
+ metadata.gz: 34067b85232fd3430ea10b765894361a80bec0d1ff502b9d2db702b4c0c8f637cb1c2f203558c9da0e7b789bc3de9f222bf9c68a1686cf264a358fbd74459345
7
+ data.tar.gz: 53a44e33939f49bfca43ebcecffecd0bb8d6af073411d1fdad19986c0a1a9e38ecb610cbd5fb9aec2e4852b10e193a42864a80cfc61cf83fb5732c1a799e7a08
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.30.0 (2024-01-22)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.0
7
+
3
8
  ### v0.29.0 (2024-01-07)
4
9
 
5
10
  * Regenerated from discovery document revision 20240104
@@ -270,7 +270,7 @@ module Google
270
270
  class AdvertiserBillingConfig
271
271
  include Google::Apis::Core::Hashable
272
272
 
273
- # The ID of a billing profile assigned to the advertiser.
273
+ # Optional. The ID of a billing profile assigned to the advertiser.
274
274
  # Corresponds to the JSON property `billingProfileId`
275
275
  # @return [Fixnum]
276
276
  attr_accessor :billing_profile_id
@@ -5724,10 +5724,10 @@ module Google
5724
5724
  # @return [Fixnum]
5725
5725
  attr_accessor :max_impressions
5726
5726
 
5727
- # The maximum number of times a user may click-through or fully view an ad
5728
- # during this period until it is no longer served to them. Must be greater than
5729
- # 0. Only applicable to YouTube and Partners resources. Required when unlimited
5730
- # is `false` and max_impressions is not set.
5727
+ # Optional. The maximum number of times a user may click-through or fully view
5728
+ # an ad during this period until it is no longer served to them. Must be greater
5729
+ # than 0. Only applicable to YouTube and Partners resources. Required when
5730
+ # unlimited is `false` and max_impressions is not set.
5731
5731
  # Corresponds to the JSON property `maxViews`
5732
5732
  # @return [Fixnum]
5733
5733
  attr_accessor :max_views
@@ -12081,6 +12081,12 @@ module Google
12081
12081
  class YoutubeAndPartnersInventorySourceConfig
12082
12082
  include Google::Apis::Core::Hashable
12083
12083
 
12084
+ # Optional. Whether to target inventory in video apps available with Google TV.
12085
+ # Corresponds to the JSON property `includeGoogleTv`
12086
+ # @return [Boolean]
12087
+ attr_accessor :include_google_tv
12088
+ alias_method :include_google_tv?, :include_google_tv
12089
+
12084
12090
  # Whether to target inventory on the YouTube search results page.
12085
12091
  # Corresponds to the JSON property `includeYoutubeSearch`
12086
12092
  # @return [Boolean]
@@ -12107,6 +12113,7 @@ module Google
12107
12113
 
12108
12114
  # Update properties of this object
12109
12115
  def update!(**args)
12116
+ @include_google_tv = args[:include_google_tv] if args.key?(:include_google_tv)
12110
12117
  @include_youtube_search = args[:include_youtube_search] if args.key?(:include_youtube_search)
12111
12118
  @include_youtube_video_partners = args[:include_youtube_video_partners] if args.key?(:include_youtube_video_partners)
12112
12119
  @include_youtube_videos = args[:include_youtube_videos] if args.key?(:include_youtube_videos)
@@ -12140,18 +12147,19 @@ module Google
12140
12147
  # @return [Google::Apis::DisplayvideoV2::YoutubeAndPartnersInventorySourceConfig]
12141
12148
  attr_accessor :inventory_source_settings
12142
12149
 
12143
- # The ID of the form to generate leads.
12150
+ # Optional. The ID of the form to generate leads.
12144
12151
  # Corresponds to the JSON property `leadFormId`
12145
12152
  # @return [Fixnum]
12146
12153
  attr_accessor :lead_form_id
12147
12154
 
12148
- # The ID of the merchant which is linked to the line item for product feed.
12155
+ # Optional. The ID of the merchant which is linked to the line item for product
12156
+ # feed.
12149
12157
  # Corresponds to the JSON property `linkedMerchantId`
12150
12158
  # @return [Fixnum]
12151
12159
  attr_accessor :linked_merchant_id
12152
12160
 
12153
- # The IDs of the videos appear below the primary video ad when the ad is playing
12154
- # in the YouTube app on mobile devices.
12161
+ # Optional. The IDs of the videos appear below the primary video ad when the ad
12162
+ # is playing in the YouTube app on mobile devices.
12155
12163
  # Corresponds to the JSON property `relatedVideoIds`
12156
12164
  # @return [Array<String>]
12157
12165
  attr_accessor :related_video_ids
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.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.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240104"
25
+ REVISION = "20240118"
26
26
  end
27
27
  end
28
28
  end
@@ -5243,6 +5243,7 @@ module Google
5243
5243
  class YoutubeAndPartnersInventorySourceConfig
5244
5244
  # @private
5245
5245
  class Representation < Google::Apis::Core::JsonRepresentation
5246
+ property :include_google_tv, as: 'includeGoogleTv'
5246
5247
  property :include_youtube_search, as: 'includeYoutubeSearch'
5247
5248
  property :include_youtube_video_partners, as: 'includeYoutubeVideoPartners'
5248
5249
  property :include_youtube_videos, as: 'includeYoutubeVideos'
@@ -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_v2',
50
52
  client_version: Google::Apis::DisplayvideoV2::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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.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-23 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []