google-apis-displayvideo_v1 0.53.0 → 0.55.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: 749c242d6542bda5b322048dc89ab029ada4e11183a307a9bfe44fd1b90b7e81
4
- data.tar.gz: ddba645ccd697ce384bae42138ed4740161c960724789be4b1887f8bc0befbc3
3
+ metadata.gz: 9db93fd48bf827933609e5238f8b2279b87df34de69ccb208a839208466ca7c2
4
+ data.tar.gz: 963fbab2f454506460932f33d4575170996c66d5173eb8bd22cf3e8b0d623d86
5
5
  SHA512:
6
- metadata.gz: 520b04257ce61f9935628ba022028ac096a376c14beb24956c371b2bf11e55b590623491eee839541175c3911543216429352a54d0c5a32b193d0e214284f671
7
- data.tar.gz: 3907be33ccc69c8cd41f81c5618b9a989520aa59155b6fac00ea0d4dde5e7df78cbd6ed98abd5f7a6db7f976f5da335d405bfd1c57f6a168ce3f85f977892d7f
6
+ metadata.gz: 3403e6ded55a120157e83f4c2bc532bc7dbdadb8388fd5b537359bbc19181dc4156c1d6d9baac3cf22ef9d3d63df8c3e90722ec4f2c82cb0f5f78d000c637ca0
7
+ data.tar.gz: 6fcf7224e3531096de1c2cb50a86447c5368adcb48275cd5f639cd4588259365ab27b5a1829e65b75205e674bcfa532c583fb875a14b5156256c49af21440e14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.55.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230623
6
+
7
+ ### v0.54.0 (2023-06-18)
8
+
9
+ * Regenerated from discovery document revision 20230615
10
+
3
11
  ### v0.53.0 (2023-06-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20230608
@@ -1171,11 +1171,7 @@ module Google
1171
1171
  # contains first and third party audience ids only. The relation between each
1172
1172
  # first and third party audience group is INTERSECTION, and the result is UNION'
1173
1173
  # ed with other audience groups. Repeated groups with same settings will be
1174
- # ignored. **Warning:** `ACTIVITY_BASED` and `FREQUENCY_CAP` audience types will
1175
- # be deprecated on **May 20, 2023**. After this date, these audiences will not
1176
- # be able to be added to resource targeting. Read our [feature deprecation
1177
- # announcement](/display-video/api/deprecations#features.
1178
- # first_and_third_party_audience_types) for more information.
1174
+ # ignored.
1179
1175
  # Corresponds to the JSON property `includedFirstAndThirdPartyAudienceGroups`
1180
1176
  # @return [Array<Google::Apis::DisplayvideoV1::FirstAndThirdPartyAudienceGroup>]
1181
1177
  attr_accessor :included_first_and_third_party_audience_groups
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.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 = "20230608"
25
+ REVISION = "20230623"
26
26
  end
27
27
  end
28
28
  end
@@ -1626,15 +1626,12 @@ module Google
1626
1626
  # expressions are made up of one or more restrictions. * Restrictions can be
1627
1627
  # combined by `AND` or `OR` logical operators. A sequence of restrictions
1628
1628
  # implicitly uses `AND`. * A restriction has the form of ``field` `operator` `
1629
- # value``. * The `budget.budget_segments.date_range.end_date` field must use the
1630
- # `LESS THAN (<)` operator. * The `updateTime` field must use the `GREATER THAN
1631
- # OR EQUAL TO (>=)` or `LESS THAN OR EQUAL TO (<=)` operators. * All other
1632
- # fields must use the `EQUALS (=)` operator. Supported fields: * `campaignId` * `
1633
- # displayName` * `entityStatus` * `budget.budget_segments.date_range.end_date` (
1634
- # input in the form of `YYYY-MM-DD`) * **Deprecated. Not available after June 21,
1635
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`)
1636
- # Examples: * All insertion orders under a campaign: `campaignId="1234"` * All `
1637
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1629
+ # value``. * The `updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)`
1630
+ # or `LESS THAN OR EQUAL TO (<=)` operators. * All other fields must use the `
1631
+ # EQUALS (=)` operator. Supported fields: * `campaignId` * `displayName` * `
1632
+ # entityStatus` * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:
1633
+ # SSZ`) Examples: * All insertion orders under a campaign: `campaignId="1234"` *
1634
+ # All `ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` insertion orders under an
1638
1635
  # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
1639
1636
  # ENTITY_STATUS_PAUSED")` * All insertion orders with an update time less than
1640
1637
  # or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `updateTime<="2020-11-
@@ -2228,33 +2225,24 @@ module Google
2228
2225
  # are made up of one or more restrictions. * Restrictions can be combined by `
2229
2226
  # AND` or `OR` logical operators. A sequence of restrictions implicitly uses `
2230
2227
  # AND`. * A restriction has the form of ``field` `operator` `value``. * The `
2231
- # flight.dateRange.endDate` field must use the `LESS THAN (<)` operator. * The `
2232
2228
  # updateTime` field must use the `GREATER THAN OR EQUAL TO (>=)` or `LESS THAN
2233
- # OR EQUAL TO (<=)` operators. * The `warningMessages` field must use the `HAS (:
2234
- # )` operator. * All other fields must use the `EQUALS (=)` operator. Supported
2235
- # fields: * `campaignId` * `displayName` * `entityStatus` * `flight.dateRange.
2236
- # endDate` (input formatted as `YYYY-MM-DD`) * **Deprecated. Not available after
2237
- # June 21, 2023** * `flight.triggerId` * **Deprecated. Not available after June
2238
- # 21, 2023** * `insertionOrderId` * `lineItemId` * `lineItemType` * `
2239
- # targetedChannelId` * **Deprecated. Not available after June 21, 2023** * `
2240
- # targetedNegativeKeywordListId` * **Deprecated. Not available after June 21,
2241
- # 2023** * `updateTime` (input in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) * `
2242
- # warningMessages` * **Deprecated. Not available after June 21, 2023** Examples:
2243
- # * All line items under an insertion order: `insertionOrderId="1234"` * All `
2244
- # ENTITY_STATUS_ACTIVE` or `ENTITY_STATUS_PAUSED` and `
2245
- # LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an advertiser: `(entityStatus=
2246
- # "ENTITY_STATUS_ACTIVE" OR entityStatus="ENTITY_STATUS_PAUSED") AND
2247
- # lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` * All line items with an update
2248
- # time less than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2249
- # updateTime<="2020-11-04T18:54:47Z"` * All line items with an update time
2250
- # greater than or equal to 2020-11-04T18:54:47Z (format of ISO 8601): `
2251
- # updateTime>="2020-11-04T18:54:47Z"` The length of this field should be no more
2252
- # than 500 characters. Reference our [filter `LIST` requests](/display-video/api/
2253
- # guides/how-tos/filters) guide for more information.
2229
+ # OR EQUAL TO (<=)` operators. * All other fields must use the `EQUALS (=)`
2230
+ # operator. Supported fields: * `campaignId` * `displayName` * `entityStatus` * `
2231
+ # insertionOrderId` * `lineItemId` * `lineItemType` * `updateTime` (input in ISO
2232
+ # 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * All line items under an
2233
+ # insertion order: `insertionOrderId="1234"` * All `ENTITY_STATUS_ACTIVE` or `
2234
+ # ENTITY_STATUS_PAUSED` and `LINE_ITEM_TYPE_DISPLAY_DEFAULT` line items under an
2235
+ # advertiser: `(entityStatus="ENTITY_STATUS_ACTIVE" OR entityStatus="
2236
+ # ENTITY_STATUS_PAUSED") AND lineItemType="LINE_ITEM_TYPE_DISPLAY_DEFAULT"` *
2237
+ # All line items with an update time less than or equal to 2020-11-04T18:54:47Z (
2238
+ # format of ISO 8601): `updateTime<="2020-11-04T18:54:47Z"` * All line items
2239
+ # with an update time greater than or equal to 2020-11-04T18:54:47Z (format of
2240
+ # ISO 8601): `updateTime>="2020-11-04T18:54:47Z"` The length of this field
2241
+ # should be no more than 500 characters. Reference our [filter `LIST` requests](/
2242
+ # display-video/api/guides/how-tos/filters) guide for more information.
2254
2243
  # @param [String] order_by
2255
2244
  # Field by which to sort the list. Acceptable values are: * `displayName` (
2256
- # default) * `entityStatus` * `flight.dateRange.endDate` * **Deprecated. Not
2257
- # available after June 21, 2023** * `updateTime` The default sorting order is
2245
+ # default) * `entityStatus` * `updateTime` The default sorting order is
2258
2246
  # ascending. To specify descending order for a field, a suffix "desc" should be
2259
2247
  # added to the field name. Example: `displayName desc`.
2260
2248
  # @param [Fixnum] page_size
@@ -5458,6 +5446,9 @@ module Google
5458
5446
  # Gets an inventory source.
5459
5447
  # @param [Fixnum] inventory_source_id
5460
5448
  # Required. The ID of the inventory source to fetch.
5449
+ # @param [Fixnum] advertiser_id
5450
+ # Optional. The advertiser_id is optional, when it is provided, the advertiser
5451
+ # access is used.
5461
5452
  # @param [Fixnum] partner_id
5462
5453
  # Required. The ID of the DV360 partner to which the fetched inventory source is
5463
5454
  # permissioned.
@@ -5478,11 +5469,12 @@ module Google
5478
5469
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
5479
5470
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
5480
5471
  # @raise [Google::Apis::AuthorizationError] Authorization is required
5481
- def get_inventory_source(inventory_source_id, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5472
+ def get_inventory_source(inventory_source_id, advertiser_id: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
5482
5473
  command = make_simple_command(:get, 'v1/inventorySources/{+inventorySourceId}', options)
5483
5474
  command.response_representation = Google::Apis::DisplayvideoV1::InventorySource::Representation
5484
5475
  command.response_class = Google::Apis::DisplayvideoV1::InventorySource
5485
5476
  command.params['inventorySourceId'] = inventory_source_id unless inventory_source_id.nil?
5477
+ command.query['advertiserId'] = advertiser_id unless advertiser_id.nil?
5486
5478
  command.query['partnerId'] = partner_id unless partner_id.nil?
5487
5479
  command.query['fields'] = fields unless fields.nil?
5488
5480
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.53.0
4
+ version: 0.55.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-07-02 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.55.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: []