google-apis-redis_v1 0.87.0 → 0.88.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/redis_v1/classes.rb +62 -8
- data/lib/google/apis/redis_v1/gem_version.rb +2 -2
- data/lib/google/apis/redis_v1/representations.rb +21 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32e5315526e9deaeb5a7a6e9a5bc0c433f1bb8e5b08696c89e3f087325646e01
|
|
4
|
+
data.tar.gz: 1a5d95aebefe8a20d39638f62c92bccb6c701b9288657aab243174f0b42b4da4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8def37d952b3bf9943a8bf6a005840161214ec52bd61f298b969e3dbdd57d9548658016390e4ad10ee90dcf1826e523ac0c46833282378d73e95ebc84db6ac6
|
|
7
|
+
data.tar.gz: e8ef76b8c8e40f1142ce64b468e360f1add2c69dcd40585548256d5748c418131febb2b4b0873f6886b3a5f7102b2a6263bf981b9ace407da19d705ca22c4540
|
data/CHANGELOG.md
CHANGED
|
@@ -555,6 +555,11 @@ module Google
|
|
|
555
555
|
class Cluster
|
|
556
556
|
include Google::Apis::Core::Hashable
|
|
557
557
|
|
|
558
|
+
# Optional. The ACL policy to be applied to the cluster.
|
|
559
|
+
# Corresponds to the JSON property `aclPolicy`
|
|
560
|
+
# @return [String]
|
|
561
|
+
attr_accessor :acl_policy
|
|
562
|
+
|
|
558
563
|
# Optional. Immutable. Deprecated, do not use.
|
|
559
564
|
# Corresponds to the JSON property `allowFewerZonesDeployment`
|
|
560
565
|
# @return [Boolean]
|
|
@@ -807,6 +812,7 @@ module Google
|
|
|
807
812
|
|
|
808
813
|
# Update properties of this object
|
|
809
814
|
def update!(**args)
|
|
815
|
+
@acl_policy = args[:acl_policy] if args.key?(:acl_policy)
|
|
810
816
|
@allow_fewer_zones_deployment = args[:allow_fewer_zones_deployment] if args.key?(:allow_fewer_zones_deployment)
|
|
811
817
|
@async_cluster_endpoints_deletion_enabled = args[:async_cluster_endpoints_deletion_enabled] if args.key?(:async_cluster_endpoints_deletion_enabled)
|
|
812
818
|
@authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
|
|
@@ -1181,7 +1187,7 @@ module Google
|
|
|
1181
1187
|
|
|
1182
1188
|
# Database resource signal data. This is used to send signals to Condor which
|
|
1183
1189
|
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
|
1184
|
-
# send signals for all inventory types. Next ID:
|
|
1190
|
+
# send signals for all inventory types. Next ID: 10
|
|
1185
1191
|
# Corresponds to the JSON property `databaseResourceSignalData`
|
|
1186
1192
|
# @return [Google::Apis::RedisV1::DatabaseResourceSignalData]
|
|
1187
1193
|
attr_accessor :database_resource_signal_data
|
|
@@ -1692,10 +1698,15 @@ module Google
|
|
|
1692
1698
|
|
|
1693
1699
|
# Database resource signal data. This is used to send signals to Condor which
|
|
1694
1700
|
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
|
1695
|
-
# send signals for all inventory types. Next ID:
|
|
1701
|
+
# send signals for all inventory types. Next ID: 10
|
|
1696
1702
|
class DatabaseResourceSignalData
|
|
1697
1703
|
include Google::Apis::Core::Hashable
|
|
1698
1704
|
|
|
1705
|
+
# A backup run.
|
|
1706
|
+
# Corresponds to the JSON property `backupRun`
|
|
1707
|
+
# @return [Google::Apis::RedisV1::BackupRun]
|
|
1708
|
+
attr_accessor :backup_run
|
|
1709
|
+
|
|
1699
1710
|
# Required. Full Resource name of the source resource.
|
|
1700
1711
|
# Corresponds to the JSON property `fullResourceName`
|
|
1701
1712
|
# @return [String]
|
|
@@ -1706,17 +1717,28 @@ module Google
|
|
|
1706
1717
|
# @return [String]
|
|
1707
1718
|
attr_accessor :last_refresh_time
|
|
1708
1719
|
|
|
1720
|
+
# Resource location.
|
|
1721
|
+
# Corresponds to the JSON property `location`
|
|
1722
|
+
# @return [String]
|
|
1723
|
+
attr_accessor :location
|
|
1724
|
+
|
|
1709
1725
|
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
|
1710
1726
|
# Corresponds to the JSON property `resourceId`
|
|
1711
1727
|
# @return [Google::Apis::RedisV1::DatabaseResourceId]
|
|
1712
1728
|
attr_accessor :resource_id
|
|
1713
1729
|
|
|
1714
|
-
#
|
|
1730
|
+
# Deprecated: Use signal_metadata_list instead.
|
|
1715
1731
|
# Corresponds to the JSON property `signalBoolValue`
|
|
1716
1732
|
# @return [Boolean]
|
|
1717
1733
|
attr_accessor :signal_bool_value
|
|
1718
1734
|
alias_method :signal_bool_value?, :signal_bool_value
|
|
1719
1735
|
|
|
1736
|
+
# This will support array of OneOf signal metadata information for a given
|
|
1737
|
+
# signal type.
|
|
1738
|
+
# Corresponds to the JSON property `signalMetadataList`
|
|
1739
|
+
# @return [Array<Google::Apis::RedisV1::SignalMetadata>]
|
|
1740
|
+
attr_accessor :signal_metadata_list
|
|
1741
|
+
|
|
1720
1742
|
# Required. Output only. Signal state of the signal
|
|
1721
1743
|
# Corresponds to the JSON property `signalState`
|
|
1722
1744
|
# @return [String]
|
|
@@ -1733,10 +1755,13 @@ module Google
|
|
|
1733
1755
|
|
|
1734
1756
|
# Update properties of this object
|
|
1735
1757
|
def update!(**args)
|
|
1758
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
1736
1759
|
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
|
1737
1760
|
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
|
1761
|
+
@location = args[:location] if args.key?(:location)
|
|
1738
1762
|
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
|
1739
1763
|
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
|
1764
|
+
@signal_metadata_list = args[:signal_metadata_list] if args.key?(:signal_metadata_list)
|
|
1740
1765
|
@signal_state = args[:signal_state] if args.key?(:signal_state)
|
|
1741
1766
|
@signal_type = args[:signal_type] if args.key?(:signal_type)
|
|
1742
1767
|
end
|
|
@@ -2346,11 +2371,12 @@ module Google
|
|
|
2346
2371
|
# @return [String]
|
|
2347
2372
|
attr_accessor :read_replicas_mode
|
|
2348
2373
|
|
|
2349
|
-
# Optional. Redis configuration parameters, according to
|
|
2350
|
-
# config.
|
|
2351
|
-
#
|
|
2352
|
-
#
|
|
2353
|
-
#
|
|
2374
|
+
# Optional. Redis configuration parameters, according to [Redis configuration](
|
|
2375
|
+
# https://redis.io/docs/latest/operate/oss_and_stack/management/config/).
|
|
2376
|
+
# Currently, the only supported parameters are: Redis version 3.2 and newer: *
|
|
2377
|
+
# maxmemory-policy * notify-keyspace-events Redis version 4.0 and newer: *
|
|
2378
|
+
# activedefrag * lfu-decay-time * lfu-log-factor * maxmemory-gb Redis version 5.
|
|
2379
|
+
# 0 and newer: * stream-node-max-bytes * stream-node-max-entries
|
|
2354
2380
|
# Corresponds to the JSON property `redisConfigs`
|
|
2355
2381
|
# @return [Hash<String,String>]
|
|
2356
2382
|
attr_accessor :redis_configs
|
|
@@ -3976,6 +4002,34 @@ module Google
|
|
|
3976
4002
|
end
|
|
3977
4003
|
end
|
|
3978
4004
|
|
|
4005
|
+
# SignalMetadata contains one of the signal metadata proto messages associated
|
|
4006
|
+
# with a SignalType. This proto will be mapped to SignalMetadata message in
|
|
4007
|
+
# storage.proto. Next ID: 3
|
|
4008
|
+
class SignalMetadata
|
|
4009
|
+
include Google::Apis::Core::Hashable
|
|
4010
|
+
|
|
4011
|
+
# A backup run.
|
|
4012
|
+
# Corresponds to the JSON property `backupRun`
|
|
4013
|
+
# @return [Google::Apis::RedisV1::BackupRun]
|
|
4014
|
+
attr_accessor :backup_run
|
|
4015
|
+
|
|
4016
|
+
# Signal data for boolean signals.
|
|
4017
|
+
# Corresponds to the JSON property `signalBoolValue`
|
|
4018
|
+
# @return [Boolean]
|
|
4019
|
+
attr_accessor :signal_bool_value
|
|
4020
|
+
alias_method :signal_bool_value?, :signal_bool_value
|
|
4021
|
+
|
|
4022
|
+
def initialize(**args)
|
|
4023
|
+
update!(**args)
|
|
4024
|
+
end
|
|
4025
|
+
|
|
4026
|
+
# Update properties of this object
|
|
4027
|
+
def update!(**args)
|
|
4028
|
+
@backup_run = args[:backup_run] if args.key?(:backup_run)
|
|
4029
|
+
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
|
4030
|
+
end
|
|
4031
|
+
end
|
|
4032
|
+
|
|
3979
4033
|
# Represents additional information about the state of the cluster.
|
|
3980
4034
|
class StateInfo
|
|
3981
4035
|
include Google::Apis::Core::Hashable
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.88.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 = "20260309"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -556,6 +556,12 @@ module Google
|
|
|
556
556
|
include Google::Apis::Core::JsonObjectSupport
|
|
557
557
|
end
|
|
558
558
|
|
|
559
|
+
class SignalMetadata
|
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
|
+
|
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
563
|
+
end
|
|
564
|
+
|
|
559
565
|
class StateInfo
|
|
560
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
561
567
|
|
|
@@ -774,6 +780,7 @@ module Google
|
|
|
774
780
|
class Cluster
|
|
775
781
|
# @private
|
|
776
782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
783
|
+
property :acl_policy, as: 'aclPolicy'
|
|
777
784
|
property :allow_fewer_zones_deployment, as: 'allowFewerZonesDeployment'
|
|
778
785
|
property :async_cluster_endpoints_deletion_enabled, as: 'asyncClusterEndpointsDeletionEnabled'
|
|
779
786
|
property :authorization_mode, as: 'authorizationMode'
|
|
@@ -1056,11 +1063,16 @@ module Google
|
|
|
1056
1063
|
class DatabaseResourceSignalData
|
|
1057
1064
|
# @private
|
|
1058
1065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1066
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::RedisV1::BackupRun, decorator: Google::Apis::RedisV1::BackupRun::Representation
|
|
1067
|
+
|
|
1059
1068
|
property :full_resource_name, as: 'fullResourceName'
|
|
1060
1069
|
property :last_refresh_time, as: 'lastRefreshTime'
|
|
1070
|
+
property :location, as: 'location'
|
|
1061
1071
|
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1::DatabaseResourceId, decorator: Google::Apis::RedisV1::DatabaseResourceId::Representation
|
|
1062
1072
|
|
|
1063
1073
|
property :signal_bool_value, as: 'signalBoolValue'
|
|
1074
|
+
collection :signal_metadata_list, as: 'signalMetadataList', class: Google::Apis::RedisV1::SignalMetadata, decorator: Google::Apis::RedisV1::SignalMetadata::Representation
|
|
1075
|
+
|
|
1064
1076
|
property :signal_state, as: 'signalState'
|
|
1065
1077
|
property :signal_type, as: 'signalType'
|
|
1066
1078
|
end
|
|
@@ -1658,6 +1670,15 @@ module Google
|
|
|
1658
1670
|
end
|
|
1659
1671
|
end
|
|
1660
1672
|
|
|
1673
|
+
class SignalMetadata
|
|
1674
|
+
# @private
|
|
1675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1676
|
+
property :backup_run, as: 'backupRun', class: Google::Apis::RedisV1::BackupRun, decorator: Google::Apis::RedisV1::BackupRun::Representation
|
|
1677
|
+
|
|
1678
|
+
property :signal_bool_value, as: 'signalBoolValue'
|
|
1679
|
+
end
|
|
1680
|
+
end
|
|
1681
|
+
|
|
1661
1682
|
class StateInfo
|
|
1662
1683
|
# @private
|
|
1663
1684
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
|
4
|
+
version: 0.88.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1/v0.88.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:
|