google-apis-displayvideo_v2 0.19.0 → 0.21.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: '079f965e81af899a930b680474002172ca67c98200c3a8e288bcc441ef7a7f72'
4
- data.tar.gz: 42f6dba71dfa596c775d3e1781bdae1079d10591f38edb369a2a327f7417109f
3
+ metadata.gz: ac58e53b6f27d8a93f759de8a260cd09a49a8882c4a06a5e910ef2f625426ab6
4
+ data.tar.gz: c8301f5584606a9af7156845f6ea91a44b4fda6ac6b1a687dc66e962f30d8245
5
5
  SHA512:
6
- metadata.gz: 6670861a0e946dbc51a1cb5fb032cd780da240237afe3a21aacdef6783500f0d6bde090c2db23137b7f0fffff7e95894a5401814878d187ed142d4621f452282
7
- data.tar.gz: 42d5ac83f4a7908cb44f4588e4a33f05332ff6c39ee470746054f157ed209452ded18fcca10fd560dd066f55bc550c4bf1506ca12095ce66b7d4b2087d42c7f7
6
+ metadata.gz: 59ed4e0751017ecfe752754bdbd0291f9e54083be5cf906919ad0b0125b3a304632221e1bda28ab0f9abd73d57e164be5b53e0869212e7652d956688257b707e
7
+ data.tar.gz: 23a9cdfd03361cbef144af379b97cd76ffa0e2dd811b55587d6ba3d486c3c275e99047a07024715ba98c4092c2a2e3fa8ed27f6688157a7046142b1b14f140b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.21.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230615
6
+
7
+ ### v0.20.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230608
10
+
3
11
  ### v0.19.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230518
@@ -1259,11 +1259,7 @@ module Google
1259
1259
  # contains first and third party audience ids only. The relation between each
1260
1260
  # first and third party audience group is INTERSECTION, and the result is UNION'
1261
1261
  # ed with other audience groups. Repeated groups with same settings will be
1262
- # ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
1263
- # be deprecated on **May 20, 2023**. After this date, these audiences will not
1264
- # be able to be added to resource targeting. Read our [feature deprecation
1265
- # announcement](/display-video/api/deprecations#features.
1266
- # first_and_third_party_audience_types) for more information.
1262
+ # ignored.
1267
1263
  # Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
1268
1264
  # @return [Array<Google::Apis::DisplayvideoV2::FirstAndThirdPartyAudienceGroup>]
1269
1265
  attr_accessor :included_first_and_third_party_audience_groups
@@ -6757,12 +6753,6 @@ module Google
6757
6753
  # @return [Google::Apis::DisplayvideoV2::InventorySourceStatus]
6758
6754
  attr_accessor :status
6759
6755
 
6760
- # Immutable. The unique ID of the sub-site property assigned to this inventory
6761
- # source.
6762
- # Corresponds to the JSON property `subSitePropertyId`
6763
- # @return [Fixnum]
6764
- attr_accessor :sub_site_property_id
6765
-
6766
6756
  # A time range.
6767
6757
  # Corresponds to the JSON property `timeRange`
6768
6758
  # @return [Google::Apis::DisplayvideoV2::TimeRange]
@@ -6797,7 +6787,6 @@ module Google
6797
6787
  @read_partner_ids = args[:read_partner_ids] if args.key?(:read_partner_ids)
6798
6788
  @read_write_accessors = args[:read_write_accessors] if args.key?(:read_write_accessors)
6799
6789
  @status = args[:status] if args.key?(:status)
6800
- @sub_site_property_id = args[:sub_site_property_id] if args.key?(:sub_site_property_id)
6801
6790
  @time_range = args[:time_range] if args.key?(:time_range)
6802
6791
  @update_time = args[:update_time] if args.key?(:update_time)
6803
6792
  end
@@ -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.19.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230518"
25
+ REVISION = "20230615"
26
26
  end
27
27
  end
28
28
  end
@@ -3747,7 +3747,6 @@ module Google
3747
3747
 
3748
3748
  property :status, as: 'status', class: Google::Apis::DisplayvideoV2::InventorySourceStatus, decorator: Google::Apis::DisplayvideoV2::InventorySourceStatus::Representation
3749
3749
 
3750
- property :sub_site_property_id, :numeric_string => true, as: 'subSitePropertyId'
3751
3750
  property :time_range, as: 'timeRange', class: Google::Apis::DisplayvideoV2::TimeRange, decorator: Google::Apis::DisplayvideoV2::TimeRange::Representation
3752
3751
 
3753
3752
  property :update_time, as: 'updateTime'
@@ -1565,7 +1565,7 @@ module Google
1565
1565
  # OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
1566
1566
  # fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
1567
1567
  # displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
1568
- # input in the form of `YYYY-MM-DD`) **Deprecated. Not available after June 8,
1568
+ # input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
1569
1569
  # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
1570
1570
  # Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
1571
1571
  # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
@@ -2416,30 +2416,28 @@ module Google
2416
2416
  # OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
2417
2417
  # )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
2418
2418
  # fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
2419
- # endDate` (input formatted as `YYYY-MM-DD`) **Deprecated. Not available after
2420
- # June 8, 2023** * `flight.triggerId` * `insertionOrderId` * `lineItemId` * `
2421
- # lineItemType` * `targetedChannelId` * `targetedNegativeKeywordListId` * `
2422
- # updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2423
- # warningMessages` Examples: * All line items under an insertion order: `
2424
- # insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED`
2425
- # and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(
2426
- # entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED")
2427
- # AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items whose
2428
- # flight dates end before March 28, 2019: `flight.dateRange.endDate<"2019-03-28"`
2429
- # * All line items that have `NO_VALID_CREATIVE` in `warningMessages`: `
2430
- # warningMessages:"NO_VALID_CREATIVE"` * All line items with an update time less
2431
- # than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-
2432
- # 11-04T18:54:47Z"` * All line items with an update time greater than or equal
2433
- # to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime>="2020-11-04T18:54:
2434
- # 47Z"` * All line items that are using both the specified channel and specified
2435
- # negative keyword list in their targeting: `targetedNegativeKeywordListId=789
2436
- # AND targetedChannelId=12345` The length of this field should be no more than
2437
- # 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2419
+ # endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
2420
+ # June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
2421
+ # 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
2422
+ # targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
2423
+ # targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
2424
+ # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2425
+ # warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
2426
+ # * All line items under an insertion order: `insertionOrderId="1234"` * All `
2427
+ # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2428
+ # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2429
+ # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2430
+ # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items with an update
2431
+ # time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2432
+ # updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
2433
+ # greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2434
+ # updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more
2435
+ # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2438
2436
  # guides/how-tos/filters) guide for more information.
2439
2437
  # @param [String] order_by
2440
2438
  # Field by which to sort the list. Acceptable values are: * `displayName` (
2441
- # default) * `entityStatus` * `flight.dateRange.endDate` **Deprecated. Not
2442
- # available after June 8, 2023** * `updateTime` The default sorting order is
2439
+ # default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
2440
+ # available after June 21, 2023** * `updateTime` The default sorting order is
2443
2441
  # ascending. To specify descending order for a field, a suffix "desc" should be
2444
2442
  # added to the field name. Example: `displayName desc`.
2445
2443
  # @param [Fixnum] page_size
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.19.0
4
+ version: 0.21.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-05-21 00:00:00.000000000 Z
11
+ date: 2023-06-18 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-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.21.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: []