google-apis-alloydb_v1 0.32.0 → 0.34.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: 17cf3d53668237ed0ed0de23ab8732a1c77e9a2e59a2ae19eb8d14ad348742c2
|
4
|
+
data.tar.gz: 8a2d7cf97313db9fd350c250ddb2328b1e48fa566c821fa6f35826711c8d141e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b91e26a2b0f825af4afd08efc2d70522238d60809c54bf7a98c4a7c773b96b3ad57e3f5bbb8214336e51dd623d139daf8ab85690f36ffda62de62b19d0d5f5c
|
7
|
+
data.tar.gz: 1af78c539620d7886dda9c1bb85982178207fdae74554a3838aee56234caed7095da23b997b2628f689b5a01c569da600559b9353a805e6668bbeee402a105f7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1
|
2
2
|
|
3
|
+
### v0.34.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250410
|
6
|
+
|
7
|
+
### v0.33.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250320
|
10
|
+
|
3
11
|
### v0.32.0 (2025-03-16)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250308
|
@@ -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]
|
@@ -259,7 +264,9 @@ module Google
|
|
259
264
|
# @return [String]
|
260
265
|
attr_accessor :uid
|
261
266
|
|
262
|
-
# Output only. Update time stamp
|
267
|
+
# Output only. Update time stamp Users should not infer any meaning from this
|
268
|
+
# field. Its value is generally unrelated to the timing of the backup creation
|
269
|
+
# operation.
|
263
270
|
# Corresponds to the JSON property `updateTime`
|
264
271
|
# @return [String]
|
265
272
|
attr_accessor :update_time
|
@@ -273,6 +280,7 @@ module Google
|
|
273
280
|
@annotations = args[:annotations] if args.key?(:annotations)
|
274
281
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
275
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)
|
276
284
|
@create_time = args[:create_time] if args.key?(:create_time)
|
277
285
|
@database_version = args[:database_version] if args.key?(:database_version)
|
278
286
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
@@ -2451,7 +2459,16 @@ module Google
|
|
2451
2459
|
# @return [String]
|
2452
2460
|
attr_accessor :consumer_network
|
2453
2461
|
|
2454
|
-
# 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.
|
2455
2472
|
# Corresponds to the JSON property `consumerNetworkStatus`
|
2456
2473
|
# @return [String]
|
2457
2474
|
attr_accessor :consumer_network_status
|
@@ -2467,7 +2484,14 @@ module Google
|
|
2467
2484
|
# @return [String]
|
2468
2485
|
attr_accessor :ip_address
|
2469
2486
|
|
2470
|
-
# 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.
|
2471
2495
|
# Corresponds to the JSON property `status`
|
2472
2496
|
# @return [String]
|
2473
2497
|
attr_accessor :status
|
@@ -2766,7 +2790,7 @@ module Google
|
|
2766
2790
|
end
|
2767
2791
|
|
2768
2792
|
# Message for restoring a Cluster from a backup or another cluster at a given
|
2769
|
-
# point in time.
|
2793
|
+
# point in time. NEXT_ID: 11
|
2770
2794
|
class RestoreClusterRequest
|
2771
2795
|
include Google::Apis::Core::Hashable
|
2772
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.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.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'
|
@@ -94,6 +94,9 @@ module Google
|
|
94
94
|
# Lists information about the supported locations for this service.
|
95
95
|
# @param [String] name
|
96
96
|
# The resource that owns the locations collection, if applicable.
|
97
|
+
# @param [Array<String>, String] extra_location_types
|
98
|
+
# Optional. A list of extra location types that should be used as conditions for
|
99
|
+
# controlling the visibility of the locations.
|
97
100
|
# @param [String] filter
|
98
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
99
102
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -121,11 +124,12 @@ module Google
|
|
121
124
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
122
125
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
123
126
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
124
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
127
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
125
128
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
126
129
|
command.response_representation = Google::Apis::AlloydbV1::GoogleCloudLocationListLocationsResponse::Representation
|
127
130
|
command.response_class = Google::Apis::AlloydbV1::GoogleCloudLocationListLocationsResponse
|
128
131
|
command.params['name'] = name unless name.nil?
|
132
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
129
133
|
command.query['filter'] = filter unless filter.nil?
|
130
134
|
command.query['pageSize'] = page_size unless page_size.nil?
|
131
135
|
command.query['pageToken'] = page_token unless page_token.nil?
|
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.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 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.34.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:
|