Skip to content

Commit

Permalink
feat: Automated regeneration of authorizedbuyersmarketplace v1 client (
Browse files Browse the repository at this point in the history
…#21424)

Auto-created at 2025-01-19 10:16:59 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent 1798f05 commit fa3f0d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-authorizedbuyersmarketplace_v1

### v0.31.0 (2025-01-19)

* Regenerated from discovery document revision 20250113

### v0.30.0 (2025-01-12)

* Regenerated from discovery document revision 20250107
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1540,8 +1540,7 @@ def update!(**args)
end
end

# Buyers are allowed to store certain types of private data in a proposal or
# deal.
# Buyers are allowed to store certain types of private data in a proposal.
class PrivateData
include Google::Apis::Core::Hashable

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

# Buyers are allowed to store certain types of private data in a proposal or
# deal.
# Buyers are allowed to store certain types of private data in a proposal.
# Corresponds to the JSON property `buyerPrivateData`
# @return [Google::Apis::AuthorizedbuyersmarketplaceV1::PrivateData]
attr_accessor :buyer_private_data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AuthorizedbuyersmarketplaceV1
# Version of the google-apis-authorizedbuyersmarketplace_v1 gem
GEM_VERSION = "0.30.0"
GEM_VERSION = "0.31.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250107"
REVISION = "20250113"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,8 @@ def list_buyer_proposals(parent, filter: nil, page_size: nil, page_token: nil, f
# the UpdateProposalRequest.update_mask will be updated; Fields noted as '
# Immutable' or 'Output only' yet specified in the UpdateProposalRequest.
# update_mask will be ignored and left unchanged. Updating a private auction
# proposal is not allowed and will result in an error.
# proposal is only allowed for buyer private data, all other fields are
# immutable.
# @param [String] name
# Immutable. The name of the proposal serving as a unique identifier. Format:
# buyers/`accountId`/proposals/`proposalId`
Expand Down

0 comments on commit fa3f0d6

Please sign in to comment.