Skip to content

Commit 36dd54a

Browse files
feat: Automated regeneration of alloydb v1 client (googleapis#20459)
Auto-created at 2024-10-27 09:36:54 +0000 using the toys pull request generator.
1 parent 28076e6 commit 36dd54a

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20962,6 +20962,7 @@
2096220962
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainRetentionSettings/quantityBasedRetention": quantity_based_retention
2096320963
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainRetentionSettings/retentionUnit": retention_unit
2096420964
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainRetentionSettings/timeBasedRetention": time_based_retention
20965+
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainRetentionSettings/timestampBasedRetentionTime": timestamp_based_retention_time
2096520966
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainTags": storage_databasecenter_partnerapi_v1main_tags
2096620967
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainTags/tags": tags
2096720968
"/alloydb:v1/StorageDatabasecenterPartnerapiV1mainTags/tags/tag": tag

generated/google-apis-alloydb_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-alloydb_v1
22

3+
### v0.25.0 (2024-10-27)
4+
5+
* Regenerated from discovery document revision 20241015
6+
37
### v0.24.0 (2024-10-13)
48

59
* Regenerated from discovery document revision 20241002

generated/google-apis-alloydb_v1/lib/google/apis/alloydb_v1/classes.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,6 +3179,11 @@ class StorageDatabasecenterPartnerapiV1mainRetentionSettings
31793179
# @return [String]
31803180
attr_accessor :time_based_retention
31813181

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+
31823187
def initialize(**args)
31833188
update!(**args)
31843189
end
@@ -3189,6 +3194,7 @@ def update!(**args)
31893194
@quantity_based_retention = args[:quantity_based_retention] if args.key?(:quantity_based_retention)
31903195
@retention_unit = args[:retention_unit] if args.key?(:retention_unit)
31913196
@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)
31923198
end
31933199
end
31943200

generated/google-apis-alloydb_v1/lib/google/apis/alloydb_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AlloydbV1
1818
# Version of the google-apis-alloydb_v1 gem
19-
GEM_VERSION = "0.24.0"
19+
GEM_VERSION = "0.25.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241002"
25+
REVISION = "20241015"
2626
end
2727
end
2828
end

generated/google-apis-alloydb_v1/lib/google/apis/alloydb_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1329,6 +1329,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
13291329
property :quantity_based_retention, as: 'quantityBasedRetention'
13301330
property :retention_unit, as: 'retentionUnit'
13311331
property :time_based_retention, as: 'timeBasedRetention'
1332+
property :timestamp_based_retention_time, as: 'timestampBasedRetentionTime'
13321333
end
13331334
end
13341335

0 commit comments

Comments
 (0)