google-apis-redis_v1 0.71.0 → 0.72.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: a8cdff466a55bdbf634127fb3dfe07bd3ab22ba640535258dab97bbe8716fb7a
4
- data.tar.gz: 0c25f0f6e4ad1f38f4340f02464e0f7a0ef3f94fda5080d16fdabccb07685e42
3
+ metadata.gz: 3f08344d607aff52104f4d2e627596cc20d61ddd51ff754a5097b51f2a50f594
4
+ data.tar.gz: a6d38aed2e5528cf6f1622aca197adcc70955e299c9da4bab42f245b2309c609
5
5
  SHA512:
6
- metadata.gz: 47666111f695e9c1188ae70c8b87470222ced30c986bca5709ce3a90dfd1392e48ede8d0a8cb961dab33236d5ec119367f6ddc140d72d0df6afc7aa63a26c735
7
- data.tar.gz: fa7fb717c640db360726a94c62e355c3aaab239b9f302c37db313c14a3416ee3fbcc2a179ca6519eee0653e570f270229498ce17d77ce72fd2d267eb486fb80c
6
+ metadata.gz: 173435e22e8da6a4becda3045cf5dcd5a749a02ba3c14c27620f79dbccb74b5f177c5c358dca6023f29b714be71c4be3cc8fb8b6ece5c0a995c16020f541299e
7
+ data.tar.gz: a8e9d3f5db3f34c8f09390ee6dd875833b09fc6f9272bf9e95b25f7ff0f5b6db71151e14204e7328ebe4b7b1e5ebd1cc508dabe49e22afb914d7e9fdcf562695
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1
2
2
 
3
+ ### v0.72.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250617
6
+
3
7
  ### v0.71.0 (2025-06-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20250527
@@ -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)
@@ -949,7 +956,7 @@ module Google
949
956
  end
950
957
 
951
958
  # DatabaseResourceFeed is the top level proto to be used to ingest different
952
- # database resource level events into Condor platform.
959
+ # database resource level events into Condor platform. Next ID: 8
953
960
  class DatabaseResourceFeed
954
961
  include Google::Apis::Core::Hashable
955
962
 
@@ -1040,6 +1047,11 @@ module Google
1040
1047
  # @return [String]
1041
1048
  attr_accessor :external_uri
1042
1049
 
1050
+ # This is used to identify the location of the resource. Example: "us-central1"
1051
+ # Corresponds to the JSON property `location`
1052
+ # @return [String]
1053
+ attr_accessor :location
1054
+
1043
1055
  # Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
1044
1056
  # SQL_LOG_ERROR_VERBOSITY etc.
1045
1057
  # Corresponds to the JSON property `name`
@@ -1103,6 +1115,7 @@ module Google
1103
1115
  @description = args[:description] if args.key?(:description)
1104
1116
  @event_time = args[:event_time] if args.key?(:event_time)
1105
1117
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1118
+ @location = args[:location] if args.key?(:location)
1106
1119
  @name = args[:name] if args.key?(:name)
1107
1120
  @provider = args[:provider] if args.key?(:provider)
1108
1121
  @resource_container = args[:resource_container] if args.key?(:resource_container)
@@ -1129,15 +1142,15 @@ module Google
1129
1142
  # @return [String]
1130
1143
  attr_accessor :provider_description
1131
1144
 
1132
- # Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
1133
- # Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
1134
- # alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
1135
- # googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
1136
- # googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
1137
- # googleapis.com/Instance oracledatabase.googleapis.com/
1138
- # cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
1139
- # oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
1140
- # condor-common-datamodel
1145
+ # Required. The type of resource this ID is identifying. Ex go/keep-sorted start
1146
+ # alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
1147
+ # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
1148
+ # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
1149
+ # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
1150
+ # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
1151
+ # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
1152
+ # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
1153
+ # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
1141
1154
  # Corresponds to the JSON property `resourceType`
1142
1155
  # @return [String]
1143
1156
  attr_accessor :resource_type
@@ -2047,6 +2060,13 @@ module Google
2047
2060
  # @return [Array<String>]
2048
2061
  attr_accessor :suspension_reasons
2049
2062
 
2063
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
2064
+ # resource. For example: "123/environment": "production", "123/costCenter": "
2065
+ # marketing"
2066
+ # Corresponds to the JSON property `tags`
2067
+ # @return [Hash<String,String>]
2068
+ attr_accessor :tags
2069
+
2050
2070
  # Required. The service tier of the instance.
2051
2071
  # Corresponds to the JSON property `tier`
2052
2072
  # @return [String]
@@ -2099,6 +2119,7 @@ module Google
2099
2119
  @state = args[:state] if args.key?(:state)
2100
2120
  @status_message = args[:status_message] if args.key?(:status_message)
2101
2121
  @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
2122
+ @tags = args[:tags] if args.key?(:tags)
2102
2123
  @tier = args[:tier] if args.key?(:tier)
2103
2124
  @transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
2104
2125
  end
@@ -3056,7 +3077,7 @@ module Google
3056
3077
  # @return [String]
3057
3078
  attr_accessor :network
3058
3079
 
3059
- # Output only. The port number of the exposed discovery endpoint.
3080
+ # Output only. port will only be set for Primary/Reader or Discovery endpoint.
3060
3081
  # Corresponds to the JSON property `port`
3061
3082
  # @return [Fixnum]
3062
3083
  attr_accessor :port
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1
18
18
  # Version of the google-apis-redis_v1 gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.72.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 = "20250527"
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::RedisV1::StateInfo, decorator: Google::Apis::RedisV1::StateInfo::Representation
@@ -833,6 +834,7 @@ module Google
833
834
  property :description, as: 'description'
834
835
  property :event_time, as: 'eventTime'
835
836
  property :external_uri, as: 'externalUri'
837
+ property :location, as: 'location'
836
838
  property :name, as: 'name'
837
839
  property :provider, as: 'provider'
838
840
  property :resource_container, as: 'resourceContainer'
@@ -1088,6 +1090,7 @@ module Google
1088
1090
  property :state, as: 'state'
1089
1091
  property :status_message, as: 'statusMessage'
1090
1092
  collection :suspension_reasons, as: 'suspensionReasons'
1093
+ hash :tags, as: 'tags'
1091
1094
  property :tier, as: 'tier'
1092
1095
  property :transit_encryption_mode, as: 'transitEncryptionMode'
1093
1096
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.71.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.72.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1
62
62
  rdoc_options: []
63
63
  require_paths: