google-apis-authorizedbuyersmarketplace_v1 0.6.0 → 0.9.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: 7ed860cb9c74b39a08a9eac1399274eb605a8f3be83b93a4916cf5d2d680ea88
|
4
|
+
data.tar.gz: '082b6f493ff2e15dffb828cae070a29334dffe66bab169adb5d5285a28e6ff17'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65f03beb669d8138eec3e1cf5d532d5fba8d70603f6c42380810196ade4c9c1ff996057750f82b16587ff31cc2ce92026c441f3756a8c841fbf266c112d78326
|
7
|
+
data.tar.gz: 2b3cc96327a89760736a5417fcacacae755061e9e18c7d7917a676bc2c579d61d4bd01688774e679be224d8714d8bf278b77a4c1e31afd17f461f9b748ff6f2c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-authorizedbuyersmarketplace_v1
|
2
2
|
|
3
|
+
### v0.9.0 (2022-06-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220615
|
6
|
+
* Regenerated using generator version 0.6.0
|
7
|
+
|
8
|
+
### v0.8.0 (2022-06-02)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.7.0 (2022-03-22)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220319
|
15
|
+
|
3
16
|
### v0.6.0 (2022-03-16)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220315
|
@@ -786,8 +786,7 @@ module Google
|
|
786
786
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
787
787
|
# messages in your APIs. A typical example is to use it as the request or the
|
788
788
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
789
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
790
|
-
# `Empty` is empty JSON object ````.
|
789
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
791
790
|
class Empty
|
792
791
|
include Google::Apis::Core::Hashable
|
793
792
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AuthorizedbuyersmarketplaceV1
|
18
18
|
# Version of the google-apis-authorizedbuyersmarketplace_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.6.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220615"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -961,12 +961,14 @@ module Google
|
|
961
961
|
execute_or_queue_command(command, &block)
|
962
962
|
end
|
963
963
|
|
964
|
-
# Sets the given finalized deal as ready to serve. By default, deals are
|
965
|
-
# to serve as soon as they're finalized.
|
966
|
-
#
|
967
|
-
#
|
968
|
-
#
|
969
|
-
#
|
964
|
+
# Sets the given finalized deal as ready to serve. By default, deals are set as
|
965
|
+
# ready to serve as soon as they're finalized. If you want to opt out of the
|
966
|
+
# default behavior, and manually indicate that deals are ready to serve, ask
|
967
|
+
# your Technical Account Manager to add you to the allowlist. If you choose to
|
968
|
+
# use this method, finalized deals belonging to the bidder and its child seats
|
969
|
+
# don't start serving until after you call `setReadyToServe`, and after the
|
970
|
+
# deals become active. For example, you can use this method to delay receiving
|
971
|
+
# bid requests until your creative is ready. This method only applies to
|
970
972
|
# programmatic guaranteed deals.
|
971
973
|
# @param [String] deal
|
972
974
|
# Required. Format: `buyers/`accountId`/finalizedDeals/`dealId``
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-authorizedbuyersmarketplace_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-06-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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-authorizedbuyersmarketplace_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_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.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Authorized Buyers Marketplace API V1
|