Skip to content

Commit ece170f

Browse files
feat: Automated regeneration of authorizedbuyersmarketplace v1alpha client
1 parent 3f4a182 commit ece170f

5 files changed

Lines changed: 13 additions & 8 deletions

File tree

generated/google-apis-authorizedbuyersmarketplace_v1alpha/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-authorizedbuyersmarketplace_v1alpha
22

3+
### v0.13.0 (2026-06-14)
4+
5+
* Regenerated from discovery document revision 20260609
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.12.0 (2026-04-19)
49

510
* Regenerated from discovery document revision 20260409

generated/google-apis-authorizedbuyersmarketplace_v1alpha/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://developers.google.com/authorized-buyers/apis
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-authorizedbuyersmarketplace_v1alpha/google-apis-authorizedbuyersmarketplace_v1alpha.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

generated/google-apis-authorizedbuyersmarketplace_v1alpha/lib/google/apis/authorizedbuyersmarketplace_v1alpha/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AuthorizedbuyersmarketplaceV1alpha
1818
# Version of the google-apis-authorizedbuyersmarketplace_v1alpha gem
19-
GEM_VERSION = "0.12.0"
19+
GEM_VERSION = "0.13.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.18.0"
22+
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260409"
25+
REVISION = "20260609"
2626
end
2727
end
2828
end

generated/google-apis-authorizedbuyersmarketplace_v1alpha/lib/google/apis/authorizedbuyersmarketplace_v1alpha/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,9 +2105,9 @@ def patch_curator_curated_package(name, curated_package_object = nil, update_mas
21052105
# media planners will be returned. The maximum value is 500; values above 500
21062106
# will be coerced to 500.
21072107
# @param [String] page_token
2108-
# A token identifying a page of results the server should return. This value is
2109-
# received from a previous `ListMediaPlanners` call in ListMediaPlannersResponse.
2110-
# nextPageToken.
2108+
# Optional. A token identifying a page of results the server should return. This
2109+
# value is received from a previous `ListMediaPlanners` call in
2110+
# ListMediaPlannersResponse.nextPageToken.
21112111
# @param [String] fields
21122112
# Selector specifying which fields to include in a partial response.
21132113
# @param [String] quota_user

0 commit comments

Comments
 (0)