google-apis-sqladmin_v1 0.25.0 → 0.27.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: 9e7f23a8529cb7ede8b4e5d062841ed348869d397bf1b6b4c3cffcabc25b0fcc
4
- data.tar.gz: 4eab8a50c0d62db9639e174dac9289b692bb839d2ce316152e04c5ea6c6cf672
3
+ metadata.gz: ffd0157fcb65ace14b3cc160638ef9aecb0056458098d55bec7e15568e759bbd
4
+ data.tar.gz: 84d87bedaf279750731ac6dda9654e7aa68866858e444da148d250321a66145c
5
5
  SHA512:
6
- metadata.gz: 2bbc181dc82f5d55a2132152d5dbf2a261b327c1b806004dfdbf759e348eb3065e422782a0bcc7ac291e95e4069025690683821b99e87466056ee82fbb7c9e1a
7
- data.tar.gz: acf7e58b8eb657f090c85ad87325541128128980bc47a2283ee87ce0d9b78dafc42e7bb7e61a27aa00216adc7720e976240edbeb8e04e556a0f7a21aea4c0b02
6
+ metadata.gz: c4be86105e4652789f885ee877540b551a40e72459893724a1da4d65a429b800974cba971becf1f2559ca44883ccea2ed0fc147738bfd14e35c082432d3badb7
7
+ data.tar.gz: 94abab0772b746353d5b3ce527e6cb53348d67c08c7020dd9bff5f04682b90658963c6fb5a3170f1c8b6e1904a7cf48a0fb79a57cc6a77fdca22c5dcab2fb8d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1
2
2
 
3
+ ### v0.27.0 (2022-09-26)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
7
+ ### v0.26.0 (2022-09-21)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.25.0 (2022-09-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20220905
@@ -411,7 +411,7 @@ module Google
411
411
  class CloneContext
412
412
  include Google::Apis::Core::Hashable
413
413
 
414
- # The name of the allocated ip range for the private ip CloudSQL instance. For
414
+ # The name of the allocated ip range for the private ip Cloud SQL instance. For
415
415
  # example: "google-managed-services-default". If set, the cloned instance ip
416
416
  # will be created in the allocated range. The range name must comply with [RFC
417
417
  # 1035](https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-
@@ -1992,7 +1992,7 @@ module Google
1992
1992
  class IpConfiguration
1993
1993
  include Google::Apis::Core::Hashable
1994
1994
 
1995
- # The name of the allocated ip range for the private ip CloudSQL instance. For
1995
+ # The name of the allocated ip range for the private ip Cloud SQL instance. For
1996
1996
  # example: "google-managed-services-default". If set, the instance ip will be
1997
1997
  # created in the allocated range. The range name must comply with [RFC 1035](
1998
1998
  # https://tools.ietf.org/html/rfc1035). Specifically, the name must be 1-63
@@ -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.25.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220905"
25
+ REVISION = "20220922"
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.25.0
4
+ version: 0.27.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-09-12 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1/v0.27.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: []