google-apis-alloydb_v1beta 0.8.0 → 0.9.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: e78201f58217cd2fcac668f56f75028cf8ed2eedf3c62155b9e9663e884e8bf0
|
4
|
+
data.tar.gz: 31c45872b7556b7ce3890d3c3112e9a260f3bb268cc6ba135d1990b0c62a4e3c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c0d3bcb2ad216c5891d8a2ea6ced85af76816ecf3fbb5cefb1b9254790692fa2a5324fc673648af2f330574e4f1b266e4d786ad517313acb85e4c0daaef386d3
|
7
|
+
data.tar.gz: dc285c7aa8e15dd4b2e5191d2cd7ca1e70d59035b199a8896f2842e04f1020fa813e32af8ad7860d572073df3deb8c0f83b244f6ffddd6d4791d12080fb0b2c8
|
data/CHANGELOG.md
CHANGED
@@ -1885,6 +1885,12 @@ module Google
|
|
1885
1885
|
# @return [Array<String>]
|
1886
1886
|
attr_accessor :outgoing_service_attachment_links
|
1887
1887
|
|
1888
|
+
# Output only. The DNS name of the instance for PSC connectivity. Name
|
1889
|
+
# convention: ...alloydb-psc.goog
|
1890
|
+
# Corresponds to the JSON property `pscDnsName`
|
1891
|
+
# @return [String]
|
1892
|
+
attr_accessor :psc_dns_name
|
1893
|
+
|
1888
1894
|
# Optional. Whether PSC connectivity is enabled for this instance. This is
|
1889
1895
|
# populated by referencing the value from the parent cluster.
|
1890
1896
|
# Corresponds to the JSON property `pscEnabled`
|
@@ -1916,6 +1922,7 @@ module Google
|
|
1916
1922
|
@allowed_consumer_networks = args[:allowed_consumer_networks] if args.key?(:allowed_consumer_networks)
|
1917
1923
|
@allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
|
1918
1924
|
@outgoing_service_attachment_links = args[:outgoing_service_attachment_links] if args.key?(:outgoing_service_attachment_links)
|
1925
|
+
@psc_dns_name = args[:psc_dns_name] if args.key?(:psc_dns_name)
|
1919
1926
|
@psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
|
1920
1927
|
@psc_interface_configs = args[:psc_interface_configs] if args.key?(:psc_interface_configs)
|
1921
1928
|
@service_attachment_link = args[:service_attachment_link] if args.key?(:service_attachment_link)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240228"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -916,6 +916,7 @@ module Google
|
|
916
916
|
collection :allowed_consumer_networks, as: 'allowedConsumerNetworks'
|
917
917
|
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
918
918
|
collection :outgoing_service_attachment_links, as: 'outgoingServiceAttachmentLinks'
|
919
|
+
property :psc_dns_name, as: 'pscDnsName'
|
919
920
|
property :psc_enabled, as: 'pscEnabled'
|
920
921
|
collection :psc_interface_configs, as: 'pscInterfaceConfigs', class: Google::Apis::AlloydbV1beta::PscInterfaceConfig, decorator: Google::Apis::AlloydbV1beta::PscInterfaceConfig::Representation
|
921
922
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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: 2024-03-
|
11
|
+
date: 2024-03-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-alloydb_v1beta/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|