google-apis-displayvideo_v3 0.9.0 → 0.10.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: 7bb3db84b6cedbcfaaa1abd621e06d6aabdf9f09ade003eecee48848cb86933b
4
- data.tar.gz: e1755a60c4ed50c19c5e74d77fb9331e53f98baeb2551799de4a1742bd3cc5ce
3
+ metadata.gz: 77ceaf7e0a3d4c4a120cdf6ba76f3d67deb14f200d3bbc7072b051385cebd10b
4
+ data.tar.gz: ec24606e9b940bb095edb82280527811166a298ce9a7b2f0c4b4afdb2898e401
5
5
  SHA512:
6
- metadata.gz: 0f5ecf73c97a10962d967e0e1f938ce4a7704e0d1c4b9f4deb4b61ff2c8a36de8f5a2afa30b5bec8dada5cc514cbc4a4d08e64fda05dbcec04ca6e5f8ac59d94
7
- data.tar.gz: d6a4fb583737723bcbc27c23bd107f46c88ba4c00aae333c058331c841962a6f17bb223cf80d34ffe226fb0d90817ebc76ed385ab6a55014cb6a0d5746a529e7
6
+ metadata.gz: 3b85c4e108b8c37f84e9d46237336e0dd6aaa75570d98b465525bd4bd2ae8116542be901f73ea86ef64d3d4129f8351f2933e974aac519bc57171ef65c4d2c9c
7
+ data.tar.gz: e4f8dba15b2a5c220b4a25249513b06fc85433d90bc2a045c28d9010f0a9a5d11f13de89e8827cc66112ec92702121dd69522cb0fdd583385c8d6fab2b17a1fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.10.0 (2024-03-17)
4
+
5
+ * Regenerated from discovery document revision 20240314
6
+
3
7
  ### v0.9.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 DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.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
@@ -7334,26 +7334,29 @@ module Google
7334
7334
  # Allows filtering by user fields. Supported syntax: * Filter expressions are
7335
7335
  # made up of one or more restrictions. * Restrictions can be combined by the
7336
7336
  # logical operator `AND`. * A restriction has the form of ``field` `operator` `
7337
- # value``. * The `budget.budget_segments.date_range.end_date` field must use the
7338
- # `LESS THAN (<)` operator. * The `displayName and `email` field must use the `
7339
- # HAS (:)` operator. * All other fields must use the `EQUALS (=)` operator.
7340
- # Supported fields: * `assignedUserRole.advertiserId` * `assignedUserRole.
7341
- # entityType` * This is synthetic field of `AssignedUserRole` used for filtering.
7342
- # Identifies the type of entity to which the user role is assigned. Valid
7343
- # values are `Partner` and `Advertiser`. * `assignedUserRole.parentPartnerId` *
7344
- # This is a synthetic field of `AssignedUserRole` used for filtering. Identifies
7345
- # the parent partner of the entity to which the user role is assigned. * `
7346
- # assignedUserRole.partnerId` * `assignedUserRole.userRole` * `displayName` * `
7347
- # email` Examples: * The user with `displayName` containing "foo": `displayName:"
7348
- # foo"` * The user with `email` containing "bar": `email:"bar"` * All users with
7349
- # standard user roles: `assignedUserRole.userRole="STANDARD"` * All users with
7350
- # user roles for partner 123: `assignedUserRole.partnerId="123"` * All users
7351
- # with user roles for advertiser 123: `assignedUserRole.advertiserId="123"` *
7352
- # All users with partner level user roles: `entityType="PARTNER"` * All users
7353
- # with user roles for partner 123 and advertisers under partner 123: `
7354
- # parentPartnerId="123"` The length of this field should be no more than 500
7355
- # characters. Reference our [filter `LIST` requests](/display-video/api/guides/
7356
- # how-tos/filters) guide for more information.
7337
+ # value``. * The `displayName` and `email` fields must use the `HAS (:)`
7338
+ # operator. * The `lastLoginTime` field must use either the `LESS THAN OR EQUAL
7339
+ # TO (<=)` or `GREATER THAN OR EQUAL TO (>=)` operator. * All other fields must
7340
+ # use the `EQUALS (=)` operator. Supported fields: * `assignedUserRole.
7341
+ # advertiserId` * `assignedUserRole.entityType`: This is synthetic field of `
7342
+ # AssignedUserRole` used for filtering. Identifies the type of entity to which
7343
+ # the user role is assigned. Valid values are `Partner` and `Advertiser`. * `
7344
+ # assignedUserRole.parentPartnerId`: This is a synthetic field of `
7345
+ # AssignedUserRole` used for filtering. Identifies the parent partner of the
7346
+ # entity to which the user role is assigned. * `assignedUserRole.partnerId` * `
7347
+ # assignedUserRole.userRole` * `displayName` * `email` * `lastLoginTime` (input
7348
+ # in ISO 8601 format, or `YYYY-MM-DDTHH:MM:SSZ`) Examples: * The user with `
7349
+ # displayName` containing "foo": `displayName:"foo"` * The user with `email`
7350
+ # containing "bar": `email:"bar"` * All users with standard user roles: `
7351
+ # assignedUserRole.userRole="STANDARD"` * All users with user roles for partner
7352
+ # 123: `assignedUserRole.partnerId="123"` * All users with user roles for
7353
+ # advertiser 123: `assignedUserRole.advertiserId="123"` * All users with partner
7354
+ # level user roles: `entityType="PARTNER"` * All users with user roles for
7355
+ # partner 123 and advertisers under partner 123: `parentPartnerId="123"` * All
7356
+ # users that last logged in on or after 2023-01-01T00:00:00Z (format of ISO 8601)
7357
+ # : `lastLoginTime>="2023-01-01T00:00:00Z"` The length of this field should be
7358
+ # no more than 500 characters. Reference our [filter `LIST` requests](/display-
7359
+ # video/api/guides/how-tos/filters) guide for more information.
7357
7360
  # @param [String] order_by
7358
7361
  # Field by which to sort the list. Acceptable values are: * `displayName` (
7359
7362
  # 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_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
63
63
  post_install_message:
64
64
  rdoc_options: []