google-apis-sqladmin_v1beta4 0.19.0 → 0.20.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_v1beta4/classes.rb +2 -14
- data/lib/google/apis/sqladmin_v1beta4/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: 0cd21ffa670dbc250563d02456473e3ac49b23f95883fc33f1baf91d402be894
|
4
|
+
data.tar.gz: d4375490241a6b761c532d26bbe41fdf139bf9e9761b2bdc4c2d3cd4d07bf4b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 539b97958a1615c734a008097807d8579c91e751dff9d98c022c50b99a87c447bfeff9b0a26d367dc25247d39df09de53bc0e38f2387c45460c29482df0aee01
|
7
|
+
data.tar.gz: 387e290a8d3b30a24146c16203eadce4d336a9fcaa82773841079694caa483a926885d465499c1039910028ac5955c7a73c8cb4a254f425ade268e123a42cb66
|
data/CHANGELOG.md
CHANGED
@@ -631,13 +631,7 @@ module Google
|
|
631
631
|
attr_accessor :current_disk_size
|
632
632
|
|
633
633
|
# The database engine type and version. The **databaseVersion** field cannot be
|
634
|
-
# changed after instance creation.
|
635
|
-
# default), or MYSQL_5_6. * **PostgreSQL instances**: POSTGRES_9_6, POSTGRES_10,
|
636
|
-
# POSTGRES_11, POSTGRES_12, POSTGRES_13 (default), POSTGRES_14. * **SQL Server
|
637
|
-
# instances**: SQLSERVER_2019_STANDARD, SQLSERVER_2019_ENTERPRISE,
|
638
|
-
# SQLSERVER_2019_EXPRESS, or SQLSERVER_2019_WEB, SQLSERVER_2017_STANDARD (
|
639
|
-
# default), SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, or
|
640
|
-
# SQLSERVER_2017_WEB.
|
634
|
+
# changed after instance creation.
|
641
635
|
# Corresponds to the JSON property `databaseVersion`
|
642
636
|
# @return [String]
|
643
637
|
attr_accessor :database_version
|
@@ -788,13 +782,7 @@ module Google
|
|
788
782
|
# @return [Google::Apis::SqladminV1beta4::Settings]
|
789
783
|
attr_accessor :settings
|
790
784
|
|
791
|
-
# The current serving state of the Cloud SQL instance.
|
792
|
-
# following: * **SQL_INSTANCE_STATE_UNSPECIFIED**: The state of the instance is
|
793
|
-
# unknown. * **RUNNABLE**: The instance is running, or has been stopped by owner.
|
794
|
-
# * **SUSPENDED**: The instance is not available, for example due to problems
|
795
|
-
# with billing. * **PENDING_DELETE**: The instance is being deleted. * **
|
796
|
-
# PENDING_CREATE**: The instance is being created. * **MAINTENANCE**: The
|
797
|
-
# instance is down for maintenance. * **FAILED**: The instance creation failed.
|
785
|
+
# The current serving state of the Cloud SQL instance.
|
798
786
|
# Corresponds to the JSON property `state`
|
799
787
|
# @return [String]
|
800
788
|
attr_accessor :state
|
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211023"
|
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_v1beta4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.20.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: 2021-
|
11
|
+
date: 2021-11-08 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_v1beta4/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.20.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-sqladmin_v1beta4
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|