Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-redis_v1beta1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-redis_v1beta1

### v0.74.0 (2025-11-02)

* Regenerated from discovery document revision 20251021

### v0.73.0 (2025-10-19)

* Regenerated from discovery document revision 20251009
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3737,8 +3737,7 @@ class ResourceMaintenanceSchedule
# maintenance. For example, for Cloud SQL resources, this can be used to capture
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
# resources are usually part of early phase. For more details, refer to Cloud
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated.
# Use phase instead.
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
# Corresponds to the JSON property `phase`
# @return [String]
attr_accessor :phase
Expand All @@ -3750,15 +3749,6 @@ class ResourceMaintenanceSchedule
# @return [Google::Apis::RedisV1beta1::TimeOfDay]
attr_accessor :time

# Optional. Phase of the maintenance window. This is to capture order of
# maintenance. For example, for Cloud SQL resources, this can be used to capture
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
# resources are usually part of early phase. For more details, refer to Cloud
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
# Corresponds to the JSON property `week`
# @return [String]
attr_accessor :week

def initialize(**args)
update!(**args)
end
Expand All @@ -3768,7 +3758,6 @@ def update!(**args)
@day = args[:day] if args.key?(:day)
@phase = args[:phase] if args.key?(:phase)
@time = args[:time] if args.key?(:time)
@week = args[:week] if args.key?(:week)
end
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module RedisV1beta1
# Version of the google-apis-redis_v1beta1 gem
GEM_VERSION = "0.73.0"
GEM_VERSION = "0.74.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251009"
REVISION = "20251021"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
property :phase, as: 'phase'
property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation

property :week, as: 'week'
end
end

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