Skip to content

Commit

Permalink
feat: Automated regeneration of AuthorizedBuyersMarketplace client (g…
Browse files Browse the repository at this point in the history
…oogleapis#12812)

Auto-created at 2025-01-14 13:11:48 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 14, 2025
1 parent 7a9be0a commit 26021bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Api.Buyers do
end

@doc """
Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in 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.
Updates the proposal at the given revision number. If the revision number in the request is behind the latest one kept in the server, an error message will be returned. See FieldMask for how to use FieldMask. Only fields specified in 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 only allowed for buyer private data, all other fields are immutable.
## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1 do
API client metadata for GoogleApi.AuthorizedBuyersMarketplace.V1.
"""

@discovery_revision "20250107"
@discovery_revision "20250113"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PrivateData do
@moduledoc """
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.
## Attributes
Expand Down

0 comments on commit 26021bb

Please sign in to comment.