google-apis-redis_v1beta1 0.73.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc021d3373c371f36e68182617b6263e80555e4c925e4a5ab4c9bb53f3967e90
4
- data.tar.gz: 66e10fe46c56725ae064cf98e80c2e891197d4dca2de567e23cf79c2661976d6
3
+ metadata.gz: 300e602ad6d6b4e0e24f56214355e9afd9cfbf6851b1d3a5631143175f423910
4
+ data.tar.gz: 13b15d39d8aa988fc620688a648bc5aecca7b0c3a67dcfbd2ec654ffd48f0ccb
5
5
  SHA512:
6
- metadata.gz: 64d2bad4edc9b1c47231b302d894973a1f77cc48502b1d310f1c008b44b1bdf1258780008d90a23bdae4b64db3b939d40f79899d3f2c9ff0a5d39c39369045d6
7
- data.tar.gz: e3b6960ee23aee98850c618712e16eb034067493e4dc6ac94315f25c3b3824ffc946ade136cc11fcd04e888c760cb8fc011e910d32fd2e0fd8c3e7f3caf3b5f3
6
+ metadata.gz: 13fcc7b2d7b08cd6da83958a45c561657d0d8b30d6c13b0fae23d3d8bb3cb4a14927aee46f7491e4123b01aea36b56d59256b48ad426b70a219e5905f45ee80d
7
+ data.tar.gz: aeb99753d2c21ef67e07ec157253ece38ca2c80c58691f35f2843128db39b2602f565408440271992d13de1f76ce9479c63d9ba38772299360de8b48837480a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.75.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251104
6
+
7
+ ### v0.74.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251021
10
+
3
11
  ### v0.73.0 (2025-10-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20251009
@@ -1195,7 +1195,7 @@ module Google
1195
1195
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
1196
1196
  attr_accessor :resource_id
1197
1197
 
1198
- # Common model for database resource instance metadata. Next ID: 29
1198
+ # Common model for database resource instance metadata. Next ID: 30
1199
1199
  # Corresponds to the JSON property `resourceMetadata`
1200
1200
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
1201
1201
  attr_accessor :resource_metadata
@@ -1393,7 +1393,7 @@ module Google
1393
1393
  end
1394
1394
  end
1395
1395
 
1396
- # Common model for database resource instance metadata. Next ID: 29
1396
+ # Common model for database resource instance metadata. Next ID: 30
1397
1397
  class DatabaseResourceMetadata
1398
1398
  include Google::Apis::Core::Hashable
1399
1399
 
@@ -1470,6 +1470,12 @@ module Google
1470
1470
  # @return [String]
1471
1471
  attr_accessor :instance_type
1472
1472
 
1473
+ # Optional. Whether deletion protection is enabled for this resource.
1474
+ # Corresponds to the JSON property `isDeletionProtectionEnabled`
1475
+ # @return [Boolean]
1476
+ attr_accessor :is_deletion_protection_enabled
1477
+ alias_method :is_deletion_protection_enabled?, :is_deletion_protection_enabled
1478
+
1473
1479
  # The resource location. REQUIRED
1474
1480
  # Corresponds to the JSON property `location`
1475
1481
  # @return [String]
@@ -1567,6 +1573,7 @@ module Google
1567
1573
  @gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
1568
1574
  @id = args[:id] if args.key?(:id)
1569
1575
  @instance_type = args[:instance_type] if args.key?(:instance_type)
1576
+ @is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
1570
1577
  @location = args[:location] if args.key?(:location)
1571
1578
  @machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
1572
1579
  @maintenance_info = args[:maintenance_info] if args.key?(:maintenance_info)
@@ -3737,8 +3744,7 @@ module Google
3737
3744
  # maintenance. For example, for Cloud SQL resources, this can be used to capture
3738
3745
  # if the maintenance window is in Week1, Week2, Week5, etc. Non production
3739
3746
  # 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.
3747
+ # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
3742
3748
  # Corresponds to the JSON property `phase`
3743
3749
  # @return [String]
3744
3750
  attr_accessor :phase
@@ -3750,15 +3756,6 @@ module Google
3750
3756
  # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3751
3757
  attr_accessor :time
3752
3758
 
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
-
3762
3759
  def initialize(**args)
3763
3760
  update!(**args)
3764
3761
  end
@@ -3768,7 +3765,6 @@ module Google
3768
3765
  @day = args[:day] if args.key?(:day)
3769
3766
  @phase = args[:phase] if args.key?(:phase)
3770
3767
  @time = args[:time] if args.key?(:time)
3771
- @week = args[:week] if args.key?(:week)
3772
3768
  end
3773
3769
  end
3774
3770
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1beta1
18
18
  # Version of the google-apis-redis_v1beta1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251009"
25
+ REVISION = "20251104"
26
26
  end
27
27
  end
28
28
  end
@@ -981,6 +981,7 @@ module Google
981
981
  property :id, as: 'id', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
982
982
 
983
983
  property :instance_type, as: 'instanceType'
984
+ property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
984
985
  property :location, as: 'location'
985
986
  property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::RedisV1beta1::MachineConfiguration, decorator: Google::Apis::RedisV1beta1::MachineConfiguration::Representation
986
987
 
@@ -1568,7 +1569,6 @@ module Google
1568
1569
  property :phase, as: 'phase'
1569
1570
  property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1570
1571
 
1571
- property :week, as: 'week'
1572
1572
  end
1573
1573
  end
1574
1574
 
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @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.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.75.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.75.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
63
63
  rdoc_options: []
64
64
  require_paths: