google-apis-sqladmin_v1beta4 0.5.0 → 0.6.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: 26d275ed47bb0b417bd2c10c06416cd4d66193ac1e6d05d25791ea5a71ccb0cf
4
- data.tar.gz: 47b7eb8eb65e6d658f721d35cb381aa62aa0b37790639f3ad641da1ec02134f1
3
+ metadata.gz: 8566e3706c006d8cf10041a81a92ec1fe721f0722cd8c77c2acdcff72ded8090
4
+ data.tar.gz: 8a4c7c322db76997e421fc478995d4831e833806cc5e02f79e459ab52e591476
5
5
  SHA512:
6
- metadata.gz: b13c615370c6a03d77afc70ec54628736b3c2941bc4c2bc00682f95404fcc5ce4c1f864a417f7b05eaf49b4b4fe55fe4b83101ea0c543f6a71a21b1ffc6f5a77
7
- data.tar.gz: 34752afed51dbe057298edfcfada016178620cc3e0f7eccb878d5ab8bd56814906b303a5ae3abc750cec808d5dc2bba3d1bf1d594d6c080f981086d7b184d230
6
+ metadata.gz: 8c3f4b5ab5067f2d599da3cfbef3bdec6f871bd34f021b1fa7b099ca04c19cf7df64ef5309c1a6af731873171455d95eea8c9462476d73ccaf284ea6a2b30959
7
+ data.tar.gz: 520616334311527bb5a28b59322f48597a2e8fd969878e15ef64f9d07ed96f0b641ea2bd388315da84580e2191e49bb6d3bc6bd13ad5f6cc22159fd93aad2f78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.6.0 (2021-03-31)
4
+
5
+ * Regenerated from discovery document revision 20210321
6
+
3
7
  ### v0.5.0 (2021-03-19)
4
8
 
5
9
  * Unspecified changes
@@ -564,8 +564,8 @@ module Google
564
564
  # The database engine type and version. The *databaseVersion* field cannot be
565
565
  # changed after instance creation. MySQL instances: *MYSQL_8_0*, *MYSQL_5_7* (
566
566
  # default), or *MYSQL_5_6*. PostgreSQL instances: *POSTGRES_9_6*, *POSTGRES_10*,
567
- # *POSTGRES_11* or *POSTGRES_12* (default). SQL Server instances: *
568
- # SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *
567
+ # *POSTGRES_11*, *POSTGRES_12*, or *POSTGRES_13* (default). SQL Server instances:
568
+ # *SQLSERVER_2017_STANDARD* (default), *SQLSERVER_2017_ENTERPRISE*, *
569
569
  # SQLSERVER_2017_EXPRESS*, or *SQLSERVER_2017_WEB*.
570
570
  # Corresponds to the JSON property `databaseVersion`
571
571
  # @return [String]
@@ -2508,8 +2508,7 @@ module Google
2508
2508
  # @return [Fixnum]
2509
2509
  attr_accessor :storage_auto_resize_limit
2510
2510
 
2511
- # The tier (or machine type) for this instance, for example *db-n1-standard-1* (
2512
- # MySQL instances) or *db-custom-1-3840* (PostgreSQL instances).
2511
+ # The tier (or machine type) for this instance, for example *db-custom-1-3840* .
2513
2512
  # Corresponds to the JSON property `tier`
2514
2513
  # @return [String]
2515
2514
  attr_accessor :tier
@@ -2971,7 +2970,7 @@ module Google
2971
2970
  # @return [Array<String>]
2972
2971
  attr_accessor :region
2973
2972
 
2974
- # An identifier for the machine type, for example, db-n1-standard-1. For related
2973
+ # An identifier for the machine type, for example, db-custom-1-3840. For related
2975
2974
  # information, see Pricing.
2976
2975
  # Corresponds to the JSON property `tier`
2977
2976
  # @return [String]
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210310"
25
+ REVISION = "20210321"
26
26
  end
27
27
  end
28
28
  end
@@ -1582,8 +1582,8 @@ module Google
1582
1582
  execute_or_queue_command(command, &block)
1583
1583
  end
1584
1584
 
1585
- # Lists all available machine types (tiers) for Cloud SQL, for example, db-n1-
1586
- # standard-1. For related information, see Pricing.
1585
+ # Lists all available machine types (tiers) for Cloud SQL, for example, db-
1586
+ # custom-1-3840. For related information, see Pricing.
1587
1587
  # @param [String] project
1588
1588
  # Project ID of the project for which to list tiers.
1589
1589
  # @param [String] fields
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.5.0
4
+ version: 0.6.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-03-22 00:00:00.000000000 Z
11
+ date: 2021-04-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sqladmin_v1beta4
57
57
  post_install_message:
58
58
  rdoc_options: []