google-apis-sqladmin_v1beta4 0.19.0 → 0.20.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: 7bf5ada4946d402dd1d0e25025f9fd3f102eadc174920b1e8e0973426862a0c3
4
- data.tar.gz: '039f4ed3418db7daf3c4bf22885abf58e284f00d6a4d2f1efa173dc143b71ab6'
3
+ metadata.gz: 0cd21ffa670dbc250563d02456473e3ac49b23f95883fc33f1baf91d402be894
4
+ data.tar.gz: d4375490241a6b761c532d26bbe41fdf139bf9e9761b2bdc4c2d3cd4d07bf4b7
5
5
  SHA512:
6
- metadata.gz: d705196c46164d12df37cb01524740cbd26b5cff3046f314de8d84e30787263b273796dbeb53f310df2ff4c10f85ddf333b77261cf25d9e6af078d67f4eccb1a
7
- data.tar.gz: 19d008e39353abd5f1da2b2ac587ab1e98a39b11d9010fc59093a4d5733ddba348ff7dee7c69e430fac707224500248f7660ee6899c36ab39f9aeab9d14051b4
6
+ metadata.gz: 539b97958a1615c734a008097807d8579c91e751dff9d98c022c50b99a87c447bfeff9b0a26d367dc25247d39df09de53bc0e38f2387c45460c29482df0aee01
7
+ data.tar.gz: 387e290a8d3b30a24146c16203eadce4d336a9fcaa82773841079694caa483a926885d465499c1039910028ac5955c7a73c8cb4a254f425ade268e123a42cb66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.20.0 (2021-11-04)
4
+
5
+ * Regenerated from discovery document revision 20211023
6
+
3
7
  ### v0.19.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::SqladminV1beta4::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 SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.19.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 = "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_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.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-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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.19.0
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: []