google-apis-redis_v1beta1 0.73.0 → 0.74.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: a0a4acfc0b122beacc1e5dd9d5de6523f30c417b648401d3ccd5d0f7231d96ba
4
+ data.tar.gz: 63de75e731b244a1867855e282a45787d601c079e1022ae6fbefa80f1079c5f8
5
5
  SHA512:
6
- metadata.gz: 64d2bad4edc9b1c47231b302d894973a1f77cc48502b1d310f1c008b44b1bdf1258780008d90a23bdae4b64db3b939d40f79899d3f2c9ff0a5d39c39369045d6
7
- data.tar.gz: e3b6960ee23aee98850c618712e16eb034067493e4dc6ac94315f25c3b3824ffc946ade136cc11fcd04e888c760cb8fc011e910d32fd2e0fd8c3e7f3caf3b5f3
6
+ metadata.gz: a43f670ef5e6cdd7529392ba9e8a3374ea89bfa368180b6a3d80bcc742652ffd368d10b9e41a1a9fda39e2317b2473415a68adc2d7a8213671634b33c90e77a2
7
+ data.tar.gz: ee3be6a50bfeee014d5ba2b62e2b39f8124af52e550eeb7be3e546af46d7114a222d764124d4139bab624a75346e12ac419ae605d7dd0507264a439a31610fb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.74.0 (2025-11-02)
4
+
5
+ * Regenerated from discovery document revision 20251021
6
+
3
7
  ### v0.73.0 (2025-10-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20251009
@@ -3737,8 +3737,7 @@ module Google
3737
3737
  # maintenance. For example, for Cloud SQL resources, this can be used to capture
3738
3738
  # if the maintenance window is in Week1, Week2, Week5, etc. Non production
3739
3739
  # 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.
3740
+ # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
3742
3741
  # Corresponds to the JSON property `phase`
3743
3742
  # @return [String]
3744
3743
  attr_accessor :phase
@@ -3750,15 +3749,6 @@ module Google
3750
3749
  # @return [Google::Apis::RedisV1beta1::TimeOfDay]
3751
3750
  attr_accessor :time
3752
3751
 
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
3752
  def initialize(**args)
3763
3753
  update!(**args)
3764
3754
  end
@@ -3768,7 +3758,6 @@ module Google
3768
3758
  @day = args[:day] if args.key?(:day)
3769
3759
  @phase = args[:phase] if args.key?(:phase)
3770
3760
  @time = args[:time] if args.key?(:time)
3771
- @week = args[:week] if args.key?(:week)
3772
3761
  end
3773
3762
  end
3774
3763
 
@@ -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.74.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 = "20251021"
26
26
  end
27
27
  end
28
28
  end
@@ -1568,7 +1568,6 @@ module Google
1568
1568
  property :phase, as: 'phase'
1569
1569
  property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
1570
1570
 
1571
- property :week, as: 'week'
1572
1571
  end
1573
1572
  end
1574
1573
 
@@ -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.74.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.74.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: