google-apis-displayvideo_v2 0.35.0 → 0.36.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: 10ada0e7480e4fc308dba4461faaa9aefa35586a05f936ff061c2240e50ad164
4
- data.tar.gz: 238ff67b152e0afacc85b43804979d9ded0cad07777f8a09133047e0613ff90a
3
+ metadata.gz: 795e7a8a42cb4a5538c6f90e2f6dfe10f593a4a1197e706bfb779b6c328e000f
4
+ data.tar.gz: 5c28070524132f6e77ddad26ac85d0f83787b3fa3ab953648871029c544a1e91
5
5
  SHA512:
6
- metadata.gz: e7905832c7b076c8da1261e50edd0c4f40897c32cd4d0ce0ee2639fe36c5d8d1ab47e1d8692c52befa4d11b882debfe1a16225d9d9d4929b04ca5db727ed8e77
7
- data.tar.gz: c4645e57922495b060b58f6ab1d7d53e6ea57d46297da3bd71ce0ccf951b0e1bddb27bc9f2583d808423031afa91635ba695b8a9c50bfc3d7f0580d397fcc282
6
+ metadata.gz: 76a526403b54f0a4f9cb72f141b1b8a57fe9524b7214d3a022795f00cb58229c3639b8fa530b1cfa3cfd7471c4125c7e4fcd41f5cd6636cdecc7080bf2146da4
7
+ data.tar.gz: 196cbdedf124cbb37d816a290ac8c4bbae4062c3c131f65bc54611d4a621c1f190e7ff530e02400a9036346d58121d84ead231c8ee2671cb696a97e5989e429d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.36.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240314
6
+
3
7
  ### v0.35.0 (2024-03-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20240307
@@ -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.35.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240307"
25
+ REVISION = "20240314"
26
26
  end
27
27
  end
28
28
  end
@@ -7418,26 +7418,29 @@ module Google
7418
7418
  # Allows filtering by user fields. Supported syntax: * Filter expressions are
7419
7419
  # made up of one or more restrictions. * Restrictions can be combined by the
7420
7420
  # logical operator `AND`. * A restriction has the form of ``field` `operator` `
7421
- # value``. * The `budget.budget_segments.date_range.end_date` field must use the
7422
- # `LESS THAN (<)` operator. * The `displayName and `email` field must use the `
7423
- # HAS (:)` operator. * All other fields must use the `EQUALS (=)` operator.
7424
- # Supported fields: * `assignedUserRole.advertiserId` * `assignedUserRole.
7425
- # entityType` * This is synthetic field of `AssignedUserRole` used for filtering.
7426
- # Identifies the type of entity to which the user role is assigned. Valid
7427
- # values are `Partner` and `Advertiser`. * `assignedUserRole.parentPartnerId` *
7428
- # This is a synthetic field of `AssignedUserRole` used for filtering. Identifies
7429
- # the parent partner of the entity to which the user role is assigned. * `
7430
- # assignedUserRole.partnerId` * `assignedUserRole.userRole` * `displayName` * `
7431
- # email` Examples: * The user with `displayName` containing "foo": `displayName:"
7432
- # foo"` * The user with `email` containing "bar": `email:"bar"` * All users with
7433
- # standard user roles: `assignedUserRole.userRole="STANDARD"` * All users with
7434
- # user roles for partner 123: `assignedUserRole.partnerId="123"` * All users
7435
- # with user roles for advertiser 123: `assignedUserRole.advertiserId="123"` *
7436
- # All users with partner level user roles: `entityType="PARTNER"` * All users
7437
- # with user roles for partner 123 and advertisers under partner 123: `
7438
- # parentPartnerId="123"` The length of this field should be no more than 500
7439
- # characters. Reference our [filter `LIST` requests](/display-video/api/guides/
7440
- # how-tos/filters) guide for more information.
7421
+ # value``. * The `displayName` and `email` fields must use the `HAS (:)`
7422
+ # operator. * The `lastLoginTime` field must use either the `LESS THAN OR EQUAL
7423
+ # TO (<=)` or `GREATER THAN OR EQUAL TO (>=)` operator. * All other fields must
7424
+ # use the `EQUALS (=)` operator. Supported fields: * `assignedUserRole.
7425
+ # advertiserId` * `assignedUserRole.entityType`: This is synthetic field of `
7426
+ # AssignedUserRole` used for filtering. Identifies the type of entity to which
7427
+ # the user role is assigned. Valid values are `Partner` and `Advertiser`. * `
7428
+ # assignedUserRole.parentPartnerId`: This is a synthetic field of `
7429
+ # AssignedUserRole` used for filtering. Identifies the parent partner of the
7430
+ # entity to which the user role is assigned. * `assignedUserRole.partnerId` * `
7431
+ # assignedUserRole.userRole` * `displayName` * `email` * `lastLoginTime` (input
7432
+ # in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * The user with `
7433
+ # displayName` containing "foo": `displayName:"foo"` * The user with `email`
7434
+ # containing "bar": `email:"bar"` * All users with standard user roles: `
7435
+ # assignedUserRole.userRole="STANDARD"` * All users with user roles for partner
7436
+ # 123: `assignedUserRole.partnerId="123"` * All users with user roles for
7437
+ # advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner
7438
+ # level user roles: `entityType="PARTNER"` * All users with user roles for
7439
+ # partner 123 and advertisers under partner 123: `parentPartnerId="123"` * All
7440
+ # users that last logged in on or after 2023-01-01T00:00:00Z (format of ISO 8601)
7441
+ # : `lastLoginTime>="2023-01-01T00:00:00Z"` The length of this field should be
7442
+ # no more than 500 characters. Reference our [filter `LIST` requests](/display-
7443
+ # video/api/guides/how-tos/filters) guide for more information.
7441
7444
  # @param [String] order_by
7442
7445
  # Field by which to sort the list. Acceptable values are: * `displayName` (
7443
7446
  # default) The default sorting order is ascending. To specify descending order
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.35.0
4
+ version: 0.36.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: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-17 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.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.36.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: []