google-apis-sqladmin_v1beta4 0.82.0 → 0.83.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: 9fe0c6d5c7c49bb703ce977627aae0f1115a747004d8d073128d5058252a73c9
|
4
|
+
data.tar.gz: 0ffa6881493b2c3bd6f17d675a8b35d69073048eff1e2d27f8bee86f3744b075
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc29bfc7f554e644516578c6b2094c586bc30beeb7df03e6cbbaf90738b2f668dd4ea46e6bc8c1d40d620930ce27dbf53b9860911232730125937ac25ac627b0
|
7
|
+
data.tar.gz: 2b04dbd6c485a3ff6dce355d7f03cf0ffc7359eb511e6aa861ec6d216f4a44b9036d3337158d8b6bef3258ffe657e3697f1577022f9876ee534907cdc9972011
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SqladminV1beta4
|
18
18
|
# Version of the google-apis-sqladmin_v1beta4 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.83.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250502"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -348,17 +348,15 @@ module Google
|
|
348
348
|
execute_or_queue_command(command, &block)
|
349
349
|
end
|
350
350
|
|
351
|
-
#
|
352
|
-
#
|
353
|
-
# of GCBDR managed backups only.
|
351
|
+
# Updates the retention period and the description of the backup. You can use
|
352
|
+
# this API to update final backups only.
|
354
353
|
# @param [String] name
|
355
354
|
# Output only. The resource name of the backup. Format: projects/`project`/
|
356
355
|
# backups/`backup`.
|
357
356
|
# @param [Google::Apis::SqladminV1beta4::Backup] backup_object
|
358
357
|
# @param [String] update_mask
|
359
|
-
# The list of fields that you can update.
|
360
|
-
# and retention period
|
361
|
-
# gcbdr_soft_delete_status for GCBDR managed backup.
|
358
|
+
# The list of fields that you can update. You can update only the description
|
359
|
+
# and retention period of the final backup.
|
362
360
|
# @param [String] fields
|
363
361
|
# Selector specifying which fields to include in a partial response.
|
364
362
|
# @param [String] quota_user
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-sqladmin_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.83.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.83.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|