google-apis-sqladmin_v1 0.10.0 → 0.11.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: 7c8825397e70d45c29e04ccf8c36dcb556beb22cfe8139bdfa058113e59f7b02
4
- data.tar.gz: 4536fe66350e98dbd18bf009faae567d5836b651b749aca75d566b7b10251f52
3
+ metadata.gz: 4d828cbc1d64c06fe3cd4086f5aaeaf7e7df0c4cf1fbd16e8a84c56137709c78
4
+ data.tar.gz: 1935888f7a15c81ea06220a8d4060f40ecf252d3abf34401d7e8c62ca3bc9df2
5
5
  SHA512:
6
- metadata.gz: 2d7eda3160ed4e7546ec00adc3f8fe3adb815e79406e56fc4f82a04729421779cd9bdde46cd09bd855f8e6ca32d13eb10046b0314e475dc32b496e49d579c230
7
- data.tar.gz: 1c7db0d33d5a9ee807be2585d8ce8b55f88ef97f7c3c94bba6686470aa6a067917d09d5ce1412b5f640311912bd4959a58e046c3179d91553ef444568a35df5e
6
+ metadata.gz: defcfa9878acf67ca419e42bb17067fb2b4c7f4efa227c363113b4877cd27510a61b0c2c3f6eeda1ad803f2f0bf06a679e91f22ef039c502c66226724e0361c8
7
+ data.tar.gz: 5e96c519c30938c8148ea8aa8e26520e75d0a67aa320cbc72c4464316455b8f9d0400dd4f4e69185ca99356c4155f08aad59e02bfa5ef735ef855f5243634a78
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.11.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211206
6
+ * Unspecified changes
7
+
3
8
  ### v0.10.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_v1"
51
51
  client = Google::Apis::SqladminV1::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
@@ -1958,7 +1958,7 @@ module Google
1958
1958
 
1959
1959
  # The list of external networks that are allowed to connect to the instance
1960
1960
  # using the IP. In 'CIDR' notation, also known as 'slash' notation (for example:
1961
- # **192.168.100.0/24**).
1961
+ # **157.197.200.0/24**).
1962
1962
  # Corresponds to the JSON property `authorizedNetworks`
1963
1963
  # @return [Array<Google::Apis::SqladminV1::AclEntry>]
1964
1964
  attr_accessor :authorized_networks
@@ -2040,7 +2040,7 @@ module Google
2040
2040
  include Google::Apis::Core::Hashable
2041
2041
 
2042
2042
  # The App Engine application to follow, it must be in the same region as the
2043
- # Cloud SQL instance.
2043
+ # Cloud SQL instance. WARNING: Changing this might restart the instance.
2044
2044
  # Corresponds to the JSON property `followGaeApplication`
2045
2045
  # @return [String]
2046
2046
  attr_accessor :follow_gae_application
@@ -2057,7 +2057,7 @@ module Google
2057
2057
  attr_accessor :secondary_zone
2058
2058
 
2059
2059
  # The preferred Compute Engine zone (for example: us-central1-a, us-central1-b,
2060
- # etc.).
2060
+ # etc.). WARNING: Changing this might restart the instance.
2061
2061
  # Corresponds to the JSON property `zone`
2062
2062
  # @return [String]
2063
2063
  attr_accessor :zone
@@ -2761,7 +2761,7 @@ module Google
2761
2761
  attr_accessor :database_flags
2762
2762
 
2763
2763
  # Configuration specific to read replica instances. Indicates whether
2764
- # replication is enabled or not.
2764
+ # replication is enabled or not. WARNING: Changing this restarts the instance.
2765
2765
  # Corresponds to the JSON property `databaseReplicationEnabled`
2766
2766
  # @return [Boolean]
2767
2767
  attr_accessor :database_replication_enabled
@@ -2846,6 +2846,7 @@ module Google
2846
2846
  attr_accessor :storage_auto_resize_limit
2847
2847
 
2848
2848
  # The tier (or machine type) for this instance, for example **db-custom-1-3840**.
2849
+ # WARNING: Changing this restarts the instance.
2849
2850
  # Corresponds to the JSON property `tier`
2850
2851
  # @return [String]
2851
2852
  attr_accessor :tier
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.11.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: []
@@ -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 V1