google-apis-authorizedbuyersmarketplace_v1 0.25.0 → 0.26.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: 1a7ae81987eb058c919646cbe1ddbdb683358e18fec58ce233c975854dbab096
|
4
|
+
data.tar.gz: 17e886b69c17c892564b0670e32d40fcf55a344ed9bb08fa1755cd22a65cd127
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b103345a79e78e9c692dd0e056419bdd0e5cec2294c6af73f89d662639af9da99fb358ba9f949f205ebdb4a7c7a2a05b95788130081a1547ccbf1bebb54a28d
|
7
|
+
data.tar.gz: c13d76279676d262d53325e6dcaaf6b59c8bd13a0cbc54d2c9ca48a04b8e383dabf906995be7b88809c5b1a7eb96b81214b1c81add3934df3fbda93c4991c644
|
data/CHANGELOG.md
CHANGED
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240610"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -970,7 +970,7 @@ module Google
|
|
970
970
|
# Pauses serving of the given finalized deal. This call only pauses the serving
|
971
971
|
# status, and does not affect other fields of the finalized deal. Calling this
|
972
972
|
# method for an already paused deal has no effect. This method only applies to
|
973
|
-
# programmatic guaranteed deals.
|
973
|
+
# programmatic guaranteed deals and preferred deals.
|
974
974
|
# @param [String] name
|
975
975
|
# Required. Format: `buyers/`accountId`/finalizedDeals/`dealId``
|
976
976
|
# @param [Google::Apis::AuthorizedbuyersmarketplaceV1::PauseFinalizedDealRequest] pause_finalized_deal_request_object
|
@@ -1006,7 +1006,8 @@ module Google
|
|
1006
1006
|
# Resumes serving of the given finalized deal. Calling this method for an
|
1007
1007
|
# running deal has no effect. If a deal is initially paused by the seller,
|
1008
1008
|
# calling this method will not resume serving of the deal until the seller also
|
1009
|
-
# resumes the deal. This method only applies to programmatic guaranteed deals
|
1009
|
+
# resumes the deal. This method only applies to programmatic guaranteed deals
|
1010
|
+
# and preferred deals.
|
1010
1011
|
# @param [String] name
|
1011
1012
|
# Required. Format: `buyers/`accountId`/finalizedDeals/`dealId``
|
1012
1013
|
# @param [Google::Apis::AuthorizedbuyersmarketplaceV1::ResumeFinalizedDealRequest] resume_finalized_deal_request_object
|
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.26.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-06-16 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-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.26.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: []
|