google-apis-alloydb_v1 0.33.0 → 0.35.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/alloydb_v1/classes.rb +25 -3
- data/lib/google/apis/alloydb_v1/gem_version.rb +3 -3
- data/lib/google/apis/alloydb_v1/representations.rb +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5fdb81ec42d06189299ba58b70a9a0bda20b54fe671b2bb631af806557bb8523
|
4
|
+
data.tar.gz: e1d88a10cfd8fb4bc8f65eb4d75818eb8ddebec10b7c280c1f6dd80c9cfc50ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 06b17d078ba3bfc1f44168c827abf42eab1e674dd44d2e058eac27a44e6ca77f1c131186c7547c86cd4265ff7254b65549d90f5a96da0c16b24093b4f075b38f
|
7
|
+
data.tar.gz: 7808fbe58a007812aa38b340991d90ec6f06e4b02f5637ac9bdede1bf5bbb71b778b2db0e7fc757887032aa5a2350606d1e2ff43cc0b6b8246329c780bea426a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
2
2
|
|
3
|
+
### v0.35.0 (2025-05-04)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.17.0
|
6
|
+
|
7
|
+
### v0.34.0 (2025-04-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250410
|
10
|
+
|
3
11
|
### v0.33.0 (2025-03-30)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250320
|
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
|
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
|
|
@@ -140,6 +140,11 @@ module Google
|
|
140
140
|
# @return [String]
|
141
141
|
attr_accessor :cluster_uid
|
142
142
|
|
143
|
+
# Output only. Timestamp when the resource finished being created.
|
144
|
+
# Corresponds to the JSON property `createCompletionTime`
|
145
|
+
# @return [String]
|
146
|
+
attr_accessor :create_completion_time
|
147
|
+
|
143
148
|
# Output only. Create time stamp
|
144
149
|
# Corresponds to the JSON property `createTime`
|
145
150
|
# @return [String]
|
@@ -275,6 +280,7 @@ module Google
|
|
275
280
|
@annotations = args[:annotations] if args.key?(:annotations)
|
276
281
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
277
282
|
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
|
283
|
+
@create_completion_time = args[:create_completion_time] if args.key?(:create_completion_time)
|
278
284
|
@create_time = args[:create_time] if args.key?(:create_time)
|
279
285
|
@database_version = args[:database_version] if args.key?(:database_version)
|
280
286
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
@@ -2453,7 +2459,16 @@ module Google
|
|
2453
2459
|
# @return [String]
|
2454
2460
|
attr_accessor :consumer_network
|
2455
2461
|
|
2456
|
-
# Output only. The status of the service connection policy.
|
2462
|
+
# Output only. The status of the service connection policy. Possible values: "
|
2463
|
+
# STATE_UNSPECIFIED" - Default state, when Connection Map is created initially. "
|
2464
|
+
# VALID" - Set when policy and map configuration is valid, and their matching
|
2465
|
+
# can lead to allowing creation of PSC Connections subject to other constraints
|
2466
|
+
# like connections limit. "CONNECTION_POLICY_MISSING" - No Service Connection
|
2467
|
+
# Policy found for this network and Service Class "POLICY_LIMIT_REACHED" -
|
2468
|
+
# Service Connection Policy limit reached for this network and Service Class "
|
2469
|
+
# CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is
|
2470
|
+
# not in AllowedGoogleProducersResourceHierarchyLevels of the matching
|
2471
|
+
# ServiceConnectionPolicy.
|
2457
2472
|
# Corresponds to the JSON property `consumerNetworkStatus`
|
2458
2473
|
# @return [String]
|
2459
2474
|
attr_accessor :consumer_network_status
|
@@ -2469,7 +2484,14 @@ module Google
|
|
2469
2484
|
# @return [String]
|
2470
2485
|
attr_accessor :ip_address
|
2471
2486
|
|
2472
|
-
# Output only. The status of the PSC service automation connection.
|
2487
|
+
# Output only. The status of the PSC service automation connection. Possible
|
2488
|
+
# values: "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" -
|
2489
|
+
# The connection has been created successfully. "FAILED" - The connection is not
|
2490
|
+
# functional since some resources on the connection fail to be created. "
|
2491
|
+
# CREATING" - The connection is being created. "DELETING" - The connection is
|
2492
|
+
# being deleted. "CREATE_REPAIRING" - The connection is being repaired to
|
2493
|
+
# complete creation. "DELETE_REPAIRING" - The connection is being repaired to
|
2494
|
+
# complete deletion.
|
2473
2495
|
# Corresponds to the JSON property `status`
|
2474
2496
|
# @return [String]
|
2475
2497
|
attr_accessor :status
|
@@ -2768,7 +2790,7 @@ module Google
|
|
2768
2790
|
end
|
2769
2791
|
|
2770
2792
|
# Message for restoring a Cluster from a backup or another cluster at a given
|
2771
|
-
# point in time.
|
2793
|
+
# point in time. NEXT_ID: 11
|
2772
2794
|
class RestoreClusterRequest
|
2773
2795
|
include Google::Apis::Core::Hashable
|
2774
2796
|
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250410"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -683,6 +683,7 @@ module Google
|
|
683
683
|
hash :annotations, as: 'annotations'
|
684
684
|
property :cluster_name, as: 'clusterName'
|
685
685
|
property :cluster_uid, as: 'clusterUid'
|
686
|
+
property :create_completion_time, as: 'createCompletionTime'
|
686
687
|
property :create_time, as: 'createTime'
|
687
688
|
property :database_version, as: 'databaseVersion'
|
688
689
|
property :delete_time, as: 'deleteTime'
|
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.
|
4
|
+
version: 0.35.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1/v0.35.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: '
|
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.
|
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: []
|