google-apis-displayvideo_v1 0.61.0 → 0.62.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: 140f0881461faf1b1f37bc0250049a0f10d7758f5e488d806a4b47ddc0cebcb6
4
- data.tar.gz: 1eef14ccec536d3861f827ac1f5c1a65519647fc4cb87a78c5c0a580455a3f6a
3
+ metadata.gz: 299847c177b5185d6aa7843abd22b41485ecce00e9de9fc27de224adb79d9770
4
+ data.tar.gz: 3ec6e93da722264155aa6e4b937a0ab7e58ae6919ed5505ee51174c7ae26409d
5
5
  SHA512:
6
- metadata.gz: ae4d73becacf485a555e1f3cd0ac72da409e42f9aefebb96374d7c30e833d5ba9f98e3e14ef30ef606bb8b64e3fb30c70c514f4922e7858567594f1923ac05c3
7
- data.tar.gz: 15379a0edaaba319f9797cceb5b76c321523503a9d316315186c8bc3723d45c16e97bb4c02b585a1c300a21de1810a8d5e8033b4e8b46572ee4e98dd815e2c41
6
+ metadata.gz: 328b49bc17bcecf4fe46d869702a05e0396a763392e4e8626e4dc121ff796580cd8e414eca485c171ded5cad25c4f93cdd3ecac95efd4fd766a171789093be47
7
+ data.tar.gz: af263e2ad41b791427d497dc6d644d298282a1f0ac72d4a9e0f2b9a76328aa21f35a833a42a0d24478e3194d629cb7f630c7831fcbd033cf80309376820da667
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.62.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240104
6
+
3
7
  ### v0.61.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231113
@@ -9256,13 +9256,16 @@ module Google
9256
9256
  attr_accessor :proximity_radius_unit
9257
9257
 
9258
9258
  # Required. The targeting_option_id of a TargetingOption of type `
9259
- # TARGETING_TYPE_POI`. Accepted POI targeting option IDs can be retrieved using
9260
- # SearchTargetingOptions. If targeting a specific latitude/longitude coordinate
9261
- # removed from an address or POI name, you can generate the necessary targeting
9262
- # option ID by rounding the desired coordinate values to the 6th decimal place,
9263
- # removing the decimals, and concatenating the string values separated by a
9264
- # semicolon. For example, you can target the latitude/longitude pair of 40.
9265
- # 7414691, -74.003387 using the targeting option ID "40741469;-74003387".
9259
+ # TARGETING_TYPE_POI`. Accepted POI targeting option IDs can be retrieved using `
9260
+ # targetingTypes.targetingOptions.search`. If targeting a specific latitude/
9261
+ # longitude coordinate removed from an address or POI name, you can generate the
9262
+ # necessary targeting option ID by rounding the desired coordinate values to the
9263
+ # 6th decimal place, removing the decimals, and concatenating the string values
9264
+ # separated by a semicolon. For example, you can target the latitude/longitude
9265
+ # pair of 40.7414691, -74.003387 using the targeting option ID "40741469;-
9266
+ # 74003387". **Upon** **creation, this field value will be updated to append a
9267
+ # semicolon and** **alphanumerical hash value if only latitude/longitude
9268
+ # coordinates are** **provided.**
9266
9269
  # Corresponds to the JSON property `targetingOptionId`
9267
9270
  # @return [String]
9268
9271
  attr_accessor :targeting_option_id
@@ -10664,6 +10667,11 @@ module Google
10664
10667
  # @return [String]
10665
10668
  attr_accessor :email
10666
10669
 
10670
+ # Output only. The timestamp when the user last logged in DV360 UI.
10671
+ # Corresponds to the JSON property `lastLoginTime`
10672
+ # @return [String]
10673
+ attr_accessor :last_login_time
10674
+
10667
10675
  # Output only. The resource name of the user.
10668
10676
  # Corresponds to the JSON property `name`
10669
10677
  # @return [String]
@@ -10683,6 +10691,7 @@ module Google
10683
10691
  @assigned_user_roles = args[:assigned_user_roles] if args.key?(:assigned_user_roles)
10684
10692
  @display_name = args[:display_name] if args.key?(:display_name)
10685
10693
  @email = args[:email] if args.key?(:email)
10694
+ @last_login_time = args[:last_login_time] if args.key?(:last_login_time)
10686
10695
  @name = args[:name] if args.key?(:name)
10687
10696
  @user_id = args[:user_id] if args.key?(:user_id)
10688
10697
  end
@@ -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.61.0"
19
+ GEM_VERSION = "0.62.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 = "20231113"
25
+ REVISION = "20240104"
26
26
  end
27
27
  end
28
28
  end
@@ -4601,6 +4601,7 @@ module Google
4601
4601
 
4602
4602
  property :display_name, as: 'displayName'
4603
4603
  property :email, as: 'email'
4604
+ property :last_login_time, as: 'lastLoginTime'
4604
4605
  property :name, as: 'name'
4605
4606
  property :user_id, :numeric_string => true, as: 'userId'
4606
4607
  end
@@ -1223,7 +1223,9 @@ module Google
1223
1223
  execute_or_queue_command(command, &block)
1224
1224
  end
1225
1225
 
1226
- # Creates a new creative. Returns the newly created creative if successful.
1226
+ # Creates a new creative. Returns the newly created creative if successful. A ["
1227
+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1228
+ # greater for the parent advertiser or partner is required to make this request.
1227
1229
  # @param [Fixnum] advertiser_id
1228
1230
  # Output only. The unique ID of the advertiser the creative belongs to.
1229
1231
  # @param [Google::Apis::DisplayvideoV1::Creative] creative_object
@@ -1258,7 +1260,9 @@ module Google
1258
1260
 
1259
1261
  # Deletes a creative. Returns error code `NOT_FOUND` if the creative does not
1260
1262
  # exist. The creative should be archived first, i.e. set entity_status to `
1261
- # ENTITY_STATUS_ARCHIVED`, before it can be deleted.
1263
+ # ENTITY_STATUS_ARCHIVED`, before it can be deleted. A ["Standard" user role](//
1264
+ # support.google.com/displayvideo/answer/2723011) or greater for the parent
1265
+ # advertiser or partner is required to make this request.
1262
1266
  # @param [Fixnum] advertiser_id
1263
1267
  # The ID of the advertiser this creative belongs to.
1264
1268
  # @param [Fixnum] creative_id
@@ -1408,7 +1412,9 @@ module Google
1408
1412
  execute_or_queue_command(command, &block)
1409
1413
  end
1410
1414
 
1411
- # Updates an existing creative. Returns the updated creative if successful.
1415
+ # Updates an existing creative. Returns the updated creative if successful. A ["
1416
+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1417
+ # greater for the parent advertiser or partner is required to make this request.
1412
1418
  # @param [Fixnum] advertiser_id
1413
1419
  # Output only. The unique ID of the advertiser the creative belongs to.
1414
1420
  # @param [Fixnum] creative_id
@@ -1975,7 +1981,8 @@ module Google
1975
1981
  # BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to
1976
1982
  # this endpoint cannot be made concurrently with the following requests updating
1977
1983
  # the same line item: * lineItems.patch * assignedTargetingOptions.create *
1978
- # assignedTargetingOptions.delete
1984
+ # assignedTargetingOptions.delete YouTube & Partners line items cannot be
1985
+ # created or updated using the API.
1979
1986
  # @param [Fixnum] advertiser_id
1980
1987
  # Required. The ID of the advertiser the line item belongs to.
1981
1988
  # @param [Fixnum] line_item_id
@@ -2078,6 +2085,7 @@ module Google
2078
2085
  end
2079
2086
 
2080
2087
  # Creates a new line item. Returns the newly created line item if successful.
2088
+ # YouTube & Partners line items cannot be created or updated using the API.
2081
2089
  # @param [Fixnum] advertiser_id
2082
2090
  # Output only. The unique ID of the advertiser the line item belongs to.
2083
2091
  # @param [Google::Apis::DisplayvideoV1::LineItem] line_item_object
@@ -2112,7 +2120,8 @@ module Google
2112
2120
 
2113
2121
  # Deletes a line item. Returns error code `NOT_FOUND` if the line item does not
2114
2122
  # exist. The line item should be archived first, i.e. set entity_status to `
2115
- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
2123
+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. YouTube & Partners line
2124
+ # items cannot be created or updated using the API.
2116
2125
  # @param [Fixnum] advertiser_id
2117
2126
  # The ID of the advertiser this line item belongs to.
2118
2127
  # @param [Fixnum] line_item_id
@@ -2149,7 +2158,8 @@ module Google
2149
2158
  # insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly
2150
2159
  # created line item if successful. There are default values based on the three
2151
2160
  # fields: * The insertion order's insertion_order_type * The insertion order's
2152
- # automation_type * The given line_item_type
2161
+ # automation_type * The given line_item_type YouTube & Partners line items
2162
+ # cannot be created or updated using the API.
2153
2163
  # @param [Fixnum] advertiser_id
2154
2164
  # Required. The ID of the advertiser this line item belongs to.
2155
2165
  # @param [Google::Apis::DisplayvideoV1::GenerateDefaultLineItemRequest] generate_default_line_item_request_object
@@ -2289,7 +2299,8 @@ module Google
2289
2299
  # Requests to this endpoint cannot be made concurrently with the following
2290
2300
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2291
2301
  # BulkUpdateLineItems * assignedTargetingOptions.create *
2292
- # assignedTargetingOptions.delete
2302
+ # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2303
+ # created or updated using the API.
2293
2304
  # @param [Fixnum] advertiser_id
2294
2305
  # Output only. The unique ID of the advertiser the line item belongs to.
2295
2306
  # @param [Fixnum] line_item_id
@@ -2332,7 +2343,8 @@ module Google
2332
2343
  # option if successful. Requests to this endpoint cannot be made concurrently
2333
2344
  # with the following requests updating the same line item: * lineItems.
2334
2345
  # bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch *
2335
- # DeleteLineItemAssignedTargetingOption
2346
+ # DeleteLineItemAssignedTargetingOption YouTube & Partners line items cannot be
2347
+ # created or updated using the API.
2336
2348
  # @param [Fixnum] advertiser_id
2337
2349
  # Required. The ID of the advertiser the line item belongs to.
2338
2350
  # @param [Fixnum] line_item_id
@@ -2399,7 +2411,8 @@ module Google
2399
2411
  # Deletes an assigned targeting option from a line item. Requests to this
2400
2412
  # endpoint cannot be made concurrently with the following requests updating the
2401
2413
  # same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.
2402
- # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
2414
+ # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption YouTube &
2415
+ # Partners line items cannot be created or updated using the API.
2403
2416
  # @param [Fixnum] advertiser_id
2404
2417
  # Required. The ID of the advertiser the line item belongs to.
2405
2418
  # @param [Fixnum] line_item_id
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.61.0
4
+ version: 0.62.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-11-19 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.62.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Display & Video 360 API V1