Skip to content

Commit 757508e

Browse files
feat: Automated regeneration of AuthorizedBuyersMarketplace client (googleapis#13073)
Auto-created at 2025-03-04 13:12:06 +0000 using the toys pull request generator.
1 parent 1494e37 commit 757508e

File tree

2 files changed

+4
-1
lines changed
  • clients/authorized_buyers_marketplace/lib/google_api/authorized_buyers_marketplace/v1

2 files changed

+4
-1
lines changed

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 "20250113"
23+
@discovery_revision "20250303"
2424

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Deal do
2323
2424
* `billedBuyer` (*type:* `String.t`, *default:* `nil`) - Output only. When the client field is populated, this field refers to the buyer who creates and manages the client buyer and gets billed on behalf of the client buyer; when the buyer field is populated, this field is the same value as buyer; when the deal belongs to a media planner account, this field will be empty. Format : `buyers/{buyerAccountId}`
2525
* `buyer` (*type:* `String.t`, *default:* `nil`) - Output only. Refers to a buyer in Real-time Bidding API's Buyer resource. Format: `buyers/{buyerAccountId}`
26+
* `buyerPermissionType` (*type:* `String.t`, *default:* `nil`) - Output only. The buyer permission type of the deal.
2627
* `client` (*type:* `String.t`, *default:* `nil`) - Output only. Refers to a Client. Format: `buyers/{buyerAccountId}/clients/{clientAccountid}`
2728
* `createTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The time of the deal creation.
2829
* `creativeRequirements` (*type:* `GoogleApi.AuthorizedBuyersMarketplace.V1.Model.CreativeRequirements.t`, *default:* `nil`) - Output only. Metadata about the creatives of this deal.
@@ -51,6 +52,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Deal do
5152
@type t :: %__MODULE__{
5253
:billedBuyer => String.t() | nil,
5354
:buyer => String.t() | nil,
55+
:buyerPermissionType => String.t() | nil,
5456
:client => String.t() | nil,
5557
:createTime => DateTime.t() | nil,
5658
:creativeRequirements =>
@@ -82,6 +84,7 @@ defmodule GoogleApi.AuthorizedBuyersMarketplace.V1.Model.Deal do
8284

8385
field(:billedBuyer)
8486
field(:buyer)
87+
field(:buyerPermissionType)
8588
field(:client)
8689
field(:createTime, as: DateTime)
8790

0 commit comments

Comments
 (0)