google-apis-displayvideo_v1 0.61.0 → 0.63.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: 4a2aaecbd7c9f342b4209d63a54306a829a00dfb1409e18bc257c2b5fb302b29
4
+ data.tar.gz: 4855c01ab6209a6cc60fb9aa3e5dab9a65141f3b87bc2a589683991e65e30483
5
5
  SHA512:
6
- metadata.gz: ae4d73becacf485a555e1f3cd0ac72da409e42f9aefebb96374d7c30e833d5ba9f98e3e14ef30ef606bb8b64e3fb30c70c514f4922e7858567594f1923ac05c3
7
- data.tar.gz: 15379a0edaaba319f9797cceb5b76c321523503a9d316315186c8bc3723d45c16e97bb4c02b585a1c300a21de1810a8d5e8033b4e8b46572ee4e98dd815e2c41
6
+ metadata.gz: d448e4dbccacce36808df8c3fdab19c88cf3d85c8655c5fbc6c9b3f8c40f1b0664c811503116d3dcf85615d30523c46c63274b6ecd064fbde19457970dd205d7
7
+ data.tar.gz: cd488a282706b1c6e6955aea1306ddb0a8b23aa16ac7e048ee0cabc9676c10003aba737599cad12afc1c8ee20720363eccd4f249657c3d56b7e319f243433673
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v1
2
2
 
3
+ ### v0.63.0 (2024-01-22)
4
+
5
+ * Regenerated from discovery document revision 20240118
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.62.0 (2024-01-07)
9
+
10
+ * Regenerated from discovery document revision 20240104
11
+
3
12
  ### v0.61.0 (2023-11-19)
4
13
 
5
14
  * 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.63.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 = "20231113"
25
+ REVISION = "20240118"
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
@@ -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_v1',
50
52
  client_version: Google::Apis::DisplayvideoV1::GEM_VERSION)
51
53
  @batch_path = 'batch'
@@ -1223,7 +1225,9 @@ module Google
1223
1225
  execute_or_queue_command(command, &block)
1224
1226
  end
1225
1227
 
1226
- # Creates a new creative. Returns the newly created creative if successful.
1228
+ # Creates a new creative. Returns the newly created creative if successful. A ["
1229
+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1230
+ # greater for the parent advertiser or partner is required to make this request.
1227
1231
  # @param [Fixnum] advertiser_id
1228
1232
  # Output only. The unique ID of the advertiser the creative belongs to.
1229
1233
  # @param [Google::Apis::DisplayvideoV1::Creative] creative_object
@@ -1258,7 +1262,9 @@ module Google
1258
1262
 
1259
1263
  # Deletes a creative. Returns error code `NOT_FOUND` if the creative does not
1260
1264
  # exist. The creative should be archived first, i.e. set entity_status to `
1261
- # ENTITY_STATUS_ARCHIVED`, before it can be deleted.
1265
+ # ENTITY_STATUS_ARCHIVED`, before it can be deleted. A ["Standard" user role](//
1266
+ # support.google.com/displayvideo/answer/2723011) or greater for the parent
1267
+ # advertiser or partner is required to make this request.
1262
1268
  # @param [Fixnum] advertiser_id
1263
1269
  # The ID of the advertiser this creative belongs to.
1264
1270
  # @param [Fixnum] creative_id
@@ -1408,7 +1414,9 @@ module Google
1408
1414
  execute_or_queue_command(command, &block)
1409
1415
  end
1410
1416
 
1411
- # Updates an existing creative. Returns the updated creative if successful.
1417
+ # Updates an existing creative. Returns the updated creative if successful. A ["
1418
+ # Standard" user role](//support.google.com/displayvideo/answer/2723011) or
1419
+ # greater for the parent advertiser or partner is required to make this request.
1412
1420
  # @param [Fixnum] advertiser_id
1413
1421
  # Output only. The unique ID of the advertiser the creative belongs to.
1414
1422
  # @param [Fixnum] creative_id
@@ -1975,7 +1983,8 @@ module Google
1975
1983
  # BulkEditLineItemAssignedTargetingOptionsRequest.create_requests. Requests to
1976
1984
  # this endpoint cannot be made concurrently with the following requests updating
1977
1985
  # the same line item: * lineItems.patch * assignedTargetingOptions.create *
1978
- # assignedTargetingOptions.delete
1986
+ # assignedTargetingOptions.delete YouTube & Partners line items cannot be
1987
+ # created or updated using the API.
1979
1988
  # @param [Fixnum] advertiser_id
1980
1989
  # Required. The ID of the advertiser the line item belongs to.
1981
1990
  # @param [Fixnum] line_item_id
@@ -2078,6 +2087,7 @@ module Google
2078
2087
  end
2079
2088
 
2080
2089
  # Creates a new line item. Returns the newly created line item if successful.
2090
+ # YouTube & Partners line items cannot be created or updated using the API.
2081
2091
  # @param [Fixnum] advertiser_id
2082
2092
  # Output only. The unique ID of the advertiser the line item belongs to.
2083
2093
  # @param [Google::Apis::DisplayvideoV1::LineItem] line_item_object
@@ -2112,7 +2122,8 @@ module Google
2112
2122
 
2113
2123
  # Deletes a line item. Returns error code `NOT_FOUND` if the line item does not
2114
2124
  # exist. The line item should be archived first, i.e. set entity_status to `
2115
- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
2125
+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. YouTube & Partners line
2126
+ # items cannot be created or updated using the API.
2116
2127
  # @param [Fixnum] advertiser_id
2117
2128
  # The ID of the advertiser this line item belongs to.
2118
2129
  # @param [Fixnum] line_item_id
@@ -2149,7 +2160,8 @@ module Google
2149
2160
  # insertion order and an `ENTITY_STATUS_DRAFT` entity_status. Returns the newly
2150
2161
  # created line item if successful. There are default values based on the three
2151
2162
  # fields: * The insertion order's insertion_order_type * The insertion order's
2152
- # automation_type * The given line_item_type
2163
+ # automation_type * The given line_item_type YouTube & Partners line items
2164
+ # cannot be created or updated using the API.
2153
2165
  # @param [Fixnum] advertiser_id
2154
2166
  # Required. The ID of the advertiser this line item belongs to.
2155
2167
  # @param [Google::Apis::DisplayvideoV1::GenerateDefaultLineItemRequest] generate_default_line_item_request_object
@@ -2289,7 +2301,8 @@ module Google
2289
2301
  # Requests to this endpoint cannot be made concurrently with the following
2290
2302
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2291
2303
  # BulkUpdateLineItems * assignedTargetingOptions.create *
2292
- # assignedTargetingOptions.delete
2304
+ # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2305
+ # created or updated using the API.
2293
2306
  # @param [Fixnum] advertiser_id
2294
2307
  # Output only. The unique ID of the advertiser the line item belongs to.
2295
2308
  # @param [Fixnum] line_item_id
@@ -2332,7 +2345,8 @@ module Google
2332
2345
  # option if successful. Requests to this endpoint cannot be made concurrently
2333
2346
  # with the following requests updating the same line item: * lineItems.
2334
2347
  # bulkEditAssignedTargetingOptions * lineItems.bulkUpdate * lineItems.patch *
2335
- # DeleteLineItemAssignedTargetingOption
2348
+ # DeleteLineItemAssignedTargetingOption YouTube & Partners line items cannot be
2349
+ # created or updated using the API.
2336
2350
  # @param [Fixnum] advertiser_id
2337
2351
  # Required. The ID of the advertiser the line item belongs to.
2338
2352
  # @param [Fixnum] line_item_id
@@ -2399,7 +2413,8 @@ module Google
2399
2413
  # Deletes an assigned targeting option from a line item. Requests to this
2400
2414
  # endpoint cannot be made concurrently with the following requests updating the
2401
2415
  # same line item: * lineItems.bulkEditAssignedTargetingOptions * lineItems.
2402
- # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption
2416
+ # bulkUpdate * lineItems.patch * CreateLineItemAssignedTargetingOption YouTube &
2417
+ # Partners line items cannot be created or updated using the API.
2403
2418
  # @param [Fixnum] advertiser_id
2404
2419
  # Required. The ID of the advertiser the line item belongs to.
2405
2420
  # @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.63.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-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_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.63.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