google-apis-sqladmin_v1 0.97.0 → 0.98.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sqladmin_v1/classes.rb +1 -1
- data/lib/google/apis/sqladmin_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9822d568930a569d77b7237dedb2492684ad56b1b84cdd6978a5fcb05e6d1d10
|
|
4
|
+
data.tar.gz: 002b1a8d7080d7ac2a9dd7849ff427527cbfb234da1a29fad509517dbc06f58d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 579acf384b3ddb04733ee4fee3b46d71ec48697d51c58662e019c3c3498797f437137039c9dae0654121add1d7a11508eda91c92042e5d420e4a7a27fa54384c
|
|
7
|
+
data.tar.gz: 22784c1c04604cd61cb0f3ada2d3869ce73d1228ac1b01dce06e85ac7f3dd6fed5e1e2a0f2c661720ceb7366e42a7efe17e0c898c00f851f410476ed197ce2af
|
data/CHANGELOG.md
CHANGED
|
@@ -5331,7 +5331,7 @@ module Google
|
|
|
5331
5331
|
# @return [Array<Google::Apis::SqladminV1::DenyMaintenancePeriod>]
|
|
5332
5332
|
attr_accessor :deny_maintenance_periods
|
|
5333
5333
|
|
|
5334
|
-
# Optional. The edition of the instance.
|
|
5334
|
+
# Optional. The edition type of the Cloud SQL instance.
|
|
5335
5335
|
# Corresponds to the JSON property `edition`
|
|
5336
5336
|
# @return [String]
|
|
5337
5337
|
attr_accessor :edition
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SqladminV1
|
|
18
18
|
# Version of the google-apis-sqladmin_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.98.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 = "
|
|
25
|
+
REVISION = "20260510"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-sqladmin_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.98.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.98.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|