google-apis-alloydb_v1alpha 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: 656ff2c72f707f4bee2d1ca8e7d489611eea09231968d4aee773f1ed8d804fcb
|
4
|
+
data.tar.gz: cf2899b9c93274ccd2873da5be18e27887d3547959e505760c55a634c101f024
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25fc2be324fde7b88bfe2e0b8c03c465b13b041c1a9c1d0b61346d941fbc5e0e4e467a1865bcd4b19584ddc69a7cc7b512bb331763b46a6f8fb640ca0307f5d2
|
7
|
+
data.tar.gz: d6656135aa454c7a2e47c772db01425235a4f3d9f0b840f833b7062baf4b54ddbf1e2afc0a93ce7365bb5603698a6fc1c437df5df50a6c775ae585372229f441
|
data/CHANGELOG.md
CHANGED
@@ -1919,6 +1919,12 @@ module Google
|
|
1919
1919
|
# @return [Array<String>]
|
1920
1920
|
attr_accessor :outgoing_service_attachment_links
|
1921
1921
|
|
1922
|
+
# Output only. The DNS name of the instance for PSC connectivity. Name
|
1923
|
+
# convention: ...alloydb-psc.goog
|
1924
|
+
# Corresponds to the JSON property `pscDnsName`
|
1925
|
+
# @return [String]
|
1926
|
+
attr_accessor :psc_dns_name
|
1927
|
+
|
1922
1928
|
# Optional. Whether PSC connectivity is enabled for this instance. This is
|
1923
1929
|
# populated by referencing the value from the parent cluster.
|
1924
1930
|
# Corresponds to the JSON property `pscEnabled`
|
@@ -1950,6 +1956,7 @@ module Google
|
|
1950
1956
|
@allowed_consumer_networks = args[:allowed_consumer_networks] if args.key?(:allowed_consumer_networks)
|
1951
1957
|
@allowed_consumer_projects = args[:allowed_consumer_projects] if args.key?(:allowed_consumer_projects)
|
1952
1958
|
@outgoing_service_attachment_links = args[:outgoing_service_attachment_links] if args.key?(:outgoing_service_attachment_links)
|
1959
|
+
@psc_dns_name = args[:psc_dns_name] if args.key?(:psc_dns_name)
|
1953
1960
|
@psc_enabled = args[:psc_enabled] if args.key?(:psc_enabled)
|
1954
1961
|
@psc_interface_configs = args[:psc_interface_configs] if args.key?(:psc_interface_configs)
|
1955
1962
|
@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 AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha 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
|
@@ -931,6 +931,7 @@ module Google
|
|
931
931
|
collection :allowed_consumer_networks, as: 'allowedConsumerNetworks'
|
932
932
|
collection :allowed_consumer_projects, as: 'allowedConsumerProjects'
|
933
933
|
collection :outgoing_service_attachment_links, as: 'outgoingServiceAttachmentLinks'
|
934
|
+
property :psc_dns_name, as: 'pscDnsName'
|
934
935
|
property :psc_enabled, as: 'pscEnabled'
|
935
936
|
collection :psc_interface_configs, as: 'pscInterfaceConfigs', class: Google::Apis::AlloydbV1alpha::PscInterfaceConfig, decorator: Google::Apis::AlloydbV1alpha::PscInterfaceConfig::Representation
|
936
937
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1alpha
|
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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|