Skip to content

Commit e4b2a84

Browse files
feat: Automated regeneration of redis v1beta1 client (#24836)
Auto-created at 2025-11-02 10:19:22 +0000 using the toys pull request generator.
1 parent 7e00fc2 commit e4b2a84

File tree

5 files changed

+9
-17
lines changed

5 files changed

+9
-17
lines changed

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

3+
### v0.74.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251021
6+
37
### v0.73.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251009

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3737,8 +3737,7 @@ class ResourceMaintenanceSchedule
37373737
# maintenance. For example, for Cloud SQL resources, this can be used to capture
37383738
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
37393739
# resources are usually part of early phase. For more details, refer to Cloud
3740-
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated.
3741-
# Use phase instead.
3740+
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
37423741
# Corresponds to the JSON property `phase`
37433742
# @return [String]
37443743
attr_accessor :phase
@@ -3750,15 +3749,6 @@ class ResourceMaintenanceSchedule
37503749
# @return [Google::Apis::RedisV1beta1::TimeOfDay]
37513750
attr_accessor :time
37523751

3753-
# Optional. Phase of the maintenance window. This is to capture order of
3754-
# maintenance. For example, for Cloud SQL resources, this can be used to capture
3755-
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
3756-
# resources are usually part of early phase. For more details, refer to Cloud
3757-
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
3758-
# Corresponds to the JSON property `week`
3759-
# @return [String]
3760-
attr_accessor :week
3761-
37623752
def initialize(**args)
37633753
update!(**args)
37643754
end
@@ -3768,7 +3758,6 @@ def update!(**args)
37683758
@day = args[:day] if args.key?(:day)
37693759
@phase = args[:phase] if args.key?(:phase)
37703760
@time = args[:time] if args.key?(:time)
3771-
@week = args[:week] if args.key?(:week)
37723761
end
37733762
end
37743763

generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/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 RedisV1beta1
1818
# Version of the google-apis-redis_v1beta1 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.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 = "20251009"
25+
REVISION = "20251021"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
15681568
property :phase, as: 'phase'
15691569
property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
15701570

1571-
property :week, as: 'week'
15721571
end
15731572
end
15741573

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8585
# @param [String] name
8686
# The resource that owns the locations collection, if applicable.
8787
# @param [Array<String>, String] extra_location_types
88-
# Optional. Unless explicitly documented otherwise, don't use this unsupported
89-
# field which is primarily intended for internal usage.
88+
# Optional. Do not use this field. It is unsupported and is ignored unless
89+
# explicitly documented otherwise. This is primarily for internal usage.
9090
# @param [String] filter
9191
# A filter to narrow down results to a preferred subset. The filtering language
9292
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)