google-apis-redis_v1 0.77.0 → 0.79.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: 210859d34005707414c83af1af3a5bca739e6c57f76b54160ca62c60424d97b2
|
4
|
+
data.tar.gz: c7c4a595f20999726165b4627d9f96092d6d32f18d154395a67c217d7f7f8093
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 23079b752bbc8bb8d81384031d523c5676590da4a637b59765acff82c60fb8da3901f39fae4b5207b20deb0eeb766977d391cd21a525e1625ad4a74838c5b7b5
|
7
|
+
data.tar.gz: da42fb09c26ae1db7f9897d710ee93ce34b8689b65a40b5e02ac3ba3da79e2d00fccb641fa8f8a4d69289a83e7db202160fc7d29fc9e28f0d4d68274b6710ae3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-redis_v1
|
2
2
|
|
3
|
+
### v0.79.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250909
|
6
|
+
|
7
|
+
### v0.78.0 (2025-09-07)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250902
|
10
|
+
|
3
11
|
### v0.77.0 (2025-08-31)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250825
|
@@ -630,6 +630,11 @@ module Google
|
|
630
630
|
# @return [String]
|
631
631
|
attr_accessor :kms_key
|
632
632
|
|
633
|
+
# Optional. Labels to represent user-provided metadata.
|
634
|
+
# Corresponds to the JSON property `labels`
|
635
|
+
# @return [Hash<String,String>]
|
636
|
+
attr_accessor :labels
|
637
|
+
|
633
638
|
# Maintenance policy per cluster.
|
634
639
|
# Corresponds to the JSON property `maintenancePolicy`
|
635
640
|
# @return [Google::Apis::RedisV1::ClusterMaintenancePolicy]
|
@@ -778,6 +783,7 @@ module Google
|
|
778
783
|
@encryption_info = args[:encryption_info] if args.key?(:encryption_info)
|
779
784
|
@gcs_source = args[:gcs_source] if args.key?(:gcs_source)
|
780
785
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
786
|
+
@labels = args[:labels] if args.key?(:labels)
|
781
787
|
@maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
|
782
788
|
@maintenance_schedule = args[:maintenance_schedule] if args.key?(:maintenance_schedule)
|
783
789
|
@managed_backup_source = args[:managed_backup_source] if args.key?(:managed_backup_source)
|
@@ -1113,7 +1119,7 @@ module Google
|
|
1113
1119
|
end
|
1114
1120
|
|
1115
1121
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
1116
|
-
# database resource level events into Condor platform. Next ID:
|
1122
|
+
# database resource level events into Condor platform. Next ID: 13
|
1117
1123
|
class DatabaseResourceFeed
|
1118
1124
|
include Google::Apis::Core::Hashable
|
1119
1125
|
|
@@ -1130,6 +1136,13 @@ module Google
|
|
1130
1136
|
# @return [Google::Apis::RedisV1::ConfigBasedSignalData]
|
1131
1137
|
attr_accessor :config_based_signal_data
|
1132
1138
|
|
1139
|
+
# Database resource signal data. This is used to send signals to Condor which
|
1140
|
+
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
1141
|
+
# send signals for all inventory types. Next ID: 7
|
1142
|
+
# Corresponds to the JSON property `databaseResourceSignalData`
|
1143
|
+
# @return [Google::Apis::RedisV1::DatabaseResourceSignalData]
|
1144
|
+
attr_accessor :database_resource_signal_data
|
1145
|
+
|
1133
1146
|
# Required. Timestamp when feed is generated.
|
1134
1147
|
# Corresponds to the JSON property `feedTimestamp`
|
1135
1148
|
# @return [String]
|
@@ -1160,7 +1173,7 @@ module Google
|
|
1160
1173
|
# @return [Google::Apis::RedisV1::DatabaseResourceId]
|
1161
1174
|
attr_accessor :resource_id
|
1162
1175
|
|
1163
|
-
# Common model for database resource instance metadata. Next ID:
|
1176
|
+
# Common model for database resource instance metadata. Next ID: 27
|
1164
1177
|
# Corresponds to the JSON property `resourceMetadata`
|
1165
1178
|
# @return [Google::Apis::RedisV1::DatabaseResourceMetadata]
|
1166
1179
|
attr_accessor :resource_metadata
|
@@ -1183,6 +1196,7 @@ module Google
|
|
1183
1196
|
def update!(**args)
|
1184
1197
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
1185
1198
|
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
1199
|
+
@database_resource_signal_data = args[:database_resource_signal_data] if args.key?(:database_resource_signal_data)
|
1186
1200
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
1187
1201
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
1188
1202
|
@observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
|
@@ -1357,7 +1371,7 @@ module Google
|
|
1357
1371
|
end
|
1358
1372
|
end
|
1359
1373
|
|
1360
|
-
# Common model for database resource instance metadata. Next ID:
|
1374
|
+
# Common model for database resource instance metadata. Next ID: 27
|
1361
1375
|
class DatabaseResourceMetadata
|
1362
1376
|
include Google::Apis::Core::Hashable
|
1363
1377
|
|
@@ -1501,6 +1515,12 @@ module Google
|
|
1501
1515
|
# @return [Google::Apis::RedisV1::UserLabels]
|
1502
1516
|
attr_accessor :user_label_set
|
1503
1517
|
|
1518
|
+
# The resource zone. This is only applicable for zonal resources and will be
|
1519
|
+
# empty for regional and multi-regional resources.
|
1520
|
+
# Corresponds to the JSON property `zone`
|
1521
|
+
# @return [String]
|
1522
|
+
attr_accessor :zone
|
1523
|
+
|
1504
1524
|
def initialize(**args)
|
1505
1525
|
update!(**args)
|
1506
1526
|
end
|
@@ -1531,6 +1551,7 @@ module Google
|
|
1531
1551
|
@tags_set = args[:tags_set] if args.key?(:tags_set)
|
1532
1552
|
@updation_time = args[:updation_time] if args.key?(:updation_time)
|
1533
1553
|
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
1554
|
+
@zone = args[:zone] if args.key?(:zone)
|
1534
1555
|
end
|
1535
1556
|
end
|
1536
1557
|
|
@@ -1607,6 +1628,58 @@ module Google
|
|
1607
1628
|
end
|
1608
1629
|
end
|
1609
1630
|
|
1631
|
+
# Database resource signal data. This is used to send signals to Condor which
|
1632
|
+
# are based on the DB/Instance/Fleet level configurations. These will be used to
|
1633
|
+
# send signals for all inventory types. Next ID: 7
|
1634
|
+
class DatabaseResourceSignalData
|
1635
|
+
include Google::Apis::Core::Hashable
|
1636
|
+
|
1637
|
+
# Required. Full Resource name of the source resource.
|
1638
|
+
# Corresponds to the JSON property `fullResourceName`
|
1639
|
+
# @return [String]
|
1640
|
+
attr_accessor :full_resource_name
|
1641
|
+
|
1642
|
+
# Required. Last time signal was refreshed
|
1643
|
+
# Corresponds to the JSON property `lastRefreshTime`
|
1644
|
+
# @return [String]
|
1645
|
+
attr_accessor :last_refresh_time
|
1646
|
+
|
1647
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
1648
|
+
# Corresponds to the JSON property `resourceId`
|
1649
|
+
# @return [Google::Apis::RedisV1::DatabaseResourceId]
|
1650
|
+
attr_accessor :resource_id
|
1651
|
+
|
1652
|
+
# Signal data for boolean signals.
|
1653
|
+
# Corresponds to the JSON property `signalBoolValue`
|
1654
|
+
# @return [Boolean]
|
1655
|
+
attr_accessor :signal_bool_value
|
1656
|
+
alias_method :signal_bool_value?, :signal_bool_value
|
1657
|
+
|
1658
|
+
# Required. Output only. Signal state of the signal
|
1659
|
+
# Corresponds to the JSON property `signalState`
|
1660
|
+
# @return [String]
|
1661
|
+
attr_accessor :signal_state
|
1662
|
+
|
1663
|
+
# Required. Signal type of the signal
|
1664
|
+
# Corresponds to the JSON property `signalType`
|
1665
|
+
# @return [String]
|
1666
|
+
attr_accessor :signal_type
|
1667
|
+
|
1668
|
+
def initialize(**args)
|
1669
|
+
update!(**args)
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
# Update properties of this object
|
1673
|
+
def update!(**args)
|
1674
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
1675
|
+
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
1676
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
1677
|
+
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
1678
|
+
@signal_state = args[:signal_state] if args.key?(:signal_state)
|
1679
|
+
@signal_type = args[:signal_type] if args.key?(:signal_type)
|
1680
|
+
end
|
1681
|
+
end
|
1682
|
+
|
1610
1683
|
# Endpoints on each network, for Redis clients to connect to the cluster.
|
1611
1684
|
class DiscoveryEndpoint
|
1612
1685
|
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.79.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 = "20250909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -196,6 +196,12 @@ module Google
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
+
class DatabaseResourceSignalData
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
199
205
|
class DiscoveryEndpoint
|
200
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
207
|
|
@@ -733,6 +739,7 @@ module Google
|
|
733
739
|
property :gcs_source, as: 'gcsSource', class: Google::Apis::RedisV1::GcsBackupSource, decorator: Google::Apis::RedisV1::GcsBackupSource::Representation
|
734
740
|
|
735
741
|
property :kms_key, as: 'kmsKey'
|
742
|
+
hash :labels, as: 'labels'
|
736
743
|
property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::RedisV1::ClusterMaintenancePolicy, decorator: Google::Apis::RedisV1::ClusterMaintenancePolicy::Representation
|
737
744
|
|
738
745
|
property :maintenance_schedule, as: 'maintenanceSchedule', class: Google::Apis::RedisV1::ClusterMaintenanceSchedule, decorator: Google::Apis::RedisV1::ClusterMaintenanceSchedule::Representation
|
@@ -873,6 +880,8 @@ module Google
|
|
873
880
|
|
874
881
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::RedisV1::ConfigBasedSignalData, decorator: Google::Apis::RedisV1::ConfigBasedSignalData::Representation
|
875
882
|
|
883
|
+
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::RedisV1::DatabaseResourceSignalData, decorator: Google::Apis::RedisV1::DatabaseResourceSignalData::Representation
|
884
|
+
|
876
885
|
property :feed_timestamp, as: 'feedTimestamp'
|
877
886
|
property :feed_type, as: 'feedType'
|
878
887
|
property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::RedisV1::ObservabilityMetricData, decorator: Google::Apis::RedisV1::ObservabilityMetricData::Representation
|
@@ -961,6 +970,7 @@ module Google
|
|
961
970
|
property :updation_time, as: 'updationTime'
|
962
971
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1::UserLabels, decorator: Google::Apis::RedisV1::UserLabels::Representation
|
963
972
|
|
973
|
+
property :zone, as: 'zone'
|
964
974
|
end
|
965
975
|
end
|
966
976
|
|
@@ -978,6 +988,19 @@ module Google
|
|
978
988
|
end
|
979
989
|
end
|
980
990
|
|
991
|
+
class DatabaseResourceSignalData
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :full_resource_name, as: 'fullResourceName'
|
995
|
+
property :last_refresh_time, as: 'lastRefreshTime'
|
996
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1::DatabaseResourceId, decorator: Google::Apis::RedisV1::DatabaseResourceId::Representation
|
997
|
+
|
998
|
+
property :signal_bool_value, as: 'signalBoolValue'
|
999
|
+
property :signal_state, as: 'signalState'
|
1000
|
+
property :signal_type, as: 'signalType'
|
1001
|
+
end
|
1002
|
+
end
|
1003
|
+
|
981
1004
|
class DiscoveryEndpoint
|
982
1005
|
# @private
|
983
1006
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -85,8 +85,8 @@ module Google
|
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
87
|
# @param [Array<String>, String] extra_location_types
|
88
|
-
# Optional.
|
89
|
-
#
|
88
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
89
|
+
# field which is primarily intended for internal usage.
|
90
90
|
# @param [String] filter
|
91
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
92
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.79.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.79.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:
|