google-apis-displayvideo_v1 0.57.0 → 0.58.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: f4920eb4135647178c2d2f64d5a1faf3c9aad7a8bcf81bb479ef9dddabdb1eeb
|
4
|
+
data.tar.gz: b3250285bcebb38049895eabaffafc970ae0e570955e59fe0fd2bf8946d31dd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78919074c99c547cca60cae108bbdf8b56304b18ee6c2ed9fc4e3b40e04f83a23b6136dc32611568a007322eac000a5540e9759ddcef6ed397635bec776f0f78
|
7
|
+
data.tar.gz: cedae0666636fce07b794487988467e825a4e45feec7b4be5c2a35f36a807af37ba0a50779b3a7caa232b9c723ea3beda920f2140a4bf702d8120b5799865ed3
|
data/CHANGELOG.md
CHANGED
@@ -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.58.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -297,10 +297,6 @@ module Google
|
|
297
297
|
# 04T18:54:47Z"` The length of this field should be no more than 500 characters.
|
298
298
|
# Reference our [filter `LIST` requests](/display-video/api/guides/how-tos/
|
299
299
|
# filters) guide for more information.
|
300
|
-
# @param [String] internal_debugging_config
|
301
|
-
# The config used in internal debugging and manual testing. Use comma to
|
302
|
-
# separate multiple values. Examples: To allow entity search to go through
|
303
|
-
# tangle `searchUsingTangle` To get only the advertiser Ids use `idOnly`
|
304
300
|
# @param [String] order_by
|
305
301
|
# Field by which to sort the list. Acceptable values are: * `displayName` (
|
306
302
|
# default) * `entityStatus` * `updateTime` The default sorting order is
|
@@ -334,12 +330,11 @@ module Google
|
|
334
330
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
335
331
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
336
332
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
337
|
-
def list_advertisers(filter: nil,
|
333
|
+
def list_advertisers(filter: nil, order_by: nil, page_size: nil, page_token: nil, partner_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
338
334
|
command = make_simple_command(:get, 'v1/advertisers', options)
|
339
335
|
command.response_representation = Google::Apis::DisplayvideoV1::ListAdvertisersResponse::Representation
|
340
336
|
command.response_class = Google::Apis::DisplayvideoV1::ListAdvertisersResponse
|
341
337
|
command.query['filter'] = filter unless filter.nil?
|
342
|
-
command.query['internalDebuggingConfig'] = internal_debugging_config unless internal_debugging_config.nil?
|
343
338
|
command.query['orderBy'] = order_by unless order_by.nil?
|
344
339
|
command.query['pageSize'] = page_size unless page_size.nil?
|
345
340
|
command.query['pageToken'] = page_token unless page_token.nil?
|
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.58.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: 2023-08-
|
11
|
+
date: 2023-08-27 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.58.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.4.
|
78
|
+
rubygems_version: 3.4.19
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Display & Video 360 API V1
|