Skip to content

Commit fa3f0d6

Browse files
feat: Automated regeneration of authorizedbuyersmarketplace v1 client (googleapis#21424)
Auto-created at 2025-01-19 10:16:59 +0000 using the toys pull request generator.
1 parent 1798f05 commit fa3f0d6

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

generated/google-apis-authorizedbuyersmarketplace_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-authorizedbuyersmarketplace_v1
22

3+
### v0.31.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250113
6+
37
### v0.30.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250107

generated/google-apis-authorizedbuyersmarketplace_v1/lib/google/apis/authorizedbuyersmarketplace_v1/classes.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,8 +1540,7 @@ def update!(**args)
15401540
end
15411541
end
15421542

1543-
# Buyers are allowed to store certain types of private data in a proposal or
1544-
# deal.
1543+
# Buyers are allowed to store certain types of private data in a proposal.
15451544
class PrivateData
15461545
include Google::Apis::Core::Hashable
15471546

@@ -1641,8 +1640,7 @@ class Proposal
16411640
# @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::Contact>]
16421641
attr_accessor :buyer_contacts
16431642

1644-
# Buyers are allowed to store certain types of private data in a proposal or
1645-
# deal.
1643+
# Buyers are allowed to store certain types of private data in a proposal.
16461644
# Corresponds to the JSON property `buyerPrivateData`
16471645
# @return [Google::Apis::AuthorizedbuyersmarketplaceV1::PrivateData]
16481646
attr_accessor :buyer_private_data

generated/google-apis-authorizedbuyersmarketplace_v1/lib/google/apis/authorizedbuyersmarketplace_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AuthorizedbuyersmarketplaceV1
1818
# Version of the google-apis-authorizedbuyersmarketplace_v1 gem
19-
GEM_VERSION = "0.30.0"
19+
GEM_VERSION = "0.31.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250107"
25+
REVISION = "20250113"
2626
end
2727
end
2828
end

generated/google-apis-authorizedbuyersmarketplace_v1/lib/google/apis/authorizedbuyersmarketplace_v1/service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,8 @@ def list_buyer_proposals(parent, filter: nil, page_size: nil, page_token: nil, f
12781278
# the UpdateProposalRequest.update_mask will be updated; Fields noted as '
12791279
# Immutable' or 'Output only' yet specified in the UpdateProposalRequest.
12801280
# update_mask will be ignored and left unchanged. Updating a private auction
1281-
# proposal is not allowed and will result in an error.
1281+
# proposal is only allowed for buyer private data, all other fields are
1282+
# immutable.
12821283
# @param [String] name
12831284
# Immutable. The name of the proposal serving as a unique identifier. Format:
12841285
# buyers/`accountId`/proposals/`proposalId`

0 commit comments

Comments
 (0)