Skip to content

Commit ba48cc7

Browse files
feat: Automated regeneration of sqladmin v1beta4 client (googleapis#21935)
Auto-created at 2025-03-02 10:28:33 +0000 using the toys pull request generator.
1 parent a1d6b5c commit ba48cc7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

generated/google-apis-sqladmin_v1beta4/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-sqladmin_v1beta4
22

3-
### v0.78.0 (2025-02-26)
3+
### v0.78.0 (2025-03-02)
44

5-
* Regenerated from discovery document revision 20250205
5+
* Regenerated from discovery document revision 20250216
66
* Regenerated using generator version 0.16.0
77

88
### v0.77.0 (2025-01-05)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ class Backup
251251
attr_accessor :max_chargeable_bytes
252252

253253
# Output only. The resource name of the backup. Format: projects/`project`/
254-
# backups/`backup`
254+
# backups/`backup`.
255255
# Corresponds to the JSON property `name`
256256
# @return [String]
257257
attr_accessor :name
@@ -282,7 +282,7 @@ class Backup
282282

283283
# Output only. This output contains a backup time zone. If a Cloud SQL for SQL
284284
# Server instance has a different time zone from the backup's time zone, then
285-
# restores to the instance won't happen.
285+
# the restore to the instance doesn't happen.
286286
# Corresponds to the JSON property `timeZone`
287287
# @return [String]
288288
attr_accessor :time_zone
@@ -3576,7 +3576,7 @@ class Operation
35763576
# @return [Google::Apis::SqladminV1beta4::SqlSubOperationType]
35773577
attr_accessor :sub_operation_type
35783578

3579-
#
3579+
# Name of the resource on which this operation runs.
35803580
# Corresponds to the JSON property `targetId`
35813581
# @return [String]
35823582
attr_accessor :target_id

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module SqladminV1beta4
2222
GENERATOR_VERSION = "0.16.0"
2323

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

generated/google-apis-sqladmin_v1beta4/lib/google/apis/sqladmin_v1beta4/service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def list_backup_backups(parent, filter: nil, page_size: nil, page_token: nil, fi
350350
# this API to update final backups only.
351351
# @param [String] name
352352
# Output only. The resource name of the backup. Format: projects/`project`/
353-
# backups/`backup`
353+
# backups/`backup`.
354354
# @param [Google::Apis::SqladminV1beta4::Backup] backup_object
355355
# @param [String] update_mask
356356
# The list of fields that you can update. You can update only the description

0 commit comments

Comments
 (0)