google-apis-displayvideo_v2 0.35.0 → 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89c99477b9ec8fad060cfd4fe4c6a4ca50f3904f52e8c6e1a8feb571757854ef
|
4
|
+
data.tar.gz: a9702ad28f41aeef287e97c6713476413372719968af6e15ee31b6a8421fd5fe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c9c51c2f41b5167d7b4da62064aeaec1eb6309ba95aca20e8ee9ceb5680ecf740d686a260839e695d8b67cb75438b2e6c0fc245e35b09eb0b3358511efba559
|
7
|
+
data.tar.gz: 2e258a619141eec3fca18cd1c05103dc51cf4ba8718474423d7eb8bd30894335b2014becb2e2ac4d084ea0349430d5304ae3e836ced984f75bdb9d5c3579ade4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v2
|
2
2
|
|
3
|
+
### v0.37.0 (2024-04-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240418
|
6
|
+
|
7
|
+
### v0.36.0 (2024-03-17)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240314
|
10
|
+
|
3
11
|
### v0.35.0 (2024-03-10)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240307
|
@@ -1678,7 +1678,8 @@ module Google
|
|
1678
1678
|
# The assigned targeting options to create in batch, specified as a list of `
|
1679
1679
|
# CreateAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
1680
1680
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
1681
|
-
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
1681
|
+
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
1682
|
+
# TARGETING_TYPE_KEYWORD`
|
1682
1683
|
# Corresponds to the JSON property `createRequests`
|
1683
1684
|
# @return [Array<Google::Apis::DisplayvideoV2::CreateAssignedTargetingOptionsRequest>]
|
1684
1685
|
attr_accessor :create_requests
|
@@ -1686,7 +1687,8 @@ module Google
|
|
1686
1687
|
# The assigned targeting options to delete in batch, specified as a list of `
|
1687
1688
|
# DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * `
|
1688
1689
|
# TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `
|
1689
|
-
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
1690
|
+
# TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `
|
1691
|
+
# TARGETING_TYPE_KEYWORD`
|
1690
1692
|
# Corresponds to the JSON property `deleteRequests`
|
1691
1693
|
# @return [Array<Google::Apis::DisplayvideoV2::DeleteAssignedTargetingOptionsRequest>]
|
1692
1694
|
attr_accessor :delete_requests
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.37.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 = "
|
25
|
+
REVISION = "20240418"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3851,7 +3851,7 @@ module Google
|
|
3851
3851
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3852
3852
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3853
3853
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3854
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3854
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3855
3855
|
# @param [Google::Apis::DisplayvideoV2::AssignedTargetingOption] assigned_targeting_option_object
|
3856
3856
|
# @param [String] fields
|
3857
3857
|
# Selector specifying which fields to include in a partial response.
|
@@ -3890,7 +3890,7 @@ module Google
|
|
3890
3890
|
# Required. Identifies the type of this assigned targeting option. Supported
|
3891
3891
|
# targeting types: * `TARGETING_TYPE_CHANNEL` * `
|
3892
3892
|
# TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * `TARGETING_TYPE_OMID` * `
|
3893
|
-
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`
|
3893
|
+
# TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` * `TARGETING_TYPE_KEYWORD`
|
3894
3894
|
# @param [String] assigned_targeting_option_id
|
3895
3895
|
# Required. The ID of the assigned targeting option to delete.
|
3896
3896
|
# @param [String] fields
|
@@ -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 `
|
7422
|
-
#
|
7423
|
-
#
|
7424
|
-
#
|
7425
|
-
#
|
7426
|
-
# Identifies the type of entity to which
|
7427
|
-
# values are `Partner` and `Advertiser`. * `
|
7428
|
-
# This is a synthetic field of `
|
7429
|
-
#
|
7430
|
-
#
|
7431
|
-
#
|
7432
|
-
#
|
7433
|
-
#
|
7434
|
-
#
|
7435
|
-
# with user roles for
|
7436
|
-
#
|
7437
|
-
#
|
7438
|
-
#
|
7439
|
-
#
|
7440
|
-
#
|
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.
|
4
|
+
version: 0.37.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-
|
11
|
+
date: 2024-04-21 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.37.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: []
|