google-apis-alloydb_v1 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5a12ff010d52dd71a5a588c97c470c82b34bea6c0daf29b9451bef56a2243e5d
|
4
|
+
data.tar.gz: 9b493d6f18f4f8dbc2d9e4e1c4055270c4ad562fe5a639fd6771ed2d88e7999e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 830a3c7828e18b0aeea6bfc3fa4f731f544b7ab22a2ce25b2765b9c6a5aad3e6ab1fd252090f85e82f7d5ecba26128c897011b60f2b946ec387e7f369d334d7e
|
7
|
+
data.tar.gz: 2b1e896700480af58e5c2446367ae19bcd4b3e93e7b0e3bfe71d51367d70b274b57f432b10ef49fe49e2c9b86c7b0e028c28a37bfc71c09326a6acaad2039230
|
data/CHANGELOG.md
CHANGED
@@ -3179,6 +3179,11 @@ module Google
|
|
3179
3179
|
# @return [String]
|
3180
3180
|
attr_accessor :time_based_retention
|
3181
3181
|
|
3182
|
+
# Timestamp based retention period i.e. 2024-05-01T00:00:00Z
|
3183
|
+
# Corresponds to the JSON property `timestampBasedRetentionTime`
|
3184
|
+
# @return [String]
|
3185
|
+
attr_accessor :timestamp_based_retention_time
|
3186
|
+
|
3182
3187
|
def initialize(**args)
|
3183
3188
|
update!(**args)
|
3184
3189
|
end
|
@@ -3189,6 +3194,7 @@ module Google
|
|
3189
3194
|
@quantity_based_retention = args[:quantity_based_retention] if args.key?(:quantity_based_retention)
|
3190
3195
|
@retention_unit = args[:retention_unit] if args.key?(:retention_unit)
|
3191
3196
|
@time_based_retention = args[:time_based_retention] if args.key?(:time_based_retention)
|
3197
|
+
@timestamp_based_retention_time = args[:timestamp_based_retention_time] if args.key?(:timestamp_based_retention_time)
|
3192
3198
|
end
|
3193
3199
|
end
|
3194
3200
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1329,6 +1329,7 @@ module Google
|
|
1329
1329
|
property :quantity_based_retention, as: 'quantityBasedRetention'
|
1330
1330
|
property :retention_unit, as: 'retentionUnit'
|
1331
1331
|
property :time_based_retention, as: 'timeBasedRetention'
|
1332
|
+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
|
1332
1333
|
end
|
1333
1334
|
end
|
1334
1335
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.25.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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-alloydb_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.25.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|