google-apis-redis_v1beta1 0.67.0 → 0.68.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: dffc9f867a7b5e8e7e75d0dce4f5161592514555cb57d59da723bdc4dda872a5
4
- data.tar.gz: 0b979159fd538adf3a3d5180b46dbf95828ac65d669852a6b581afe9f4a831ff
3
+ metadata.gz: 33539a2e245570d7717b2c618d8d4c417617917d4ca32a6fef643974292a47ed
4
+ data.tar.gz: 7bc53e46e50ccddebd36a3189cead1cc2349c81f0fe7b9c8466b498b09b459b3
5
5
  SHA512:
6
- metadata.gz: 32352ed7be47ce79f7e75ff68e05b84bdb68989b56d55323e77527d36987d2c1e820e871231a53554c66b1dd517d8b34e6dc55e961b250bfc54c76d06b915e73
7
- data.tar.gz: 7373f98d596c2e4cbbacf52b0116b088a02012f4a06e756b30c0810b39b935c83015570214729a2789403122d9d1799a290ead375027ef1c257ce1545614e1f4
6
+ metadata.gz: 5578d80b7ff39f76c23084dc6ab6516b1e7330dadd9161974d50ffb84c525cd2e08d2c87d6967409762525a36ad3598185305fa6a410e942e6198e589bf41f18
7
+ data.tar.gz: 465d0a2f221dbe9bb018d4a20d2494b8d4b64267f3dd329bd77721a2776375db9d7ebb478e0b1fa0f795c5358b98c4389c8b0e3acac44e4a95b544d937435ed7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.68.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250807
6
+
3
7
  ### v0.67.0 (2025-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20250729
@@ -1098,7 +1098,7 @@ module Google
1098
1098
  end
1099
1099
 
1100
1100
  # DatabaseResourceFeed is the top level proto to be used to ingest different
1101
- # database resource level events into Condor platform. Next ID: 10
1101
+ # database resource level events into Condor platform. Next ID: 11
1102
1102
  class DatabaseResourceFeed
1103
1103
  include Google::Apis::Core::Hashable
1104
1104
 
@@ -1150,6 +1150,16 @@ module Google
1150
1150
  # @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
1151
1151
  attr_accessor :resource_metadata
1152
1152
 
1153
+ # Optional. If true, the feed won't be ingested by DB Center. This indicates
1154
+ # that the feed is intentionally skipped. For example, BackupDR feeds are only
1155
+ # needed for resources integrated with DB Center (e.g., CloudSQL, AlloyDB).
1156
+ # Feeds for non-integrated resources (e.g., Compute Engine, Persistent Disk) can
1157
+ # be skipped.
1158
+ # Corresponds to the JSON property `skipIngestion`
1159
+ # @return [Boolean]
1160
+ attr_accessor :skip_ingestion
1161
+ alias_method :skip_ingestion?, :skip_ingestion
1162
+
1153
1163
  def initialize(**args)
1154
1164
  update!(**args)
1155
1165
  end
@@ -1165,6 +1175,7 @@ module Google
1165
1175
  @resource_health_signal_data = args[:resource_health_signal_data] if args.key?(:resource_health_signal_data)
1166
1176
  @resource_id = args[:resource_id] if args.key?(:resource_id)
1167
1177
  @resource_metadata = args[:resource_metadata] if args.key?(:resource_metadata)
1178
+ @skip_ingestion = args[:skip_ingestion] if args.key?(:skip_ingestion)
1168
1179
  end
1169
1180
  end
1170
1181
 
@@ -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.67.0"
19
+ GEM_VERSION = "0.68.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 = "20250729"
25
+ REVISION = "20250807"
26
26
  end
27
27
  end
28
28
  end
@@ -882,6 +882,7 @@ module Google
882
882
 
883
883
  property :resource_metadata, as: 'resourceMetadata', class: Google::Apis::RedisV1beta1::DatabaseResourceMetadata, decorator: Google::Apis::RedisV1beta1::DatabaseResourceMetadata::Representation
884
884
 
885
+ property :skip_ingestion, as: 'skipIngestion'
885
886
  end
886
887
  end
887
888
 
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.67.0
4
+ version: 0.68.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.67.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.68.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: