google-apis-redis_v1beta1 0.62.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a2459fa6e4f288e0751fb576a2a40b5b78e6ee780a7fc81c6006d57efe442e1
|
4
|
+
data.tar.gz: 2fc1c848d1aace156797a383865940b000f18246bb2404de3eb7a681b5bcf7ed
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 282aab0ee6dd7cf283bf2e2705359e1a673fe34a7ef2dc8853c0cc30ebe18649130aaad9d6b2401af7b23ad5a72ab0a91ad85387e307104a79df7fe3e764e407
|
7
|
+
data.tar.gz: b23680e6d4270a5a20401513660fcea3ba16d6d77efbd573561596d4a7fb2c340e0617ceeabf91a35002a3187347df68bf168c6b06b2bf10d6576c614ba9920a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.63.0 (2025-06-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250609
|
10
|
+
|
3
11
|
### v0.62.0 (2025-06-08)
|
4
12
|
|
5
13
|
* 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
|
1133
|
-
#
|
1134
|
-
#
|
1135
|
-
# googleapis.com/
|
1136
|
-
#
|
1137
|
-
#
|
1138
|
-
#
|
1139
|
-
#
|
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
|
@@ -2049,6 +2062,13 @@ module Google
|
|
2049
2062
|
# @return [Array<String>]
|
2050
2063
|
attr_accessor :suspension_reasons
|
2051
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
|
+
|
2052
2072
|
# Required. The service tier of the instance.
|
2053
2073
|
# Corresponds to the JSON property `tier`
|
2054
2074
|
# @return [String]
|
@@ -2101,6 +2121,7 @@ module Google
|
|
2101
2121
|
@state = args[:state] if args.key?(:state)
|
2102
2122
|
@status_message = args[:status_message] if args.key?(:status_message)
|
2103
2123
|
@suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
|
2124
|
+
@tags = args[:tags] if args.key?(:tags)
|
2104
2125
|
@tier = args[:tier] if args.key?(:tier)
|
2105
2126
|
@transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
|
2106
2127
|
end
|
@@ -3058,7 +3079,7 @@ module Google
|
|
3058
3079
|
# @return [String]
|
3059
3080
|
attr_accessor :network
|
3060
3081
|
|
3061
|
-
# Output only.
|
3082
|
+
# Output only. port will only be set for Primary/Reader or Discovery endpoint.
|
3062
3083
|
# Corresponds to the JSON property `port`
|
3063
3084
|
# @return [Fixnum]
|
3064
3085
|
attr_accessor :port
|
@@ -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.
|
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 = "
|
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
|
@@ -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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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.
|
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:
|