google-apis-sqladmin_v1 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5aa9bc9b8477fd10dd0808cca69c6b47ac974505a5828ea958cbe46b135e87ad
4
- data.tar.gz: a1fcc8f6efcadac0435b3ee4ca82c1c0c4c62a241da44ad2f4dfa7210e568372
3
+ metadata.gz: 6bb27cdfe39732b065018928f15c49507bbae4ac666a43293f667193eaf02026
4
+ data.tar.gz: bc092ed205c92228d7f0983565954736edb94cfe777307d6fd341e52dca48b77
5
5
  SHA512:
6
- metadata.gz: 771e63480716fb5d522353032613e1fc2ee6902446a8dd94af8a2c6023046638f2846a3e650b9b1fc410bd7ea066c958acf07dc7a065e11e5d69b32f220b3368
7
- data.tar.gz: d3eebaaa889b5b15e6fc7e61f375f59221bd87e753a917f955e09298c17810d09747a44bcd522ef332b72c1cb7146e892d44d5b527670c412497a80ac766dd3b
6
+ metadata.gz: 76a0d2b291967100af42f69fdfd619e966a3970ce05c41f4a54f9702a47e32db0387714365ed0394b18c6c13149969a2412ef0a3242471c5d2319d3fb3c80098
7
+ data.tar.gz: 92efe4052e3e2d63ec1e6957d599730748bd9802a0d6960b6325509fa68fb2055b482455585355df0466aa10b5357b5dc20810a5455b7ccfda6bbdb048e6e395
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.9.0 (2021-11-04)
4
+
5
+ * Regenerated from discovery document revision 20211023
6
+
3
7
  ### v0.8.0 (2021-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20211017
@@ -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. * **MySQL instances**: MYSQL_8_0, MYSQL_5_7 (
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::SqladminV1::Settings]
789
783
  attr_accessor :settings
790
784
 
791
- # The current serving state of the Cloud SQL instance. This can be one of the
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 SqladminV1
18
18
  # Version of the google-apis-sqladmin_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.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 = "20211017"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-10-27 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.9.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: []