google-apis-alloydb_v1 0.36.0 → 0.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: db3defd2c12cdec1b653d99f45416cc3503fb58ffbce532a31c2f0f8b8cbd6b9
|
4
|
+
data.tar.gz: b45258654cdabbdbb7415c7195e55166c921a3c97cce193e0d58894acb8d9a2a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bdc3f8bbb3ceaf2a854f5e54a14a55a1d0ff4fdeb4c64535e81f3466acbcb9a0f23982116024964c85968eef3b9df6df66e39965418d2e38a63b6546d5d26fe3
|
7
|
+
data.tar.gz: 0cbdea5d0e905b942511282d66597d6d617d1e7208cce869f76804eb493e446d24acd2fd653e204e3ef5d7c07fc9a64db0c78d8e8fdcf7e3c2cab426af31c148
|
data/CHANGELOG.md
CHANGED
@@ -820,8 +820,16 @@ module Google
|
|
820
820
|
class ContinuousBackupInfo
|
821
821
|
include Google::Apis::Core::Hashable
|
822
822
|
|
823
|
-
# Output only. The earliest restorable time that can be restored to.
|
824
|
-
#
|
823
|
+
# Output only. The earliest restorable time that can be restored to. If
|
824
|
+
# continuous backups and recovery was recently enabled, the earliest restorable
|
825
|
+
# time is the creation time of the earliest eligible backup within this cluster'
|
826
|
+
# s continuous backup recovery window. After a cluster has had continuous
|
827
|
+
# backups enabled for the duration of its recovery window, the earliest
|
828
|
+
# restorable time becomes "now minus the recovery window". For example, assuming
|
829
|
+
# a point in time recovery is attempted at 04/16/2025 3:23:00PM with a 14d
|
830
|
+
# recovery window, the earliest restorable time would be 04/02/2025 3:23:00PM.
|
831
|
+
# This field is only visible if the CLUSTER_VIEW_CONTINUOUS_BACKUP cluster view
|
832
|
+
# is provided.
|
825
833
|
# Corresponds to the JSON property `earliestRestorableTime`
|
826
834
|
# @return [String]
|
827
835
|
attr_accessor :earliest_restorable_time
|
@@ -837,8 +845,7 @@ module Google
|
|
837
845
|
# @return [Google::Apis::AlloydbV1::EncryptionInfo]
|
838
846
|
attr_accessor :encryption_info
|
839
847
|
|
840
|
-
# Output only. Days of the week on which a continuous backup is taken.
|
841
|
-
# only field. Ignored if passed into the request.
|
848
|
+
# Output only. Days of the week on which a continuous backup is taken.
|
842
849
|
# Corresponds to the JSON property `schedule`
|
843
850
|
# @return [Array<String>]
|
844
851
|
attr_accessor :schedule
|
@@ -1709,6 +1716,16 @@ module Google
|
|
1709
1716
|
class InstanceNetworkConfig
|
1710
1717
|
include Google::Apis::Core::Hashable
|
1711
1718
|
|
1719
|
+
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
|
1720
|
+
# for example: "google-managed-services-default". If set, the instance IPs will
|
1721
|
+
# be created from this allocated range and will override the IP range used by
|
1722
|
+
# the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
|
1723
|
+
# 1035). Specifically, the name must be 1-63 characters long and match the
|
1724
|
+
# regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
|
1725
|
+
# Corresponds to the JSON property `allocatedIpRangeOverride`
|
1726
|
+
# @return [String]
|
1727
|
+
attr_accessor :allocated_ip_range_override
|
1728
|
+
|
1712
1729
|
# Optional. A list of external network authorized to access this instance.
|
1713
1730
|
# Corresponds to the JSON property `authorizedExternalNetworks`
|
1714
1731
|
# @return [Array<Google::Apis::AlloydbV1::AuthorizedNetwork>]
|
@@ -1741,6 +1758,7 @@ module Google
|
|
1741
1758
|
|
1742
1759
|
# Update properties of this object
|
1743
1760
|
def update!(**args)
|
1761
|
+
@allocated_ip_range_override = args[:allocated_ip_range_override] if args.key?(:allocated_ip_range_override)
|
1744
1762
|
@authorized_external_networks = args[:authorized_external_networks] if args.key?(:authorized_external_networks)
|
1745
1763
|
@enable_outbound_public_ip = args[:enable_outbound_public_ip] if args.key?(:enable_outbound_public_ip)
|
1746
1764
|
@enable_public_ip = args[:enable_public_ip] if args.key?(:enable_public_ip)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1
|
18
18
|
# Version of the google-apis-alloydb_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250508"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1065,6 +1065,7 @@ module Google
|
|
1065
1065
|
class InstanceNetworkConfig
|
1066
1066
|
# @private
|
1067
1067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1068
|
+
property :allocated_ip_range_override, as: 'allocatedIpRangeOverride'
|
1068
1069
|
collection :authorized_external_networks, as: 'authorizedExternalNetworks', class: Google::Apis::AlloydbV1::AuthorizedNetwork, decorator: Google::Apis::AlloydbV1::AuthorizedNetwork::Representation
|
1069
1070
|
|
1070
1071
|
property :enable_outbound_public_ip, as: 'enableOutboundPublicIp'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-alloydb_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.37.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.37.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|