google-apis-alloydb_v1alpha 0.27.0 → 0.29.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: afe18367d617189897e7cd34df9fac4307877f230b9e4179e71d9c531491d7f0
4
- data.tar.gz: 1e03bd19aa3954fe41c17dff0d0d7514fbde1273075ccb79e3173ac51aad2b15
3
+ metadata.gz: 8088cb2ccca301ddb20476a1ee475a0fe47dd9e5b84d446e083720b2a9c9bea9
4
+ data.tar.gz: 91db283da354100a06bfe9a67e08e3fece371b4433d24c07c25dc5ec8d8a44f8
5
5
  SHA512:
6
- metadata.gz: c873745907dd7e46b6163e42456dd1569889458c3edcd97221cc84a5403b532e3bbdb4c4f787a1121b09e6efb14ec69e9bd0efa564cf9fab9c6a7c1e458a682e
7
- data.tar.gz: ba53a7dd74f88c5e26ee3c3568d7d16ec9b75b3a9adc9bb1ea6cd5c5be2ac160b822e2d00345eadc1d61780173e667232703d6582fd5e56b8716e146fac1da35
6
+ metadata.gz: 90b2d646a509dbc7d463d5bd7116d680eb558a46cdb3c29a480ba0f567cee8666a5282c248a5d57dbceba5ca1a36c932eae4c4a6ef191f6be0cd88638b72675c
7
+ data.tar.gz: 1d8c2355aa689a885f1f400343513d6fe419b6bab9a378dbba866a6730fe58b7542c815577584a8534a56341d2c8fc551247574f8f36f81b318a53f249c8ea62
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.29.0 (2025-06-01)
4
+
5
+ * Regenerated from discovery document revision 20250522
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.28.0 (2025-05-18)
9
+
10
+ * Regenerated from discovery document revision 20250508
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.27.0 (2025-04-20)
4
14
 
5
15
  * Regenerated from discovery document revision 20250410
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/alloydb/) may provide guida
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -623,6 +623,14 @@ module Google
623
623
  # @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
624
624
  attr_accessor :secondary_config
625
625
 
626
+ # Output only. AlloyDB per-cluster service agent email. This service account is
627
+ # created per-cluster per-project, and is different from that of the primary
628
+ # service agent which is created per-project. The service account naming format
629
+ # is subject to change.
630
+ # Corresponds to the JSON property `serviceAccountEmail`
631
+ # @return [String]
632
+ attr_accessor :service_account_email
633
+
626
634
  # SSL configuration.
627
635
  # Corresponds to the JSON property `sslConfig`
628
636
  # @return [Google::Apis::AlloydbV1alpha::SslConfig]
@@ -696,6 +704,7 @@ module Google
696
704
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
697
705
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
698
706
  @secondary_config = args[:secondary_config] if args.key?(:secondary_config)
707
+ @service_account_email = args[:service_account_email] if args.key?(:service_account_email)
699
708
  @ssl_config = args[:ssl_config] if args.key?(:ssl_config)
700
709
  @state = args[:state] if args.key?(:state)
701
710
  @subscription_type = args[:subscription_type] if args.key?(:subscription_type)
@@ -953,8 +962,16 @@ module Google
953
962
  class ContinuousBackupInfo
954
963
  include Google::Apis::Core::Hashable
955
964
 
956
- # Output only. The earliest restorable time that can be restored to. Output only
957
- # field.
965
+ # Output only. The earliest restorable time that can be restored to. If
966
+ # continuous backups and recovery was recently enabled, the earliest restorable
967
+ # time is the creation time of the earliest eligible backup within this cluster'
968
+ # s continuous backup recovery window. After a cluster has had continuous
969
+ # backups enabled for the duration of its recovery window, the earliest
970
+ # restorable time becomes "now minus the recovery window". For example, assuming
971
+ # a point in time recovery is attempted at 04/16/2025 3:23:00PM with a 14d
972
+ # recovery window, the earliest restorable time would be 04/02/2025 3:23:00PM.
973
+ # This field is only visible if the CLUSTER_VIEW_CONTINUOUS_BACKUP cluster view
974
+ # is provided.
958
975
  # Corresponds to the JSON property `earliestRestorableTime`
959
976
  # @return [String]
960
977
  attr_accessor :earliest_restorable_time
@@ -970,8 +987,7 @@ module Google
970
987
  # @return [Google::Apis::AlloydbV1alpha::EncryptionInfo]
971
988
  attr_accessor :encryption_info
972
989
 
973
- # Output only. Days of the week on which a continuous backup is taken. Output
974
- # only field. Ignored if passed into the request.
990
+ # Output only. Days of the week on which a continuous backup is taken.
975
991
  # Corresponds to the JSON property `schedule`
976
992
  # @return [Array<String>]
977
993
  attr_accessor :schedule
@@ -1635,6 +1651,16 @@ module Google
1635
1651
  class Instance
1636
1652
  include Google::Apis::Core::Hashable
1637
1653
 
1654
+ # Optional. Specifies whether an instance needs to spin up. Once the instance is
1655
+ # active, the activation policy can be updated to the `NEVER` to stop the
1656
+ # instance. Likewise, the activation policy can be updated to `ALWAYS` to start
1657
+ # the instance. There are restrictions around when an instance can/cannot be
1658
+ # activated (for example, a read pool instance should be stopped before stopping
1659
+ # primary etc.). Please refer to the API documentation for more details.
1660
+ # Corresponds to the JSON property `activationPolicy`
1661
+ # @return [String]
1662
+ attr_accessor :activation_policy
1663
+
1638
1664
  # Annotations to allow client tools to store small amount of arbitrary data.
1639
1665
  # This is distinct from labels. https://google.aip.dev/128
1640
1666
  # Corresponds to the JSON property `annotations`
@@ -1847,6 +1873,7 @@ module Google
1847
1873
 
1848
1874
  # Update properties of this object
1849
1875
  def update!(**args)
1876
+ @activation_policy = args[:activation_policy] if args.key?(:activation_policy)
1850
1877
  @annotations = args[:annotations] if args.key?(:annotations)
1851
1878
  @availability_type = args[:availability_type] if args.key?(:availability_type)
1852
1879
  @client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
@@ -1887,6 +1914,16 @@ module Google
1887
1914
  class InstanceNetworkConfig
1888
1915
  include Google::Apis::Core::Hashable
1889
1916
 
1917
+ # Optional. Name of the allocated IP range for the private IP AlloyDB instance,
1918
+ # for example: "google-managed-services-default". If set, the instance IPs will
1919
+ # be created from this allocated range and will override the IP range used by
1920
+ # the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1921
+ # 1035). Specifically, the name must be 1-63 characters long and match the
1922
+ # regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1923
+ # Corresponds to the JSON property `allocatedIpRangeOverride`
1924
+ # @return [String]
1925
+ attr_accessor :allocated_ip_range_override
1926
+
1890
1927
  # Optional. A list of external network authorized to access this instance.
1891
1928
  # Corresponds to the JSON property `authorizedExternalNetworks`
1892
1929
  # @return [Array<Google::Apis::AlloydbV1alpha::AuthorizedNetwork>]
@@ -1919,6 +1956,7 @@ module Google
1919
1956
 
1920
1957
  # Update properties of this object
1921
1958
  def update!(**args)
1959
+ @allocated_ip_range_override = args[:allocated_ip_range_override] if args.key?(:allocated_ip_range_override)
1922
1960
  @authorized_external_networks = args[:authorized_external_networks] if args.key?(:authorized_external_networks)
1923
1961
  @enable_outbound_public_ip = args[:enable_outbound_public_ip] if args.key?(:enable_outbound_public_ip)
1924
1962
  @enable_public_ip = args[:enable_public_ip] if args.key?(:enable_public_ip)
@@ -1926,7 +1964,7 @@ module Google
1926
1964
  end
1927
1965
  end
1928
1966
 
1929
- # Details regarding the upgrade of instaces associated with a cluster.
1967
+ # Details regarding the upgrade of instances associated with a cluster.
1930
1968
  class InstanceUpgradeDetails
1931
1969
  include Google::Apis::Core::Hashable
1932
1970
 
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250410"
25
+ REVISION = "20250522"
26
26
  end
27
27
  end
28
28
  end
@@ -817,6 +817,7 @@ module Google
817
817
  property :satisfies_pzs, as: 'satisfiesPzs'
818
818
  property :secondary_config, as: 'secondaryConfig', class: Google::Apis::AlloydbV1alpha::SecondaryConfig, decorator: Google::Apis::AlloydbV1alpha::SecondaryConfig::Representation
819
819
 
820
+ property :service_account_email, as: 'serviceAccountEmail'
820
821
  property :ssl_config, as: 'sslConfig', class: Google::Apis::AlloydbV1alpha::SslConfig, decorator: Google::Apis::AlloydbV1alpha::SslConfig::Representation
821
822
 
822
823
  property :state, as: 'state'
@@ -1069,6 +1070,7 @@ module Google
1069
1070
  class Instance
1070
1071
  # @private
1071
1072
  class Representation < Google::Apis::Core::JsonRepresentation
1073
+ property :activation_policy, as: 'activationPolicy'
1072
1074
  hash :annotations, as: 'annotations'
1073
1075
  property :availability_type, as: 'availabilityType'
1074
1076
  property :client_connection_config, as: 'clientConnectionConfig', class: Google::Apis::AlloydbV1alpha::ClientConnectionConfig, decorator: Google::Apis::AlloydbV1alpha::ClientConnectionConfig::Representation
@@ -1121,6 +1123,7 @@ module Google
1121
1123
  class InstanceNetworkConfig
1122
1124
  # @private
1123
1125
  class Representation < Google::Apis::Core::JsonRepresentation
1126
+ property :allocated_ip_range_override, as: 'allocatedIpRangeOverride'
1124
1127
  collection :authorized_external_networks, as: 'authorizedExternalNetworks', class: Google::Apis::AlloydbV1alpha::AuthorizedNetwork, decorator: Google::Apis::AlloydbV1alpha::AuthorizedNetwork::Representation
1125
1128
 
1126
1129
  property :enable_outbound_public_ip, as: 'enableOutboundPublicIp'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-20 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.27.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.29.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for AlloyDB API V1alpha
79
79
  test_files: []