Skip to content

Commit 9396c8e

Browse files
feat: Automated regeneration of redis v1beta1 client (googleapis#24152)
Auto-created at 2025-08-31 10:14:22 +0000 using the toys pull request generator.
1 parent 3f1b77a commit 9396c8e

File tree

6 files changed

+33
-8
lines changed

6 files changed

+33
-8
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320095,7 +320095,10 @@
320095320095
"/redis:v1beta1/BackupCollection/clusterUid": cluster_uid
320096320096
"/redis:v1beta1/BackupCollection/createTime": create_time
320097320097
"/redis:v1beta1/BackupCollection/kmsKey": kms_key
320098+
"/redis:v1beta1/BackupCollection/lastBackupTime": last_backup_time
320098320099
"/redis:v1beta1/BackupCollection/name": name
320100+
"/redis:v1beta1/BackupCollection/totalBackupCount": total_backup_count
320101+
"/redis:v1beta1/BackupCollection/totalBackupSizeBytes": total_backup_size_bytes
320099320102
"/redis:v1beta1/BackupCollection/uid": uid
320100320103
"/redis:v1beta1/BackupConfiguration": backup_configuration
320101320104
"/redis:v1beta1/BackupConfiguration/automatedBackupEnabled": automated_backup_enabled

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.69.0 (2025-08-31)
4+
5+
* Regenerated from discovery document revision 20250825
6+
37
### v0.68.0 (2025-08-17)
48

59
* Regenerated from discovery document revision 20250807

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

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,11 +287,26 @@ class BackupCollection
287287
# @return [String]
288288
attr_accessor :kms_key
289289

290+
# Output only. The last time a backup was created in the backup collection.
291+
# Corresponds to the JSON property `lastBackupTime`
292+
# @return [String]
293+
attr_accessor :last_backup_time
294+
290295
# Identifier. Full resource path of the backup collection.
291296
# Corresponds to the JSON property `name`
292297
# @return [String]
293298
attr_accessor :name
294299

300+
# Output only. Total number of backups in the backup collection.
301+
# Corresponds to the JSON property `totalBackupCount`
302+
# @return [Fixnum]
303+
attr_accessor :total_backup_count
304+
305+
# Output only. Total size of all backups in the backup collection.
306+
# Corresponds to the JSON property `totalBackupSizeBytes`
307+
# @return [Fixnum]
308+
attr_accessor :total_backup_size_bytes
309+
295310
# Output only. System assigned unique identifier of the backup collection.
296311
# Corresponds to the JSON property `uid`
297312
# @return [String]
@@ -307,7 +322,10 @@ def update!(**args)
307322
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
308323
@create_time = args[:create_time] if args.key?(:create_time)
309324
@kms_key = args[:kms_key] if args.key?(:kms_key)
325+
@last_backup_time = args[:last_backup_time] if args.key?(:last_backup_time)
310326
@name = args[:name] if args.key?(:name)
327+
@total_backup_count = args[:total_backup_count] if args.key?(:total_backup_count)
328+
@total_backup_size_bytes = args[:total_backup_size_bytes] if args.key?(:total_backup_size_bytes)
311329
@uid = args[:uid] if args.key?(:uid)
312330
end
313331
end
@@ -537,10 +555,7 @@ def update!(**args)
537555
class Cluster
538556
include Google::Apis::Core::Hashable
539557

540-
# Optional. Immutable. Allows customers to specify if they are okay with
541-
# deploying a multi-zone cluster in less than 3 zones. Once set, if there is a
542-
# zonal outage during the cluster creation, the cluster will only be deployed in
543-
# 2 zones, and stay within the 2 zones for its lifecycle.
558+
# Optional. Immutable. Deprecated, do not use.
544559
# Corresponds to the JSON property `allowFewerZonesDeployment`
545560
# @return [Boolean]
546561
attr_accessor :allow_fewer_zones_deployment

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.68.0"
19+
GEM_VERSION = "0.69.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 = "20250807"
25+
REVISION = "20250825"
2626
end
2727
end
2828
end

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,10 @@ class Representation < Google::Apis::Core::JsonRepresentation
634634
property :cluster_uid, as: 'clusterUid'
635635
property :create_time, as: 'createTime'
636636
property :kms_key, as: 'kmsKey'
637+
property :last_backup_time, as: 'lastBackupTime'
637638
property :name, as: 'name'
639+
property :total_backup_count, :numeric_string => true, as: 'totalBackupCount'
640+
property :total_backup_size_bytes, :numeric_string => true, as: 'totalBackupSizeBytes'
638641
property :uid, as: 'uid'
639642
end
640643
end

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. A list of extra location types that should be used as conditions for
89-
# controlling the visibility of the locations.
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)