google-apis-redis_v1beta1 0.63.0 → 0.65.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: 5d9b12cf121fbef5623e66e8ce4b7e31ac24cf002f7176fb2fc2e27e2234fd60
|
4
|
+
data.tar.gz: 5546923dfe79fc03ade344bb10592ad48fdc8d7fc13a1859ff783a0cca6b9e54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76ac9f2cb5dfe8ffd6df7d3203707b3362aae2a908bce604aae63fe8aa5eb76ae432c13f279f53379701d53a23e8fc89571f64a43837695af17a8392044f107a
|
7
|
+
data.tar.gz: 701c201eb39ac07c62b7592f99b9752943905e0b393096e61ab9b71e44a4dc566d5f9b52ad2a73493022b9164fc397f2897840d0a400a1547ac978a297e3c6d3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.65.0 (2025-07-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250701
|
6
|
+
|
7
|
+
### v0.64.0 (2025-06-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250617
|
10
|
+
|
3
11
|
### v0.63.0 (2025-06-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250609
|
@@ -465,6 +465,15 @@ module Google
|
|
465
465
|
class Cluster
|
466
466
|
include Google::Apis::Core::Hashable
|
467
467
|
|
468
|
+
# Optional. Immutable. Allows customers to specify if they are okay with
|
469
|
+
# deploying a multi-zone cluster in less than 3 zones. Once set, if there is a
|
470
|
+
# zonal outage during the cluster creation, the cluster will only be deployed in
|
471
|
+
# 2 zones, and stay within the 2 zones for its lifecycle.
|
472
|
+
# Corresponds to the JSON property `allowFewerZonesDeployment`
|
473
|
+
# @return [Boolean]
|
474
|
+
attr_accessor :allow_fewer_zones_deployment
|
475
|
+
alias_method :allow_fewer_zones_deployment?, :allow_fewer_zones_deployment
|
476
|
+
|
468
477
|
# Optional. If true, cluster endpoints that are created and registered by
|
469
478
|
# customers can be deleted asynchronously. That is, such a cluster endpoint can
|
470
479
|
# be de-registered before the forwarding rules in the cluster endpoint are
|
@@ -612,6 +621,12 @@ module Google
|
|
612
621
|
# @return [Fixnum]
|
613
622
|
attr_accessor :shard_count
|
614
623
|
|
624
|
+
# Optional. Input only. Simulate a maintenance event.
|
625
|
+
# Corresponds to the JSON property `simulateMaintenanceEvent`
|
626
|
+
# @return [Boolean]
|
627
|
+
attr_accessor :simulate_maintenance_event
|
628
|
+
alias_method :simulate_maintenance_event?, :simulate_maintenance_event
|
629
|
+
|
615
630
|
# Output only. Redis memory size in GB for the entire cluster rounded up to the
|
616
631
|
# next integer.
|
617
632
|
# Corresponds to the JSON property `sizeGb`
|
@@ -651,6 +666,7 @@ module Google
|
|
651
666
|
|
652
667
|
# Update properties of this object
|
653
668
|
def update!(**args)
|
669
|
+
@allow_fewer_zones_deployment = args[:allow_fewer_zones_deployment] if args.key?(:allow_fewer_zones_deployment)
|
654
670
|
@async_cluster_endpoints_deletion_enabled = args[:async_cluster_endpoints_deletion_enabled] if args.key?(:async_cluster_endpoints_deletion_enabled)
|
655
671
|
@authorization_mode = args[:authorization_mode] if args.key?(:authorization_mode)
|
656
672
|
@automated_backup_config = args[:automated_backup_config] if args.key?(:automated_backup_config)
|
@@ -677,6 +693,7 @@ module Google
|
|
677
693
|
@redis_configs = args[:redis_configs] if args.key?(:redis_configs)
|
678
694
|
@replica_count = args[:replica_count] if args.key?(:replica_count)
|
679
695
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
696
|
+
@simulate_maintenance_event = args[:simulate_maintenance_event] if args.key?(:simulate_maintenance_event)
|
680
697
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
681
698
|
@state = args[:state] if args.key?(:state)
|
682
699
|
@state_info = args[:state_info] if args.key?(:state_info)
|
@@ -805,7 +822,7 @@ module Google
|
|
805
822
|
class ClusterWeeklyMaintenanceWindow
|
806
823
|
include Google::Apis::Core::Hashable
|
807
824
|
|
808
|
-
# Allows to define schedule that runs specified day of the week.
|
825
|
+
# Optional. Allows to define schedule that runs specified day of the week.
|
809
826
|
# Corresponds to the JSON property `day`
|
810
827
|
# @return [String]
|
811
828
|
attr_accessor :day
|
@@ -854,6 +871,52 @@ module Google
|
|
854
871
|
end
|
855
872
|
end
|
856
873
|
|
874
|
+
# Config based signal data. This is used to send signals to Condor which are
|
875
|
+
# based on the DB level configurations. These will be used to send signals for
|
876
|
+
# self managed databases.
|
877
|
+
class ConfigBasedSignalData
|
878
|
+
include Google::Apis::Core::Hashable
|
879
|
+
|
880
|
+
# Required. Full Resource name of the source resource.
|
881
|
+
# Corresponds to the JSON property `fullResourceName`
|
882
|
+
# @return [String]
|
883
|
+
attr_accessor :full_resource_name
|
884
|
+
|
885
|
+
# Required. Last time signal was refreshed
|
886
|
+
# Corresponds to the JSON property `lastRefreshTime`
|
887
|
+
# @return [String]
|
888
|
+
attr_accessor :last_refresh_time
|
889
|
+
|
890
|
+
# DatabaseResourceId will serve as primary key for any resource ingestion event.
|
891
|
+
# Corresponds to the JSON property `resourceId`
|
892
|
+
# @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
|
893
|
+
attr_accessor :resource_id
|
894
|
+
|
895
|
+
# Signal data for boolean signals.
|
896
|
+
# Corresponds to the JSON property `signalBoolValue`
|
897
|
+
# @return [Boolean]
|
898
|
+
attr_accessor :signal_bool_value
|
899
|
+
alias_method :signal_bool_value?, :signal_bool_value
|
900
|
+
|
901
|
+
# Required. Signal type of the signal
|
902
|
+
# Corresponds to the JSON property `signalType`
|
903
|
+
# @return [String]
|
904
|
+
attr_accessor :signal_type
|
905
|
+
|
906
|
+
def initialize(**args)
|
907
|
+
update!(**args)
|
908
|
+
end
|
909
|
+
|
910
|
+
# Update properties of this object
|
911
|
+
def update!(**args)
|
912
|
+
@full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
|
913
|
+
@last_refresh_time = args[:last_refresh_time] if args.key?(:last_refresh_time)
|
914
|
+
@resource_id = args[:resource_id] if args.key?(:resource_id)
|
915
|
+
@signal_bool_value = args[:signal_bool_value] if args.key?(:signal_bool_value)
|
916
|
+
@signal_type = args[:signal_type] if args.key?(:signal_type)
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
857
920
|
# Detailed information of each PSC connection.
|
858
921
|
class ConnectionDetail
|
859
922
|
include Google::Apis::Core::Hashable
|
@@ -884,7 +947,7 @@ module Google
|
|
884
947
|
class CrossClusterReplicationConfig
|
885
948
|
include Google::Apis::Core::Hashable
|
886
949
|
|
887
|
-
# The role of the cluster in cross cluster replication.
|
950
|
+
# Output only. The role of the cluster in cross cluster replication.
|
888
951
|
# Corresponds to the JSON property `clusterRole`
|
889
952
|
# @return [String]
|
890
953
|
attr_accessor :cluster_role
|
@@ -949,10 +1012,17 @@ module Google
|
|
949
1012
|
end
|
950
1013
|
|
951
1014
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
952
|
-
# database resource level events into Condor platform. Next ID:
|
1015
|
+
# database resource level events into Condor platform. Next ID: 9
|
953
1016
|
class DatabaseResourceFeed
|
954
1017
|
include Google::Apis::Core::Hashable
|
955
1018
|
|
1019
|
+
# Config based signal data. This is used to send signals to Condor which are
|
1020
|
+
# based on the DB level configurations. These will be used to send signals for
|
1021
|
+
# self managed databases.
|
1022
|
+
# Corresponds to the JSON property `configBasedSignalData`
|
1023
|
+
# @return [Google::Apis::RedisV1beta1::ConfigBasedSignalData]
|
1024
|
+
attr_accessor :config_based_signal_data
|
1025
|
+
|
956
1026
|
# Required. Timestamp when feed is generated.
|
957
1027
|
# Corresponds to the JSON property `feedTimestamp`
|
958
1028
|
# @return [String]
|
@@ -994,6 +1064,7 @@ module Google
|
|
994
1064
|
|
995
1065
|
# Update properties of this object
|
996
1066
|
def update!(**args)
|
1067
|
+
@config_based_signal_data = args[:config_based_signal_data] if args.key?(:config_based_signal_data)
|
997
1068
|
@feed_timestamp = args[:feed_timestamp] if args.key?(:feed_timestamp)
|
998
1069
|
@feed_type = args[:feed_type] if args.key?(:feed_type)
|
999
1070
|
@observability_metric_data = args[:observability_metric_data] if args.key?(:observability_metric_data)
|
@@ -1140,8 +1211,8 @@ module Google
|
|
1140
1211
|
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
1141
1212
|
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
1142
1213
|
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
1143
|
-
#
|
1144
|
-
# oracledatabase.googleapis.com/
|
1214
|
+
# CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
|
1215
|
+
# oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
|
1145
1216
|
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
1146
1217
|
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
1147
1218
|
# Corresponds to the JSON property `resourceType`
|
@@ -2055,6 +2126,13 @@ module Google
|
|
2055
2126
|
# @return [Array<String>]
|
2056
2127
|
attr_accessor :suspension_reasons
|
2057
2128
|
|
2129
|
+
# Optional. Input only. Immutable. Tag keys/values directly bound to this
|
2130
|
+
# resource. For example: "123/environment": "production", "123/costCenter": "
|
2131
|
+
# marketing"
|
2132
|
+
# Corresponds to the JSON property `tags`
|
2133
|
+
# @return [Hash<String,String>]
|
2134
|
+
attr_accessor :tags
|
2135
|
+
|
2058
2136
|
# Required. The service tier of the instance.
|
2059
2137
|
# Corresponds to the JSON property `tier`
|
2060
2138
|
# @return [String]
|
@@ -2107,6 +2185,7 @@ module Google
|
|
2107
2185
|
@state = args[:state] if args.key?(:state)
|
2108
2186
|
@status_message = args[:status_message] if args.key?(:status_message)
|
2109
2187
|
@suspension_reasons = args[:suspension_reasons] if args.key?(:suspension_reasons)
|
2188
|
+
@tags = args[:tags] if args.key?(:tags)
|
2110
2189
|
@tier = args[:tier] if args.key?(:tier)
|
2111
2190
|
@transit_encryption_mode = args[:transit_encryption_mode] if args.key?(:transit_encryption_mode)
|
2112
2191
|
end
|
@@ -2924,6 +3003,13 @@ module Google
|
|
2924
3003
|
# @return [String]
|
2925
3004
|
attr_accessor :engine
|
2926
3005
|
|
3006
|
+
# Minor version of the underlying database engine. Example values: For MySQL, it
|
3007
|
+
# could be "8.0.32", "5.7.32" etc.. For Postgres, it could be "14.3", "15.3" etc.
|
3008
|
+
# .
|
3009
|
+
# Corresponds to the JSON property `minorVersion`
|
3010
|
+
# @return [String]
|
3011
|
+
attr_accessor :minor_version
|
3012
|
+
|
2927
3013
|
# Type of specific database product. It could be CloudSQL, AlloyDB etc..
|
2928
3014
|
# Corresponds to the JSON property `type`
|
2929
3015
|
# @return [String]
|
@@ -2942,6 +3028,7 @@ module Google
|
|
2942
3028
|
# Update properties of this object
|
2943
3029
|
def update!(**args)
|
2944
3030
|
@engine = args[:engine] if args.key?(:engine)
|
3031
|
+
@minor_version = args[:minor_version] if args.key?(:minor_version)
|
2945
3032
|
@type = args[:type] if args.key?(:type)
|
2946
3033
|
@version = args[:version] if args.key?(:version)
|
2947
3034
|
end
|
@@ -3199,8 +3286,8 @@ module Google
|
|
3199
3286
|
class RemoteCluster
|
3200
3287
|
include Google::Apis::Core::Hashable
|
3201
3288
|
|
3202
|
-
# The full resource path of the remote cluster in the format:
|
3203
|
-
# locations//clusters/
|
3289
|
+
# Output only. The full resource path of the remote cluster in the format:
|
3290
|
+
# projects//locations//clusters/
|
3204
3291
|
# Corresponds to the JSON property `cluster`
|
3205
3292
|
# @return [String]
|
3206
3293
|
attr_accessor :cluster
|
@@ -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.65.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 = "20250701"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -130,6 +130,12 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
+
class ConfigBasedSignalData
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
133
139
|
class ConnectionDetail
|
134
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
141
|
|
@@ -670,6 +676,7 @@ module Google
|
|
670
676
|
class Cluster
|
671
677
|
# @private
|
672
678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
+
property :allow_fewer_zones_deployment, as: 'allowFewerZonesDeployment'
|
673
680
|
property :async_cluster_endpoints_deletion_enabled, as: 'asyncClusterEndpointsDeletionEnabled'
|
674
681
|
property :authorization_mode, as: 'authorizationMode'
|
675
682
|
property :automated_backup_config, as: 'automatedBackupConfig', class: Google::Apis::RedisV1beta1::AutomatedBackupConfig, decorator: Google::Apis::RedisV1beta1::AutomatedBackupConfig::Representation
|
@@ -709,6 +716,7 @@ module Google
|
|
709
716
|
hash :redis_configs, as: 'redisConfigs'
|
710
717
|
property :replica_count, as: 'replicaCount'
|
711
718
|
property :shard_count, as: 'shardCount'
|
719
|
+
property :simulate_maintenance_event, as: 'simulateMaintenanceEvent'
|
712
720
|
property :size_gb, as: 'sizeGb'
|
713
721
|
property :state, as: 'state'
|
714
722
|
property :state_info, as: 'stateInfo', class: Google::Apis::RedisV1beta1::StateInfo, decorator: Google::Apis::RedisV1beta1::StateInfo::Representation
|
@@ -774,6 +782,18 @@ module Google
|
|
774
782
|
end
|
775
783
|
end
|
776
784
|
|
785
|
+
class ConfigBasedSignalData
|
786
|
+
# @private
|
787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
788
|
+
property :full_resource_name, as: 'fullResourceName'
|
789
|
+
property :last_refresh_time, as: 'lastRefreshTime'
|
790
|
+
property :resource_id, as: 'resourceId', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
791
|
+
|
792
|
+
property :signal_bool_value, as: 'signalBoolValue'
|
793
|
+
property :signal_type, as: 'signalType'
|
794
|
+
end
|
795
|
+
end
|
796
|
+
|
777
797
|
class ConnectionDetail
|
778
798
|
# @private
|
779
799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -809,6 +829,8 @@ module Google
|
|
809
829
|
class DatabaseResourceFeed
|
810
830
|
# @private
|
811
831
|
class Representation < Google::Apis::Core::JsonRepresentation
|
832
|
+
property :config_based_signal_data, as: 'configBasedSignalData', class: Google::Apis::RedisV1beta1::ConfigBasedSignalData, decorator: Google::Apis::RedisV1beta1::ConfigBasedSignalData::Representation
|
833
|
+
|
812
834
|
property :feed_timestamp, as: 'feedTimestamp'
|
813
835
|
property :feed_type, as: 'feedType'
|
814
836
|
property :observability_metric_data, as: 'observabilityMetricData', class: Google::Apis::RedisV1beta1::ObservabilityMetricData, decorator: Google::Apis::RedisV1beta1::ObservabilityMetricData::Representation
|
@@ -1089,6 +1111,7 @@ module Google
|
|
1089
1111
|
property :state, as: 'state'
|
1090
1112
|
property :status_message, as: 'statusMessage'
|
1091
1113
|
collection :suspension_reasons, as: 'suspensionReasons'
|
1114
|
+
hash :tags, as: 'tags'
|
1092
1115
|
property :tier, as: 'tier'
|
1093
1116
|
property :transit_encryption_mode, as: 'transitEncryptionMode'
|
1094
1117
|
end
|
@@ -1318,6 +1341,7 @@ module Google
|
|
1318
1341
|
# @private
|
1319
1342
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1320
1343
|
property :engine, as: 'engine'
|
1344
|
+
property :minor_version, as: 'minorVersion'
|
1321
1345
|
property :type, as: 'type'
|
1322
1346
|
property :version, as: 'version'
|
1323
1347
|
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.65.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.65.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:
|