Skip to content

Commit 67907c4

Browse files
feat: Automated regeneration of redis v1 client
1 parent e7452c8 commit 67907c4

File tree

5 files changed

+9
-17
lines changed

5 files changed

+9
-17
lines changed

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

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

59
* Regenerated from discovery document revision 20251009

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3735,8 +3735,7 @@ class ResourceMaintenanceSchedule
37353735
# maintenance. For example, for Cloud SQL resources, this can be used to capture
37363736
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
37373737
# resources are usually part of early phase. For more details, refer to Cloud
3738-
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated.
3739-
# Use phase instead.
3738+
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
37403739
# Corresponds to the JSON property `phase`
37413740
# @return [String]
37423741
attr_accessor :phase
@@ -3748,15 +3747,6 @@ class ResourceMaintenanceSchedule
37483747
# @return [Google::Apis::RedisV1::TimeOfDay]
37493748
attr_accessor :time
37503749

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

generated/google-apis-redis_v1/lib/google/apis/redis_v1/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 RedisV1
1818
# Version of the google-apis-redis_v1 gem
19-
GEM_VERSION = "0.82.0"
19+
GEM_VERSION = "0.83.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_v1/lib/google/apis/redis_v1/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::RedisV1::TimeOfDay, decorator: Google::Apis::RedisV1::TimeOfDay::Representation
15701570

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

generated/google-apis-redis_v1/lib/google/apis/redis_v1/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)