google-apis-alloydb_v1 0.35.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d30633664dca37463daa97626d4406e25dc48e3ec566c2f6abf1043b47cd6adf
|
4
|
+
data.tar.gz: abbea93c643f4571724c3b47a7abb4afcc8a0f617c5ae1ba9a506f0a91d9726e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89f5bd73ed00f6ab590c2f34577de02dcc4d2fa9118bed572ad939017386170a8366daab04a2e9baf4eb450978d488f9a99015e8ad5efaf5bb1fc714cbf815bf
|
7
|
+
data.tar.gz: e7c4d82a5ead856f3505d641274c96e23bde30295cbc9ce2383ff55fe0638b07f620f84e59519baadeb408e5a9ef69655a403a0cbbe064111fa9cb709b1a5a09
|
data/CHANGELOG.md
CHANGED
@@ -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.
|
19
|
+
GEM_VERSION = "0.36.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 = "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,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.36.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.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:
|