google-apis-sqladmin_v1beta4 0.18.0 → 0.19.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: 41f3cd8cb05133951a862903ca2d58655d525e96607f4a78b8fd29b0cebca156
4
- data.tar.gz: 8bc101d70b3724d4a41f1eab07be24731f47b4b7a6afa8ace5e4e653cf235db9
3
+ metadata.gz: 7bf5ada4946d402dd1d0e25025f9fd3f102eadc174920b1e8e0973426862a0c3
4
+ data.tar.gz: '039f4ed3418db7daf3c4bf22885abf58e284f00d6a4d2f1efa173dc143b71ab6'
5
5
  SHA512:
6
- metadata.gz: 7c8fc589a3d09cc02d2a7674e3976ab07f00c6b998c6a5e98cd0ed5a64d48585b2371aea62cf7e7ee66ca41bf8f2bffb9fab5265ea410c34cedb5e288ae018e8
7
- data.tar.gz: 06cc535776642d11bf30520e2f16a227f733907e041bc5c906714c2a61acac3dd5af5aba28f2471806e98ec2fed28ce631b74d0eb22b1b690516a721a4c25d64
6
+ metadata.gz: d705196c46164d12df37cb01524740cbd26b5cff3046f314de8d84e30787263b273796dbeb53f310df2ff4c10f85ddf333b77261cf25d9e6af078d67f4eccb1a
7
+ data.tar.gz: 19d008e39353abd5f1da2b2ac587ab1e98a39b11d9010fc59093a4d5733ddba348ff7dee7c69e430fac707224500248f7660ee6899c36ab39f9aeab9d14051b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.19.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211017
6
+ * Unspecified changes
7
+
3
8
  ### v0.18.0 (2021-10-08)
4
9
 
5
10
  * Regenerated from discovery document revision 20210929
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Sqladmin service in particular.)
67
67
 
@@ -633,10 +633,11 @@ module Google
633
633
  # The database engine type and version. The **databaseVersion** field cannot be
634
634
  # changed after instance creation. * **MySQL instances**: MYSQL_8_0, MYSQL_5_7 (
635
635
  # default), or MYSQL_5_6. * **PostgreSQL instances**: POSTGRES_9_6, POSTGRES_10,
636
- # POSTGRES_11, POSTGRES_12, POSTGRES_13 (default). * **SQL Server instances**:
637
- # SQLSERVER_2019_STANDARD, SQLSERVER_2019_ENTERPRISE, SQLSERVER_2019_EXPRESS, or
638
- # SQLSERVER_2019_WEB, SQLSERVER_2017_STANDARD (default),
639
- # SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, or SQLSERVER_2017_WEB.
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.
640
641
  # Corresponds to the JSON property `databaseVersion`
641
642
  # @return [String]
642
643
  attr_accessor :database_version
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20210929"
25
+ REVISION = "20211017"
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.18.0
4
+ version: 0.19.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-11 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.18.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
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
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: []
65
65
  require_paths: