Skip to content

Commit 94757c0

Browse files
feat: Automated regeneration of servicedirectory v1 client (googleapis#26940)
Auto-created at 2026-06-14 12:39:18 +0000 using the toys pull request generator.
1 parent 6f05707 commit 94757c0

5 files changed

Lines changed: 14 additions & 9 deletions

File tree

generated/google-apis-servicedirectory_v1/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-servicedirectory_v1
22

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

510
* Regenerated from discovery document revision 20260327

generated/google-apis-servicedirectory_v1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/service-directory) may prov
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-servicedirectory_v1/google-apis-servicedirectory_v1.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-servicedirectory_v1/lib/google/apis/servicedirectory_v1/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 ServicedirectoryV1
1818
# Version of the google-apis-servicedirectory_v1 gem
19-
GEM_VERSION = "0.40.0"
19+
GEM_VERSION = "0.41.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 = "20260327"
25+
REVISION = "20260526"
2626
end
2727
end
2828
end

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8383
end
8484

8585
# Lists information about the supported locations for this service. This method
86-
# lists locations based on the resource scope provided in the [
87-
# ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
86+
# lists locations based on the resource scope provided in the
87+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
8888
# the method lists the public locations available to all projects. * **Project-
8989
# specific locations**: If `name` follows the format `projects/`project``, the
9090
# method lists locations visible to that specific project. This includes public,
@@ -95,8 +95,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
9595
# @param [String] name
9696
# The resource that owns the locations collection, if applicable.
9797
# @param [Array<String>, String] extra_location_types
98-
# Optional. Do not use this field. It is unsupported and is ignored unless
99-
# explicitly documented otherwise. This is primarily for internal usage.
98+
# Optional. Do not use this field unless explicitly documented otherwise. This
99+
# is primarily for internal usage.
100100
# @param [String] filter
101101
# A filter to narrow down results to a preferred subset. The filtering language
102102
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)