google-apis-alloydb_v1 0.35.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: 5fdb81ec42d06189299ba58b70a9a0bda20b54fe671b2bb631af806557bb8523
4
- data.tar.gz: e1d88a10cfd8fb4bc8f65eb4d75818eb8ddebec10b7c280c1f6dd80c9cfc50ec
3
+ metadata.gz: db3defd2c12cdec1b653d99f45416cc3503fb58ffbce532a31c2f0f8b8cbd6b9
4
+ data.tar.gz: b45258654cdabbdbb7415c7195e55166c921a3c97cce193e0d58894acb8d9a2a
5
5
  SHA512:
6
- metadata.gz: 06b17d078ba3bfc1f44168c827abf42eab1e674dd44d2e058eac27a44e6ca77f1c131186c7547c86cd4265ff7254b65549d90f5a96da0c16b24093b4f075b38f
7
- data.tar.gz: 7808fbe58a007812aa38b340991d90ec6f06e4b02f5637ac9bdede1bf5bbb71b778b2db0e7fc757887032aa5a2350606d1e2ff43cc0b6b8246329c780bea426a
6
+ metadata.gz: bdc3f8bbb3ceaf2a854f5e54a14a55a1d0ff4fdeb4c64535e81f3466acbcb9a0f23982116024964c85968eef3b9df6df66e39965418d2e38a63b6546d5d26fe3
7
+ data.tar.gz: 0cbdea5d0e905b942511282d66597d6d617d1e7208cce869f76804eb493e446d24acd2fd653e204e3ef5d7c07fc9a64db0c78d8e8fdcf7e3c2cab426af31c148
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.37.0 (2025-05-18)
4
+
5
+ * Regenerated from discovery document revision 20250508
6
+
7
+ ### v0.36.0 (2025-05-11)
8
+
9
+ * Regenerated from discovery document revision 20250417
10
+
3
11
  ### v0.35.0 (2025-05-04)
4
12
 
5
13
  * Regenerated using generator version 0.17.0
@@ -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. Output only
824
- # field.
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. Output
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
@@ -1478,6 +1485,16 @@ module Google
1478
1485
  class Instance
1479
1486
  include Google::Apis::Core::Hashable
1480
1487
 
1488
+ # Optional. Specifies whether an instance needs to spin up. Once the instance is
1489
+ # active, the activation policy can be updated to the `NEVER` to stop the
1490
+ # instance. Likewise, the activation policy can be updated to `ALWAYS` to start
1491
+ # the instance. There are restrictions around when an instance can/cannot be
1492
+ # activated (for example, a read pool instance should be stopped before stopping
1493
+ # primary etc.). Please refer to the API documentation for more details.
1494
+ # Corresponds to the JSON property `activationPolicy`
1495
+ # @return [String]
1496
+ attr_accessor :activation_policy
1497
+
1481
1498
  # Annotations to allow client tools to store small amount of arbitrary data.
1482
1499
  # This is distinct from labels. https://google.aip.dev/128
1483
1500
  # Corresponds to the JSON property `annotations`
@@ -1663,6 +1680,7 @@ module Google
1663
1680
 
1664
1681
  # Update properties of this object
1665
1682
  def update!(**args)
1683
+ @activation_policy = args[:activation_policy] if args.key?(:activation_policy)
1666
1684
  @annotations = args[:annotations] if args.key?(:annotations)
1667
1685
  @availability_type = args[:availability_type] if args.key?(:availability_type)
1668
1686
  @client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
@@ -1698,6 +1716,16 @@ module Google
1698
1716
  class InstanceNetworkConfig
1699
1717
  include Google::Apis::Core::Hashable
1700
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
+
1701
1729
  # Optional. A list of external network authorized to access this instance.
1702
1730
  # Corresponds to the JSON property `authorizedExternalNetworks`
1703
1731
  # @return [Array<Google::Apis::AlloydbV1::AuthorizedNetwork>]
@@ -1730,6 +1758,7 @@ module Google
1730
1758
 
1731
1759
  # Update properties of this object
1732
1760
  def update!(**args)
1761
+ @allocated_ip_range_override = args[:allocated_ip_range_override] if args.key?(:allocated_ip_range_override)
1733
1762
  @authorized_external_networks = args[:authorized_external_networks] if args.key?(:authorized_external_networks)
1734
1763
  @enable_outbound_public_ip = args[:enable_outbound_public_ip] if args.key?(:enable_outbound_public_ip)
1735
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.35.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 = "20250410"
25
+ REVISION = "20250508"
26
26
  end
27
27
  end
28
28
  end
@@ -1021,6 +1021,7 @@ module Google
1021
1021
  class Instance
1022
1022
  # @private
1023
1023
  class Representation < Google::Apis::Core::JsonRepresentation
1024
+ property :activation_policy, as: 'activationPolicy'
1024
1025
  hash :annotations, as: 'annotations'
1025
1026
  property :availability_type, as: 'availabilityType'
1026
1027
  property :client_connection_config, as: 'clientConnectionConfig', class: Google::Apis::AlloydbV1::ClientConnectionConfig, decorator: Google::Apis::AlloydbV1::ClientConnectionConfig::Representation
@@ -1064,6 +1065,7 @@ module Google
1064
1065
  class InstanceNetworkConfig
1065
1066
  # @private
1066
1067
  class Representation < Google::Apis::Core::JsonRepresentation
1068
+ property :allocated_ip_range_override, as: 'allocatedIpRangeOverride'
1067
1069
  collection :authorized_external_networks, as: 'authorizedExternalNetworks', class: Google::Apis::AlloydbV1::AuthorizedNetwork, decorator: Google::Apis::AlloydbV1::AuthorizedNetwork::Representation
1068
1070
 
1069
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.35.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.35.0
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: