google-apis-displayvideo_v3 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9951a294b1f31a2bf4a8fda8a0c92ba029471c1e9335bf5344ff44790fc4cf05
|
|
4
|
+
data.tar.gz: 70347db173249e56538bec36da11cd25bbf342271b6075280cef9b385ee1a3e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6909566b9dd4144e9559bc592a98e8a15f6e15b178297938f4d328f66bbba955bb6d97afcb48a1ba723438d98c5583307d048a8e3b256ad01b324695ea83dafd
|
|
7
|
+
data.tar.gz: c91f727c928ae4513e2626875c56fd318602bf3d037b5afe266c5b27e558ff23c2ed8b19debc5a52f8791ced45a04e4c35f1a97039bf6a301a6ffb65eeeb126e
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251118"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -5194,7 +5194,7 @@ module Google
|
|
|
5194
5194
|
# ascending. To specify descending order for a field, a suffix "desc" should be
|
|
5195
5195
|
# added to the field name. Example: `displayName desc`.
|
|
5196
5196
|
# @param [Fixnum] page_size
|
|
5197
|
-
# Optional. Requested page size. Must be between `1` and `
|
|
5197
|
+
# Optional. Requested page size. Must be between `1` and `200`. If unspecified
|
|
5198
5198
|
# will default to `100`. Returns error code `INVALID_ARGUMENT` if an invalid
|
|
5199
5199
|
# value is specified.
|
|
5200
5200
|
# @param [String] page_token
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-displayvideo_v3
|
|
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
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.37.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|