google-apis-sqladmin_v1beta4 0.36.0 → 0.38.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: c548d75db33aa61acb7baef04511aee5e0c232802bc5764fe8f8dda5e7c6404f
4
- data.tar.gz: 1c8ca852176e31d1298b1123c2b2644fc951a8a03a1ca0e4582a200da1e4eab4
3
+ metadata.gz: f94106304dc403db488f1e6a9ecadbb51c3c4aac67003205e7faaee751623eb2
4
+ data.tar.gz: 95bec43202b5b976150e561581ffc17efcac7053e803a3f08bf7ff712625acfd
5
5
  SHA512:
6
- metadata.gz: 4e1460935d1661824e0d2b1d47c28fd9ab7e6fed086c0a94a860d6a2a8bea83438ed9aa00f509cd94184be7878d0030c163cddfab6f2a4eaf563ed7e11c0b63b
7
- data.tar.gz: 7c83f07c538556a0c5f0b67ea9c5f8988183fe879bba995c1b1eee24efcfc65ff38a8a6107aa9c63f72dd60ab214470949f76296cb1778b30c5346afb9998f75
6
+ metadata.gz: 3cc44ba6b4573045389eb38b0bba2af36a4f3bd9e346e63e5b94f3cc01d7be2e6b29984af7b533167fc600c48a6aaa3b94a003a51de72d5ca3bdb31e1b7ef7da
7
+ data.tar.gz: 6b07898010406bf666b2dec82d2ddbf821d7255e4a054e8c2bbdd3312192e0b1471fe0e893318eb164d65b48bee4d99763bacdd28a85c4a7f5a2c8c823f72d92
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-sqladmin_v1beta4
2
2
 
3
+ ### v0.38.0 (2022-09-28)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
7
+ ### v0.37.0 (2022-09-22)
8
+
9
+ * Regenerated using generator version 0.10.0
10
+
3
11
  ### v0.36.0 (2022-09-16)
4
12
 
5
13
  * Unspecified changes
@@ -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-
@@ -1993,7 +1993,7 @@ module Google
1993
1993
  class IpConfiguration
1994
1994
  include Google::Apis::Core::Hashable
1995
1995
 
1996
- # The name of the allocated ip range for the private ip CloudSQL instance. For
1996
+ # The name of the allocated ip range for the private ip Cloud SQL instance. For
1997
1997
  # example: "google-managed-services-default". If set, the instance ip will be
1998
1998
  # created in the allocated range. The range name must comply with [RFC 1035](
1999
1999
  # 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 SqladminV1beta4
18
18
  # Version of the google-apis-sqladmin_v1beta4 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.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_v1beta4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.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-19 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.2
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.2
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_v1beta4/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-sqladmin_v1beta4/v0.38.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: []