google-apis-authorizedbuyersmarketplace_v1 0.25.0 → 0.27.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: e0116c840a9746e24d8659b761fececc4d883e7e96bd1ced9e847820ef4ab1fc
4
+ data.tar.gz: 0611fdafc9473995e5605ae065b42be291931a610961b9769355601b02ecaead
5
5
  SHA512:
6
- metadata.gz: db8a9de86df02ea7e27fa4c712e4a2b0a5123515173a128e84598b92ceae95e4cb70f4fe2a24099823328cc6b6044958a322fc2caa3700cb7fe9290f3e7b8e71
7
- data.tar.gz: e55f523acb195340c2c1d2b356cfc939dcdc2646a65025629b527abf3ba9fbbbe748f3b7ecd5dcd1a53ffcd21bc1e70562b8c17ac653f2f034b7ebc27d275bac
6
+ metadata.gz: b0b3c215d80e2527a667dbb20efe5981f42ca1900439e156502c5f893a93f45257ab79facb6c583e44d106eab19d532ca5e3121ea9e13020e3d8f8c6e1f38e08
7
+ data.tar.gz: 1045a44850174b3865127e957893a1ac9f41af307309281d5e30d110f48e0a747248a66f15bf3bbb87ae28a852098630c866f36164d8679c51542b4cdbbb6cc2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.27.0 (2024-06-23)
4
+
5
+ * Regenerated from discovery document revision 20240618
6
+
7
+ ### v0.26.0 (2024-06-16)
8
+
9
+ * Regenerated from discovery document revision 20240610
10
+
3
11
  ### v0.25.0 (2024-05-19)
4
12
 
5
13
  * 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.27.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 = "20240618"
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
@@ -1120,7 +1121,8 @@ module Google
1120
1121
  execute_or_queue_command(command, &block)
1121
1122
  end
1122
1123
 
1123
- # Creates a note for this proposal and sends to the seller.
1124
+ # Creates a note for this proposal and sends to the seller. This method is not
1125
+ # supported for proposals with DealType set to 'PRIVATE_AUCTION'.
1124
1126
  # @param [String] proposal
1125
1127
  # Name of the proposal. Format: `buyers/`accountId`/proposals/`proposalId``
1126
1128
  # @param [Google::Apis::AuthorizedbuyersmarketplaceV1::AddNoteRequest] add_note_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.27.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-23 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.27.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: []