google-apis-displayvideo_v4 0.16.0 → 0.17.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: 87e980c51de4c4233fb344f2d141442ede7bd46825c5c7aae04ef2d2079a947c
4
- data.tar.gz: ac27498a2431d5dff986c15916c1f45af94880e3a35b53fda9614ceb4a2c61d3
3
+ metadata.gz: 6d463bc3aebd0068f0c8bdfe347d983cb7c249047b3978515ae0e98b6fc261a5
4
+ data.tar.gz: 23be13609bcbddf8a9f6dcc06e801467abde0bd8f936f60566b5cd3c88abd162
5
5
  SHA512:
6
- metadata.gz: aa4631ca6c3489619e45680508fcc5304b9dd6e68c921f304b7505305cf762113e8f843183340dfe0d6070838971b7b8cea29008f593f1bf754bfffa6b20f6cd
7
- data.tar.gz: 293e12c782f419b09d140df1434f50fb8869f7a762340926dbc76db5c78ce3b5045ba4a7d5d073dbf2a52fa70cc496cb81734ac0c1e9597913ca67a1f37d4c43
6
+ metadata.gz: b2890903890ae2c90d8ed4bd12e3bad71c96db5be769a786ebb18f20567f58a4d14122aaafd4f43c4f9255637f678f491b1bca3cc4dd92fab5e55fa09ef4fa50
7
+ data.tar.gz: a5bcb3bfb39dcbdfc6dca158d6810b72e576f209091139841e816f012d82fda1f3337708cae0ad567ebffe8f859b6938845cb66066aca6cd3fad43b0e0b9b92b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.17.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260127
6
+
3
7
  ### v0.16.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20260107
@@ -198,7 +198,7 @@ module Google
198
198
  class AdGroupAd
199
199
  include Google::Apis::Core::Hashable
200
200
 
201
- # The unique ID of the ad. Assigned by the system.
201
+ # Output only. The unique ID of the ad. Assigned by the system.
202
202
  # Corresponds to the JSON property `adGroupAdId`
203
203
  # @return [Fixnum]
204
204
  attr_accessor :ad_group_ad_id
@@ -221,7 +221,7 @@ module Google
221
221
  # @return [Array<Google::Apis::DisplayvideoV4::AdUrl>]
222
222
  attr_accessor :ad_urls
223
223
 
224
- # The unique ID of the advertiser the ad belongs to.
224
+ # Output only. The unique ID of the advertiser the ad belongs to.
225
225
  # Corresponds to the JSON property `advertiserId`
226
226
  # @return [Fixnum]
227
227
  attr_accessor :advertiser_id
@@ -262,7 +262,7 @@ module Google
262
262
  # @return [Google::Apis::DisplayvideoV4::MastheadAd]
263
263
  attr_accessor :masthead_ad
264
264
 
265
- # The resource name of the ad.
265
+ # Output only. The resource name of the ad.
266
266
  # Corresponds to the JSON property `name`
267
267
  # @return [String]
268
268
  attr_accessor :name
@@ -9485,7 +9485,7 @@ module Google
9485
9485
  class ListAdGroupAdsResponse
9486
9486
  include Google::Apis::Core::Hashable
9487
9487
 
9488
- # The list of ad group ads. This list will be absent if empty.
9488
+ # The list of ads. This list will be absent if empty.
9489
9489
  # Corresponds to the JSON property `adGroupAds`
9490
9490
  # @return [Array<Google::Apis::DisplayvideoV4::AdGroupAd>]
9491
9491
  attr_accessor :ad_group_ads
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260107"
25
+ REVISION = "20260127"
26
26
  end
27
27
  end
28
28
  end
@@ -592,7 +592,7 @@ module Google
592
592
  # @param [Fixnum] advertiser_id
593
593
  # Required. The ID of the advertiser this ad group ad belongs to.
594
594
  # @param [Fixnum] ad_group_ad_id
595
- # Required. The ID of the ad group ad to fetch.
595
+ # Required. The ID of the ad to fetch.
596
596
  # @param [String] fields
597
597
  # Selector specifying which fields to include in a partial response.
598
598
  # @param [String] quota_user
@@ -623,16 +623,16 @@ module Google
623
623
 
624
624
  # Lists ad group ads.
625
625
  # @param [Fixnum] advertiser_id
626
- # Required. The ID of the advertiser the ad groups belongs to.
626
+ # Required. The ID of the advertiser the ads belong to.
627
627
  # @param [String] filter
628
- # Optional. Allows filtering by custom ad group ad fields. Supported syntax: *
629
- # Filter expressions are made up of one or more restrictions. * Restrictions can
630
- # be combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`
631
- # . * A restriction has the form of ``field` `operator` `value``. * All fields
632
- # must use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `
633
- # displayName` * `entityStatus` * `adGroupAdId` Examples: * All ad group ads
634
- # under an ad group: `adGroupId="1234"` * All ad group ads under an ad group
635
- # with an entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(
628
+ # Optional. Allows filtering by ad group ad fields. Supported syntax: * Filter
629
+ # expressions are made up of one or more restrictions. * Restrictions can be
630
+ # combined by `AND` and `OR`. A sequence of restrictions implicitly uses `AND`. *
631
+ # A restriction has the form of ``field` `operator` `value``. * All fields must
632
+ # use the `EQUALS (=)` operator. Supported fields: * `adGroupId` * `displayName`
633
+ # * `entityStatus` * `adGroupAdId` Examples: * All ad group ads under an ad
634
+ # group: `adGroupId="1234"` * All ad group ads under an ad group with an
635
+ # entityStatus of `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`: `(
636
636
  # entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")
637
637
  # AND adGroupId="12345"` The length of this field should be no more than 500
638
638
  # characters. Reference our [filter `LIST` requests](/display-video/api/guides/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.16.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.17.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths: