google-apis-sqladmin_v1 0.60.0 → 0.61.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/sqladmin_v1/classes.rb +7 -5
- data/lib/google/apis/sqladmin_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c00f717a5cf8ee572aae74c3701ee7ef2c0ce3c642690d659fbb7cda030977d
|
4
|
+
data.tar.gz: 7ad8b0dff6e1ff86db582093c14dbb80142a818d00bfe05225dbe75c5cecf9ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2854db398623e5d00252f5c2e48f4ed9e89075b4119fcb5d17338975de4e6510d2495946ed75313522d45b661c5b1483be2c9a292d6495fc1febebe5dfe04209
|
7
|
+
data.tar.gz: a9d0704f888071d55fe5c4a5a911c9891b9379ffd2652018bca537c66834689b42d4f3a6e1d4207739cfd6b3ac1ce696ff80faa6cf020908871208922ea11e8b
|
data/CHANGELOG.md
CHANGED
@@ -2684,12 +2684,14 @@ module Google
|
|
2684
2684
|
class MaintenanceWindow
|
2685
2685
|
include Google::Apis::Core::Hashable
|
2686
2686
|
|
2687
|
-
#
|
2687
|
+
# Day of week - `MONDAY`, `TUESDAY`, `WEDNESDAY`, `THURSDAY`, `FRIDAY`, `
|
2688
|
+
# SATURDAY`, or `SUNDAY`. Specify in the UTC time zone. Returned in output as an
|
2689
|
+
# integer, 1 to 7, where `1` equals Monday.
|
2688
2690
|
# Corresponds to the JSON property `day`
|
2689
2691
|
# @return [Fixnum]
|
2690
2692
|
attr_accessor :day
|
2691
2693
|
|
2692
|
-
#
|
2694
|
+
# Hour of day - 0 to 23. Specify in the UTC time zone.
|
2693
2695
|
# Corresponds to the JSON property `hour`
|
2694
2696
|
# @return [Fixnum]
|
2695
2697
|
attr_accessor :hour
|
@@ -2699,9 +2701,9 @@ module Google
|
|
2699
2701
|
# @return [String]
|
2700
2702
|
attr_accessor :kind
|
2701
2703
|
|
2702
|
-
# Maintenance timing
|
2703
|
-
#
|
2704
|
-
#
|
2704
|
+
# Maintenance timing settings: `canary`, `stable`, or `week5`. For more
|
2705
|
+
# information, see [About maintenance on Cloud SQL instances](https://cloud.
|
2706
|
+
# google.com/sql/docs/mysql/maintenance).
|
2705
2707
|
# Corresponds to the JSON property `updateTrack`
|
2706
2708
|
# @return [String]
|
2707
2709
|
attr_accessor :update_track
|
@@ -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.61.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.61.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-06-
|
11
|
+
date: 2024-06-23 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-sqladmin_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.61.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|