google-apis-redis_v1beta1 0.63.0 → 0.64.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: 5f8deec5aac417a9853e25b960aa722e0f5516ccb075d329dfff7898f56f06d9
4
- data.tar.gz: 65e4f8bf9f23b0ef8b07c31b0f3eb1d227cce2392962d114d3e39b8040e621a5
3
+ metadata.gz: 6a2459fa6e4f288e0751fb576a2a40b5b78e6ee780a7fc81c6006d57efe442e1
4
+ data.tar.gz: 2fc1c848d1aace156797a383865940b000f18246bb2404de3eb7a681b5bcf7ed
5
5
  SHA512:
6
- metadata.gz: 2148686dc510ff85bf346df65a0e6fb4a8583898506133d54c1a458498f4c3685d8bb170260a579544c3c0bc66a1b6e56fff6d04a68fd1344b14d3fec7bd19b9
7
- data.tar.gz: 13973383f7c7ad3701a6192967944ca0b623e6ee7d0cc3b487d307e1a56cdec0309a67112519faa046703c012a39240da180e968641ca07f1efbe0b2e5c783ba
6
+ metadata.gz: 282aab0ee6dd7cf283bf2e2705359e1a673fe34a7ef2dc8853c0cc30ebe18649130aaad9d6b2401af7b23ad5a72ab0a91ad85387e307104a79df7fe3e764e407
7
+ data.tar.gz: b23680e6d4270a5a20401513660fcea3ba16d6d77efbd573561596d4a7fb2c340e0617ceeabf91a35002a3187347df68bf168c6b06b2bf10d6576c614ba9920a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.64.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250617
6
+
3
7
  ### v0.63.0 (2025-06-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20250609
@@ -612,6 +612,12 @@ module Google
612
612
  # @return [Fixnum]
613
613
  attr_accessor :shard_count
614
614
 
615
+ # Optional. Input only. Simulate a maintenance event.
616
+ # Corresponds to the JSON property `simulateMaintenanceEvent`
617
+ # @return [Boolean]
618
+ attr_accessor :simulate_maintenance_event
619
+ alias_method :simulate_maintenance_event?, :simulate_maintenance_event
620
+
615
621
  # Output only. Redis memory size in GB for the entire cluster rounded up to the
616
622
  # next integer.
617
623
  # Corresponds to the JSON property `sizeGb`
@@ -677,6 +683,7 @@ module Google
677
683
  @redis_configs = args[:redis_configs] if args.key?(:redis_configs)
678
684
  @replica_count = args[:replica_count] if args.key?(:replica_count)
679
685
  @shard_count = args[:shard_count] if args.key?(:shard_count)
686
+ @simulate_maintenance_event = args[:simulate_maintenance_event] if args.key?(:simulate_maintenance_event)
680
687
  @size_gb = args[:size_gb] if args.key?(:size_gb)
681
688
  @state = args[:state] if args.key?(:state)
682
689
  @state_info = args[:state_info] if args.key?(:state_info)
@@ -1140,8 +1147,8 @@ module Google
1140
1147
  # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
1141
1148
  # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
1142
1149
  # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
1143
- # cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
1144
- # oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
1150
+ # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
1151
+ # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
1145
1152
  # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
1146
1153
  # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
1147
1154
  # Corresponds to the JSON property `resourceType`
@@ -2055,6 +2062,13 @@ module Google
2055
2062
  # @return [Array<String>]
2056
2063
  attr_accessor :suspension_reasons
2057
2064
 
2065
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2066
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2067
+ # marketing"
2068
+ # Corresponds to the JSON property `tags`
2069
+ # @return [Hash<String,String>]
2070
+ attr_accessor :tags
2071
+
2058
2072
  # Required. The service tier of the instance.
2059
2073
  # Corresponds to the JSON property `tier`
2060
2074
  # @return [String]
@@ -2107,6 +2121,7 @@ module Google
2107
2121
  @state = args[:state] if args.key?(:state)
2108
2122
  @status_message = args[:status_message] if args.key?(:status_message)
2109
2123
  @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
2124
+ @tags = args[:tags] if args.key?(:tags)
2110
2125
  @tier = args[:tier] if args.key?(:tier)
2111
2126
  @transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
2112
2127
  end
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.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 = "20250609"
25
+ REVISION = "20250617"
26
26
  end
27
27
  end
28
28
  end
@@ -709,6 +709,7 @@ module Google
709
709
  hash :redis_configs, as: 'redisConfigs'
710
710
  property :replica_count, as: 'replicaCount'
711
711
  property :shard_count, as: 'shardCount'
712
+ property :simulate_maintenance_event, as: 'simulateMaintenanceEvent'
712
713
  property :size_gb, as: 'sizeGb'
713
714
  property :state, as: 'state'
714
715
  property :state_info, as: 'stateInfo', class: Google::Apis::RedisV1beta1::StateInfo, decorator: Google::Apis::RedisV1beta1::StateInfo::Representation
@@ -1089,6 +1090,7 @@ module Google
1089
1090
  property :state, as: 'state'
1090
1091
  property :status_message, as: 'statusMessage'
1091
1092
  collection :suspension_reasons, as: 'suspensionReasons'
1093
+ hash :tags, as: 'tags'
1092
1094
  property :tier, as: 'tier'
1093
1095
  property :transit_encryption_mode, as: 'transitEncryptionMode'
1094
1096
  end
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.63.0
4
+ version: 0.64.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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.64.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: