Skip to content

Commit ccd4c0f

Browse files
feat: Automated regeneration of redis v1 client (googleapis#21483)
Auto-created at 2025-01-26 10:13:34 +0000 using the toys pull request generator.
1 parent 06337c0 commit ccd4c0f

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293082,6 +293082,7 @@
293082293082
"/redis:v1/CloudAssetComposition/childAsset": child_asset
293083293083
"/redis:v1/CloudAssetComposition/childAsset/child_asset": child_asset
293084293084
"/redis:v1/Cluster": cluster
293085+
"/redis:v1/Cluster/asyncClusterEndpointsDeletionEnabled": async_cluster_endpoints_deletion_enabled
293085293086
"/redis:v1/Cluster/authorizationMode": authorization_mode
293086293087
"/redis:v1/Cluster/automatedBackupConfig": automated_backup_config
293087293088
"/redis:v1/Cluster/backupCollection": backup_collection

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.67.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250115
6+
37
### v0.66.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250104

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,15 @@ def update!(**args)
459459
class Cluster
460460
include Google::Apis::Core::Hashable
461461

462+
# Optional. If true, cluster endpoints that are created and registered by
463+
# customers can be deleted asynchronously. That is, such a cluster endpoint can
464+
# be de-registered before the forwarding rules in the cluster endpoint are
465+
# deleted.
466+
# Corresponds to the JSON property `asyncClusterEndpointsDeletionEnabled`
467+
# @return [Boolean]
468+
attr_accessor :async_cluster_endpoints_deletion_enabled
469+
alias_method :async_cluster_endpoints_deletion_enabled?, :async_cluster_endpoints_deletion_enabled
470+
462471
# Optional. The authorization mode of the Redis cluster. If not provided, auth
463472
# feature is disabled for the cluster.
464473
# Corresponds to the JSON property `authorizationMode`
@@ -629,6 +638,7 @@ def initialize(**args)
629638

630639
# Update properties of this object
631640
def update!(**args)
641+
@async_cluster_endpoints_deletion_enabled = args[:async_cluster_endpoints_deletion_enabled] if args.key?(:async_cluster_endpoints_deletion_enabled)
632642
@authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
633643
@automated_backup_config = args[:automated_backup_config] if args.key?(:automated_backup_config)
634644
@backup_collection = args[:backup_collection] if args.key?(:backup_collection)

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.66.0"
19+
GEM_VERSION = "0.67.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
663663
class Cluster
664664
# @private
665665
class Representation < Google::Apis::Core::JsonRepresentation
666+
property :async_cluster_endpoints_deletion_enabled, as: 'asyncClusterEndpointsDeletionEnabled'
666667
property :authorization_mode, as: 'authorizationMode'
667668
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1::AutomatedBackupConfig::Representation
668669

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ def list_project_location_clusters(parent, page_size: nil, page_token: nil, fiel
600600
# @param [String] update_mask
601601
# Required. Mask of fields to update. At least one path must be supplied in this
602602
# field. The elements of the repeated paths field may only include these fields
603-
# from Cluster: * `size_gb` * `replica_count`
603+
# from Cluster: * `size_gb` * `replica_count` * `cluster_endpoints`
604604
# @param [String] fields
605605
# Selector specifying which fields to include in a partial response.
606606
# @param [String] quota_user

0 commit comments

Comments
 (0)