Skip to content

Commit 26021bb

Browse files
feat: Automated regeneration of AuthorizedBuyersMarketplace client (#12812)
Auto-created at 2025-01-14 13:11:48 +0000 using the toys pull request generator.
1 parent 7a9be0a commit 26021bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/authorized_buyers_marketplace/lib/google_api/authorized_buyers_marketplace/v1/api/buyers.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2174,7 +2174,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Api.Buyers do
21742174
end
21752175

21762176
@doc """
2177-
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.
2177+
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.
21782178
21792179
## Parameters
21802180

clients/authorized_buyers_marketplace/lib/google_api/authorized_buyers_marketplace/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1 do
2020
API client metadata for GoogleApi.AuthorizedBuyersMarketplace.V1.
2121
"""
2222

23-
@discovery_revision "20250107"
23+
@discovery_revision "20250113"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/authorized_buyers_marketplace/lib/google_api/authorized_buyers_marketplace/v1/model/private_data.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.PrivateData do
1919
@moduledoc """
20-
Buyers are allowed to store certain types of private data in a proposal or deal.
20+
Buyers are allowed to store certain types of private data in a proposal.
2121
2222
## Attributes
2323

0 commit comments

Comments
 (0)