Skip to content

Commit 88823f5

Browse files
feat: Automated regeneration of memcache v1beta2 client (googleapis#26553)
Auto-created at 2026-05-24 10:31:41 +0000 using the toys pull request generator.
1 parent b93b3c6 commit 88823f5

3 files changed

Lines changed: 17 additions & 8 deletions

File tree

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

3+
### v0.51.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260517
6+
37
### v0.50.0 (2026-03-08)
48

59
* Regenerated from discovery document revision 20260205

generated/google-apis-memcache_v1beta2/lib/google/apis/memcache_v1beta2/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 MemcacheV1beta2
1818
# Version of the google-apis-memcache_v1beta2 gem
19-
GEM_VERSION = "0.50.0"
19+
GEM_VERSION = "0.51.0"
2020

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

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

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,15 +83,20 @@ 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-
# can be called in two ways: * **List all public locations:** Use the path `GET /
87-
# v1/locations`. * **List project-visible locations:** Use the path `GET /v1/
88-
# projects/`project_id`/locations`. This may include public locations as well as
89-
# private or other locations specifically visible to the project.
86+
# lists locations based on the resource scope provided in the
87+
# ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
88+
# the method lists the public locations available to all projects. * **Project-
89+
# specific locations**: If `name` follows the format `projects/`project``, the
90+
# method lists locations visible to that specific project. This includes public,
91+
# private, or other project-specific locations enabled for the project. For gRPC
92+
# and client library implementations, the resource name is passed as the `name`
93+
# field. For direct service calls, the resource name is incorporated into the
94+
# request path based on the specific service implementation and version.
9095
# @param [String] name
9196
# The resource that owns the locations collection, if applicable.
9297
# @param [Array<String>, String] extra_location_types
93-
# Optional. Do not use this field. It is unsupported and is ignored unless
94-
# 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.
95100
# @param [String] filter
96101
# A filter to narrow down results to a preferred subset. The filtering language
97102
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)