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: 6faa25c3445e60ddc65b746731edd163f9002280ab6d882a091a848a1f95dec5
4
- data.tar.gz: 6631790771739716174421305e08f4e81a85bb19f9c0014429b53e2804cb19c6
3
+ metadata.gz: 1a7ae81987eb058c919646cbe1ddbdb683358e18fec58ce233c975854dbab096
4
+ data.tar.gz: 17e886b69c17c892564b0670e32d40fcf55a344ed9bb08fa1755cd22a65cd127
5
5
  SHA512:
6
- metadata.gz: db8a9de86df02ea7e27fa4c712e4a2b0a5123515173a128e84598b92ceae95e4cb70f4fe2a24099823328cc6b6044958a322fc2caa3700cb7fe9290f3e7b8e71
7
- data.tar.gz: e55f523acb195340c2c1d2b356cfc939dcdc2646a65025629b527abf3ba9fbbbe748f3b7ecd5dcd1a53ffcd21bc1e70562b8c17ac653f2f034b7ebc27d275bac
6
+ metadata.gz: 3b103345a79e78e9c692dd0e056419bdd0e5cec2294c6af73f89d662639af9da99fb358ba9f949f205ebdb4a7c7a2a05b95788130081a1547ccbf1bebb54a28d
7
+ data.tar.gz: c13d76279676d262d53325e6dcaaf6b59c8bd13a0cbc54d2c9ca48a04b8e383dabf906995be7b88809c5b1a7eb96b81214b1c81add3934df3fbda93c4991c644
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.26.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240610
6
+
3
7
  ### v0.25.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240508
@@ -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.25.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 = "20240508"
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.25.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-05-26 00:00:00.000000000 Z
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.25.0
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: []