google-apis-sqladmin_v1 0.13.0 → 0.14.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: 524663ec90e231b90889b8f6c354307b71a735bed906ebed9a5e139aa607a099
4
- data.tar.gz: e3b7ffb83025dc42f62e1e06637724eb972254eaf41fc27ae0f45109fd3c256e
3
+ metadata.gz: fc6d3a0eab6b292f274c02a32d137caed26f3d0d9c27d3e001e9bcef743ad3a3
4
+ data.tar.gz: e704b760ddeb5c6681de20187ed6cee6298a60256fc08ad0ad7bd388f64c7320
5
5
  SHA512:
6
- metadata.gz: 3f7c7d963493681b0eb641b6bb471b56aa7169b248d6313250c572d28e9c02b47efc5163a7d527948f56ef3a00691b94d784fac3e10b9340514aaeacfe416b2a
7
- data.tar.gz: 48f62f581590124980a7c2227c5fbb5f6294344f8b6ea614b0e241c2d2491152ef63764050f94542693cddb3c179a47e3967056f255083f944c5fc77f7cee16b
6
+ metadata.gz: ce0e51c69ba9d921dd8e111e690ab82856243e76913b44186c4450120bb9d4bfa110994d8449d447d32c6fc1c3c444efbe7473adcbc50c9730cbbd043cf97628
7
+ data.tar.gz: a06ab47fb04a2f2c2007eb9a490af855354212afb135dbad36268ba5c524144a8068fdd32e9633aee8df0c78aee13cb2cf430d7e531195d1399073af709f4596
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.14.0 (2022-02-18)
4
+
5
+ * Regenerated from discovery document revision 20220215
6
+
3
7
  ### v0.13.0 (2022-02-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20220127
@@ -782,7 +782,7 @@ module Google
782
782
  # The Compute Engine zone that the failover instance is currently serving from
783
783
  # for a regional instance. This value could be different from the zone that was
784
784
  # specified when the instance was created if the instance has failed over to its
785
- # secondary/failover zone. Reserved for future use.
785
+ # secondary/failover zone.
786
786
  # Corresponds to the JSON property `secondaryGceZone`
787
787
  # @return [String]
788
788
  attr_accessor :secondary_gce_zone
@@ -2080,7 +2080,7 @@ module Google
2080
2080
  attr_accessor :kind
2081
2081
 
2082
2082
  # The preferred Compute Engine zone for the secondary/failover (for example: us-
2083
- # central1-a, us-central1-b, etc.). Reserved for future use.
2083
+ # central1-a, us-central1-b, etc.).
2084
2084
  # Corresponds to the JSON property `secondaryZone`
2085
2085
  # @return [String]
2086
2086
  attr_accessor :secondary_zone
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220127"
25
+ REVISION = "20220215"
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.13.0
4
+ version: 0.14.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: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-02-21 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.14.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: []