google-apis-sqladmin_v1beta4 0.37.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f94106304dc403db488f1e6a9ecadbb51c3c4aac67003205e7faaee751623eb2
|
4
|
+
data.tar.gz: 95bec43202b5b976150e561581ffc17efcac7053e803a3f08bf7ff712625acfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cc44ba6b4573045389eb38b0bba2af36a4f3bd9e346e63e5b94f3cc01d7be2e6b29984af7b533167fc600c48a6aaa3b94a003a51de72d5ca3bdb31e1b7ef7da
|
7
|
+
data.tar.gz: 6b07898010406bf666b2dec82d2ddbf821d7255e4a054e8c2bbdd3312192e0b1471fe0e893318eb164d65b48bee4d99763bacdd28a85c4a7f5a2c8c823f72d92
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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
|
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.
|
19
|
+
GEM_VERSION = "0.38.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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
|
@@ -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.
|
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: []
|