google-apis-alloydb_v1 0.34.0 → 0.36.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: 17cf3d53668237ed0ed0de23ab8732a1c77e9a2e59a2ae19eb8d14ad348742c2
4
- data.tar.gz: 8a2d7cf97313db9fd350c250ddb2328b1e48fa566c821fa6f35826711c8d141e
3
+ metadata.gz: d30633664dca37463daa97626d4406e25dc48e3ec566c2f6abf1043b47cd6adf
4
+ data.tar.gz: abbea93c643f4571724c3b47a7abb4afcc8a0f617c5ae1ba9a506f0a91d9726e
5
5
  SHA512:
6
- metadata.gz: 4b91e26a2b0f825af4afd08efc2d70522238d60809c54bf7a98c4a7c773b96b3ad57e3f5bbb8214336e51dd623d139daf8ab85690f36ffda62de62b19d0d5f5c
7
- data.tar.gz: 1af78c539620d7886dda9c1bb85982178207fdae74554a3838aee56234caed7095da23b997b2628f689b5a01c569da600559b9353a805e6668bbeee402a105f7
6
+ metadata.gz: 89f5bd73ed00f6ab590c2f34577de02dcc4d2fa9118bed572ad939017386170a8366daab04a2e9baf4eb450978d488f9a99015e8ad5efaf5bb1fc714cbf815bf
7
+ data.tar.gz: e7c4d82a5ead856f3505d641274c96e23bde30295cbc9ce2383ff55fe0638b07f620f84e59519baadeb408e5a9ef69655a403a0cbbe064111fa9cb709b1a5a09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1
2
2
 
3
+ ### v0.36.0 (2025-05-11)
4
+
5
+ * Regenerated from discovery document revision 20250417
6
+
7
+ ### v0.35.0 (2025-05-04)
8
+
9
+ * Regenerated using generator version 0.17.0
10
+
3
11
  ### v0.34.0 (2025-04-20)
4
12
 
5
13
  * 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
 
@@ -1478,6 +1478,16 @@ module Google
1478
1478
  class Instance
1479
1479
  include Google::Apis::Core::Hashable
1480
1480
 
1481
+ # Optional. Specifies whether an instance needs to spin up. Once the instance is
1482
+ # active, the activation policy can be updated to the `NEVER` to stop the
1483
+ # instance. Likewise, the activation policy can be updated to `ALWAYS` to start
1484
+ # the instance. There are restrictions around when an instance can/cannot be
1485
+ # activated (for example, a read pool instance should be stopped before stopping
1486
+ # primary etc.). Please refer to the API documentation for more details.
1487
+ # Corresponds to the JSON property `activationPolicy`
1488
+ # @return [String]
1489
+ attr_accessor :activation_policy
1490
+
1481
1491
  # Annotations to allow client tools to store small amount of arbitrary data.
1482
1492
  # This is distinct from labels. https://google.aip.dev/128
1483
1493
  # Corresponds to the JSON property `annotations`
@@ -1663,6 +1673,7 @@ module Google
1663
1673
 
1664
1674
  # Update properties of this object
1665
1675
  def update!(**args)
1676
+ @activation_policy = args[:activation_policy] if args.key?(:activation_policy)
1666
1677
  @annotations = args[:annotations] if args.key?(:annotations)
1667
1678
  @availability_type = args[:availability_type] if args.key?(:availability_type)
1668
1679
  @client_connection_config = args[:client_connection_config] if args.key?(:client_connection_config)
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.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.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250410"
25
+ REVISION = "20250417"
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
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.36.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:
@@ -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.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for AlloyDB API V1
79
79
  test_files: []