google-apis-sqladmin_v1beta4 0.21.0 → 0.22.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: e752ecf92c44d8f6b8401fa001350976298d2528b29003afff889a3e082aeaf1
4
- data.tar.gz: 0f3bcb5b7fc10971dbc7a4a4ccad10299830256d9f4ef69a7990008126ed8ab8
3
+ metadata.gz: a75115346c8e710d024d071c6f7ed54b7cad64fbb13de71a31714f0d1af545ab
4
+ data.tar.gz: ed33ec4bc2ffc36646ed2d3683854aa80a9df71dadf60aa60fba3b6814586a68
5
5
  SHA512:
6
- metadata.gz: '09fb884cebcffebf3edb8220dc56324f47a9b6e661838e9a50221f2f3deeaf28bb0f6505700be034badfe92e9501e0bed94fcd20d63766636d1c7a51d54e645b'
7
- data.tar.gz: 1774f68322ac064145e57eb04465ac986c03268f8f756194a08c8d1c3a53139c47d54e6fb9d21b36ad4fd09988b4810163186dcfae4603d0cd91be4a042fe564
6
+ metadata.gz: 8828b6217c8243a2db4f19165b895df9c518d2fcc342423df5c42eec21487a7e3ff034a86419e76cfe93506adc3c35abc89ce437225a1edac9639fc599ff35a5
7
+ data.tar.gz: d9bfb44d43d25b511d9e419b5593925d37b98944127331e9784155ff12b34caf2dd6ec603770c82b33cb2ec71cf01ce06b1ee630d2196d1fe4eb0c8aece91bf4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.22.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211206
6
+ * Unspecified changes
7
+
3
8
  ### v0.21.0 (2021-11-19)
4
9
 
5
10
  * Regenerated from discovery document revision 20211110
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/sqladmin_v1beta4"
51
51
  client = Google::Apis::SqladminV1beta4::SQLAdminService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -630,9 +630,8 @@ module Google
630
630
  # @return [Fixnum]
631
631
  attr_accessor :current_disk_size
632
632
 
633
- # Output only. The databaseInstalledVersion stores the current fully resolved
634
- # database version running on the instance including minor version such as
635
- # MYSQL_5_6_50
633
+ # Output only. Stores the current database version running on the instance
634
+ # including minor version such as **MYSQL_8_0_18**.
636
635
  # Corresponds to the JSON property `databaseInstalledVersion`
637
636
  # @return [String]
638
637
  attr_accessor :database_installed_version
@@ -666,7 +665,8 @@ module Google
666
665
 
667
666
  # The Compute Engine zone that the instance is currently serving from. This
668
667
  # value could be different from the zone that was specified when the instance
669
- # was created if the instance has failed over to its secondary zone.
668
+ # was created if the instance has failed over to its secondary zone. WARNING:
669
+ # Changing this might restart the instance.
670
670
  # Corresponds to the JSON property `gceZone`
671
671
  # @return [String]
672
672
  attr_accessor :gce_zone
@@ -1959,7 +1959,7 @@ module Google
1959
1959
 
1960
1960
  # The list of external networks that are allowed to connect to the instance
1961
1961
  # using the IP. In 'CIDR' notation, also known as 'slash' notation (for example:
1962
- # **192.168.100.0/24**).
1962
+ # **157.197.200.0/24**).
1963
1963
  # Corresponds to the JSON property `authorizedNetworks`
1964
1964
  # @return [Array<Google::Apis::SqladminV1beta4::AclEntry>]
1965
1965
  attr_accessor :authorized_networks
@@ -2041,7 +2041,7 @@ module Google
2041
2041
  include Google::Apis::Core::Hashable
2042
2042
 
2043
2043
  # The App Engine application to follow, it must be in the same region as the
2044
- # Cloud SQL instance.
2044
+ # Cloud SQL instance. WARNING: Changing this might restart the instance.
2045
2045
  # Corresponds to the JSON property `followGaeApplication`
2046
2046
  # @return [String]
2047
2047
  attr_accessor :follow_gae_application
@@ -2058,7 +2058,7 @@ module Google
2058
2058
  attr_accessor :secondary_zone
2059
2059
 
2060
2060
  # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b,
2061
- # etc.).
2061
+ # etc.). WARNING: Changing this might restart the instance.
2062
2062
  # Corresponds to the JSON property `zone`
2063
2063
  # @return [String]
2064
2064
  attr_accessor :zone
@@ -2762,7 +2762,7 @@ module Google
2762
2762
  attr_accessor :database_flags
2763
2763
 
2764
2764
  # Configuration specific to read replica instances. Indicates whether
2765
- # replication is enabled or not.
2765
+ # replication is enabled or not. WARNING: Changing this restarts the instance.
2766
2766
  # Corresponds to the JSON property `databaseReplicationEnabled`
2767
2767
  # @return [Boolean]
2768
2768
  attr_accessor :database_replication_enabled
@@ -2847,6 +2847,7 @@ module Google
2847
2847
  attr_accessor :storage_auto_resize_limit
2848
2848
 
2849
2849
  # The tier (or machine type) for this instance, for example **db-custom-1-3840**.
2850
+ # WARNING: Changing this restarts the instance.
2850
2851
  # Corresponds to the JSON property `tier`
2851
2852
  # @return [String]
2852
2853
  attr_accessor :tier
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.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 = "20211110"
25
+ REVISION = "20211206"
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.21.0
4
+ version: 0.22.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-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.22.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud SQL Admin API V1beta4