Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-authorizedbuyersmarketplace_v1alpha

### v0.9.0 (2025-11-09)

* Regenerated from discovery document revision 20251104

### v0.8.0 (2025-11-02)

* Regenerated from discovery document revision 20251028
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ class Deal
# @return [String]
attr_accessor :flight_start_time

# Describes a single Media Planner account.
# Represents a media planner account.
# Corresponds to the JSON property `mediaPlanner`
# @return [Google::Apis::AuthorizedbuyersmarketplaceV1alpha::MediaPlanner]
attr_accessor :media_planner
Expand Down Expand Up @@ -1388,7 +1388,7 @@ def update!(**args)
end
end

# Describes a single Media Planner account.
# Represents a media planner account.
class MediaPlanner
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AuthorizedbuyersmarketplaceV1alpha
# Version of the google-apis-authorizedbuyersmarketplace_v1alpha gem
GEM_VERSION = "0.8.0"
GEM_VERSION = "0.9.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251028"
REVISION = "20251104"
end
end
end