Skip to content

Commit affa24f

Browse files
feat: Automated regeneration of authorizedbuyersmarketplace v1 client (googleapis#21999)
Auto-created at 2025-03-09 10:02:26 +0000 using the toys pull request generator.
1 parent 1a2a969 commit affa24f

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43267,6 +43267,7 @@
4326743267
"/authorizedbuyersmarketplace:v1/Deal": deal
4326843268
"/authorizedbuyersmarketplace:v1/Deal/billedBuyer": billed_buyer
4326943269
"/authorizedbuyersmarketplace:v1/Deal/buyer": buyer
43270+
"/authorizedbuyersmarketplace:v1/Deal/buyerPermissionType": buyer_permission_type
4327043271
"/authorizedbuyersmarketplace:v1/Deal/client": client
4327143272
"/authorizedbuyersmarketplace:v1/Deal/createTime": create_time
4327243273
"/authorizedbuyersmarketplace:v1/Deal/creativeRequirements": creative_requirements

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.32.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250303
6+
37
### v0.31.0 (2025-01-19)
48

59
* Regenerated from discovery document revision 20250113

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,11 @@ class Deal
596596
# @return [String]
597597
attr_accessor :buyer
598598

599+
# Output only. The buyer permission type of the deal.
600+
# Corresponds to the JSON property `buyerPermissionType`
601+
# @return [String]
602+
attr_accessor :buyer_permission_type
603+
599604
# Output only. Refers to a Client. Format: `buyers/`buyerAccountId`/clients/`
600605
# clientAccountid``
601606
# Corresponds to the JSON property `client`
@@ -730,6 +735,7 @@ def initialize(**args)
730735
def update!(**args)
731736
@billed_buyer = args[:billed_buyer] if args.key?(:billed_buyer)
732737
@buyer = args[:buyer] if args.key?(:buyer)
738+
@buyer_permission_type = args[:buyer_permission_type] if args.key?(:buyer_permission_type)
733739
@client = args[:client] if args.key?(:client)
734740
@create_time = args[:create_time] if args.key?(:create_time)
735741
@creative_requirements = args[:creative_requirements] if args.key?(:creative_requirements)

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.31.0"
19+
GEM_VERSION = "0.32.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 = "20250113"
25+
REVISION = "20250303"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ class Deal
581581
class Representation < Google::Apis::Core::JsonRepresentation
582582
property :billed_buyer, as: 'billedBuyer'
583583
property :buyer, as: 'buyer'
584+
property :buyer_permission_type, as: 'buyerPermissionType'
584585
property :client, as: 'client'
585586
property :create_time, as: 'createTime'
586587
property :creative_requirements, as: 'creativeRequirements', class: Google::Apis::AuthorizedbuyersmarketplaceV1::CreativeRequirements, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::CreativeRequirements::Representation

0 commit comments

Comments
 (0)