google-apis-redis_v1 0.78.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
@@ -1119,7 +1119,7 @@ module Google
|
|
1119
1119
|
end
|
1120
1120
|
|
1121
1121
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
1122
|
-
# database resource level events into Condor platform. Next ID:
|
1122
|
+
# database resource level events into Condor platform. Next ID: 13
|
1123
1123
|
class DatabaseResourceFeed
|
1124
1124
|
include Google::Apis::Core::Hashable
|
1125
1125
|
|
@@ -1136,6 +1136,13 @@ module Google
|
|
1136
1136
|
# @return [Google::Apis::RedisV1::ConfigBasedSignalData]
|
1137
1137
|
attr_accessor :config_based_signal_data
|
1138
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
|
+
|
1139
1146
|
# Required. Timestamp when feed is generated.
|
1140
1147
|
# Corresponds to the JSON property `feedTimestamp`
|
1141
1148
|
# @return [String]
|
@@ -1166,7 +1173,7 @@ module Google
|
|
1166
1173
|
# @return [Google::Apis::RedisV1::DatabaseResourceId]
|
1167
1174
|
attr_accessor :resource_id
|
1168
1175
|
|
1169
|
-
# Common model for database resource instance metadata. Next ID:
|
1176
|
+
# Common model for database resource instance metadata. Next ID: 27
|
1170
1177
|
# Corresponds to the JSON property `resourceMetadata`
|
1171
1178
|
# @return [Google::Apis::RedisV1::DatabaseResourceMetadata]
|
1172
1179
|
attr_accessor :resource_metadata
|
@@ -1189,6 +1196,7 @@ module Google
|
|
1189
1196
|
def update!(**args)
|
1190
1197
|
@backupdr_metadata = args[:backupdr_metadata] if args.key?(:backupdr_metadata)
|
1191
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)
|
1192
1200
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
1193
1201
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
1194
1202
|
@observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
|
@@ -1363,7 +1371,7 @@ module Google
|
|
1363
1371
|
end
|
1364
1372
|
end
|
1365
1373
|
|
1366
|
-
# Common model for database resource instance metadata. Next ID:
|
1374
|
+
# Common model for database resource instance metadata. Next ID: 27
|
1367
1375
|
class DatabaseResourceMetadata
|
1368
1376
|
include Google::Apis::Core::Hashable
|
1369
1377
|
|
@@ -1507,6 +1515,12 @@ module Google
|
|
1507
1515
|
# @return [Google::Apis::RedisV1::UserLabels]
|
1508
1516
|
attr_accessor :user_label_set
|
1509
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
|
+
|
1510
1524
|
def initialize(**args)
|
1511
1525
|
update!(**args)
|
1512
1526
|
end
|
@@ -1537,6 +1551,7 @@ module Google
|
|
1537
1551
|
@tags_set = args[:tags_set] if args.key?(:tags_set)
|
1538
1552
|
@updation_time = args[:updation_time] if args.key?(:updation_time)
|
1539
1553
|
@user_label_set = args[:user_label_set] if args.key?(:user_label_set)
|
1554
|
+
@zone = args[:zone] if args.key?(:zone)
|
1540
1555
|
end
|
1541
1556
|
end
|
1542
1557
|
|
@@ -1613,6 +1628,58 @@ module Google
|
|
1613
1628
|
end
|
1614
1629
|
end
|
1615
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
|
+
|
1616
1683
|
# Endpoints on each network, for Redis clients to connect to the cluster.
|
1617
1684
|
class DiscoveryEndpoint
|
1618
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
|
|
@@ -874,6 +880,8 @@ module Google
|
|
874
880
|
|
875
881
|
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::RedisV1::ConfigBasedSignalData, decorator: Google::Apis::RedisV1::ConfigBasedSignalData::Representation
|
876
882
|
|
883
|
+
property :database_resource_signal_data, as: 'databaseResourceSignalData', class: Google::Apis::RedisV1::DatabaseResourceSignalData, decorator: Google::Apis::RedisV1::DatabaseResourceSignalData::Representation
|
884
|
+
|
877
885
|
property :feed_timestamp, as: 'feedTimestamp'
|
878
886
|
property :feed_type, as: 'feedType'
|
879
887
|
property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::RedisV1::ObservabilityMetricData, decorator: Google::Apis::RedisV1::ObservabilityMetricData::Representation
|
@@ -962,6 +970,7 @@ module Google
|
|
962
970
|
property :updation_time, as: 'updationTime'
|
963
971
|
property :user_label_set, as: 'userLabelSet', class: Google::Apis::RedisV1::UserLabels, decorator: Google::Apis::RedisV1::UserLabels::Representation
|
964
972
|
|
973
|
+
property :zone, as: 'zone'
|
965
974
|
end
|
966
975
|
end
|
967
976
|
|
@@ -979,6 +988,19 @@ module Google
|
|
979
988
|
end
|
980
989
|
end
|
981
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
|
+
|
982
1004
|
class DiscoveryEndpoint
|
983
1005
|
# @private
|
984
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:
|