google-apis-redis_v1 0.70.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: c42ff1e8ecaf7c417d942a6e2a6d74b3a8bc4a1a5ada664157c8556237f078c8
4
- data.tar.gz: c0e5514bb43665065dc0b983dd54787e5b2e35191cebff86579add764eb3d204
3
+ metadata.gz: 3f08344d607aff52104f4d2e627596cc20d61ddd51ff754a5097b51f2a50f594
4
+ data.tar.gz: a6d38aed2e5528cf6f1622aca197adcc70955e299c9da4bab42f245b2309c609
5
5
  SHA512:
6
- metadata.gz: 87c8e14c06749c9652c1450f2ced7abc3f1e8b715928ad4fb4447547f2aae23ff3f2a96f704348834962c4e9f520f7e73f97e460aba1242bc843d1c5b2625f5a
7
- data.tar.gz: bf00f787dc4d9ccc151040b94fd3b7c8a1ed6437c07411bd847478dcc2f8803975ecf70b0ee4bfb3f541c721aa4c8fbc62817aef5bfc23f40ace406098256c3e
6
+ metadata.gz: 173435e22e8da6a4becda3045cf5dcd5a749a02ba3c14c27620f79dbccb74b5f177c5c358dca6023f29b714be71c4be3cc8fb8b6ece5c0a995c16020f541299e
7
+ data.tar.gz: a8e9d3f5db3f34c8f09390ee6dd875833b09fc6f9272bf9e95b25f7ff0f5b6db71151e14204e7328ebe4b7b1e5ebd1cc508dabe49e22afb914d7e9fdcf562695
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.71.0 (2025-06-01)
8
+
9
+ * Regenerated from discovery document revision 20250527
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.70.0 (2025-05-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20250418
@@ -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,12 +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 REQUIRED Please refer go/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
1138
1154
  # Corresponds to the JSON property `resourceType`
1139
1155
  # @return [String]
1140
1156
  attr_accessor :resource_type
@@ -2044,6 +2060,13 @@ module Google
2044
2060
  # @return [Array<String>]
2045
2061
  attr_accessor :suspension_reasons
2046
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
+
2047
2070
  # Required. The service tier of the instance.
2048
2071
  # Corresponds to the JSON property `tier`
2049
2072
  # @return [String]
@@ -2096,6 +2119,7 @@ module Google
2096
2119
  @state = args[:state] if args.key?(:state)
2097
2120
  @status_message = args[:status_message] if args.key?(:status_message)
2098
2121
  @suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
2122
+ @tags = args[:tags] if args.key?(:tags)
2099
2123
  @tier = args[:tier] if args.key?(:tier)
2100
2124
  @transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
2101
2125
  end
@@ -3053,7 +3077,7 @@ module Google
3053
3077
  # @return [String]
3054
3078
  attr_accessor :network
3055
3079
 
3056
- # Output only. The port number of the exposed discovery endpoint.
3080
+ # Output only. port will only be set for Primary/Reader or Discovery endpoint.
3057
3081
  # Corresponds to the JSON property `port`
3058
3082
  # @return [Fixnum]
3059
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.70.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250418"
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.70.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.70.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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Google Cloud Memorystore for Redis API V1
79
79
  test_files: []