google-apis-displayvideo_v1 0.36.0 → 0.37.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/displayvideo_v1/gem_version.rb +3 -3
- data/lib/google/apis/displayvideo_v1/service.rb +8 -13
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6eef49b84a0131008eb05bc0f3111374c3928eb241bd79f12080bb850fc14a68
|
4
|
+
data.tar.gz: cb2e3ae39de03f359c77f7a5dc353782eb828f0403e8554e3fde448e9f828ccd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a0f2375998f9e7b14cec4dbe49a2bbf52b195d925892a624b24c3953d3a86d0e06fd222ca32cdb204278ced28804877b535954e85f3c50d9544609ee8e7bf9be
|
7
|
+
data.tar.gz: b0b285ba97e1cec605c82b00ca903fddf8b236e5ee8a927064e8a0576242b872ffa0be22c696537187922380a1fe01ea0beb9edcee24775bf50c1e272a3de765
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-displayvideo_v1
|
2
2
|
|
3
|
+
### v0.37.0 (2022-08-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220801
|
6
|
+
* Regenerated using generator version 0.9.0
|
7
|
+
|
3
8
|
### v0.36.0 (2022-07-02)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.8.0
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220801"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3798,19 +3798,14 @@ module Google
|
|
3798
3798
|
# restriction has the form of ``field` `operator` `value``. * The operator must
|
3799
3799
|
# be `CONTAINS (:)` or `EQUALS (=)`. * The operator must be `CONTAINS (:)` for
|
3800
3800
|
# the following field: - `displayName` * The operator must be `EQUALS (=)` for
|
3801
|
-
# the following field: - `customBiddingAlgorithmType`
|
3802
|
-
#
|
3803
|
-
#
|
3804
|
-
#
|
3805
|
-
#
|
3806
|
-
#
|
3807
|
-
# algorithms
|
3808
|
-
#
|
3809
|
-
# politics": `displayName:politics`. * All custom bidding algorithms for which
|
3810
|
-
# the type is "SCRIPT_BASED": `customBiddingAlgorithmType=SCRIPT_BASED` * All
|
3811
|
-
# custom bidding algorithms for which the state is "ENABLED": `
|
3812
|
-
# customBiddingAlgorithmState=ENABLED` The length of this field should be no
|
3813
|
-
# more than 500 characters.
|
3801
|
+
# the following field: - `customBiddingAlgorithmType` * For `displayName`, the
|
3802
|
+
# value is a string. We return all custom bidding algorithms whose display_name
|
3803
|
+
# contains such string. * For `customBiddingAlgorithmType`, the value is a
|
3804
|
+
# string. We return all algorithms whose custom_bidding_algorithm_type is equal
|
3805
|
+
# to the given type. Examples: * All custom bidding algorithms for which the
|
3806
|
+
# display name contains "politics": `displayName:politics`. * All custom bidding
|
3807
|
+
# algorithms for which the type is "SCRIPT_BASED": `customBiddingAlgorithmType=
|
3808
|
+
# SCRIPT_BASED` The length of this field should be no more than 500 characters.
|
3814
3809
|
# @param [String] order_by
|
3815
3810
|
# Field by which to sort the list. Acceptable values are: * `displayName` (
|
3816
3811
|
# 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_v1
|
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: 2022-
|
11
|
+
date: 2022-08-08 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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v1/v0.37.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: []
|