google-apis-alloydb_v1beta 0.25.0 → 0.27.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: 1542b8bf1e5a15eb541c9f8708d6c8bd0a38dc5b06e776eb6b7ee1e9cce74337
|
4
|
+
data.tar.gz: b212b05ca58aa8b2103f87df3f1fbb44112e134268efe7f4f65315c11e909a1c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c4868a1eeea801969b94e93465621330c088163f17e6a3ee9c5489a7822a07a3545aa5c0e0c9576836abdf64c215f74d03a3fd31a8db9774ddbe9a1b31fef5
|
7
|
+
data.tar.gz: 5661fb446bbec74526d9407b11203b1573172c3a52af806d18e12f08bc14a0203af8d85a2689318d150a45090bbaecc74a53b079c90b42fccc11e1cb159f620f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1beta
|
2
2
|
|
3
|
+
### v0.27.0 (2025-04-20)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250410
|
6
|
+
|
7
|
+
### v0.26.0 (2025-03-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250320
|
10
|
+
|
3
11
|
### v0.25.0 (2025-03-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250312
|
@@ -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)
|
@@ -496,8 +504,7 @@ module Google
|
|
496
504
|
# @return [String]
|
497
505
|
attr_accessor :etag
|
498
506
|
|
499
|
-
#
|
500
|
-
# on.
|
507
|
+
# Deprecated and unused. This field will be removed in the near future.
|
501
508
|
# Corresponds to the JSON property `geminiConfig`
|
502
509
|
# @return [Google::Apis::AlloydbV1beta::GeminiClusterConfig]
|
503
510
|
attr_accessor :gemini_config
|
@@ -789,8 +796,7 @@ module Google
|
|
789
796
|
# @return [String]
|
790
797
|
attr_accessor :default_pool_size
|
791
798
|
|
792
|
-
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
793
|
-
# 394996708) move to reserved once the field is removed from the gcloud client.
|
799
|
+
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
794
800
|
# Corresponds to the JSON property `enable`
|
795
801
|
# @return [Boolean]
|
796
802
|
attr_accessor :enable
|
@@ -1305,15 +1311,12 @@ module Google
|
|
1305
1311
|
end
|
1306
1312
|
end
|
1307
1313
|
|
1308
|
-
#
|
1309
|
-
# on.
|
1314
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1310
1315
|
class GeminiClusterConfig
|
1311
1316
|
include Google::Apis::Core::Hashable
|
1312
1317
|
|
1313
|
-
# Output only.
|
1314
|
-
#
|
1315
|
-
# corresponding to the cluster. Its status is toggled from the Admin Control
|
1316
|
-
# Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1318
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1319
|
+
# future.
|
1317
1320
|
# Corresponds to the JSON property `entitled`
|
1318
1321
|
# @return [Boolean]
|
1319
1322
|
attr_accessor :entitled
|
@@ -1329,15 +1332,12 @@ module Google
|
|
1329
1332
|
end
|
1330
1333
|
end
|
1331
1334
|
|
1332
|
-
#
|
1333
|
-
# on.
|
1335
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1334
1336
|
class GeminiInstanceConfig
|
1335
1337
|
include Google::Apis::Core::Hashable
|
1336
1338
|
|
1337
|
-
# Output only.
|
1338
|
-
#
|
1339
|
-
# account corresponding to the instance. Its status is toggled from the Admin
|
1340
|
-
# Control Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1339
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1340
|
+
# future.
|
1341
1341
|
# Corresponds to the JSON property `entitled`
|
1342
1342
|
# @return [Boolean]
|
1343
1343
|
attr_accessor :entitled
|
@@ -1683,8 +1683,7 @@ module Google
|
|
1683
1683
|
# @return [String]
|
1684
1684
|
attr_accessor :gce_zone
|
1685
1685
|
|
1686
|
-
#
|
1687
|
-
# on.
|
1686
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1688
1687
|
# Corresponds to the JSON property `geminiConfig`
|
1689
1688
|
# @return [Google::Apis::AlloydbV1beta::GeminiInstanceConfig]
|
1690
1689
|
attr_accessor :gemini_config
|
@@ -2622,7 +2621,16 @@ module Google
|
|
2622
2621
|
# @return [String]
|
2623
2622
|
attr_accessor :consumer_network
|
2624
2623
|
|
2625
|
-
# Output only. The status of the service connection policy.
|
2624
|
+
# Output only. The status of the service connection policy. Possible values: "
|
2625
|
+
# STATE_UNSPECIFIED" - Default state, when Connection Map is created initially. "
|
2626
|
+
# VALID" - Set when policy and map configuration is valid, and their matching
|
2627
|
+
# can lead to allowing creation of PSC Connections subject to other constraints
|
2628
|
+
# like connections limit. "CONNECTION_POLICY_MISSING" - No Service Connection
|
2629
|
+
# Policy found for this network and Service Class "POLICY_LIMIT_REACHED" -
|
2630
|
+
# Service Connection Policy limit reached for this network and Service Class "
|
2631
|
+
# CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is
|
2632
|
+
# not in AllowedGoogleProducersResourceHierarchyLevels of the matching
|
2633
|
+
# ServiceConnectionPolicy.
|
2626
2634
|
# Corresponds to the JSON property `consumerNetworkStatus`
|
2627
2635
|
# @return [String]
|
2628
2636
|
attr_accessor :consumer_network_status
|
@@ -2638,7 +2646,14 @@ module Google
|
|
2638
2646
|
# @return [String]
|
2639
2647
|
attr_accessor :ip_address
|
2640
2648
|
|
2641
|
-
# Output only. The status of the PSC service automation connection.
|
2649
|
+
# Output only. The status of the PSC service automation connection. Possible
|
2650
|
+
# values: "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" -
|
2651
|
+
# The connection has been created successfully. "FAILED" - The connection is not
|
2652
|
+
# functional since some resources on the connection fail to be created. "
|
2653
|
+
# CREATING" - The connection is being created. "DELETING" - The connection is
|
2654
|
+
# being deleted. "CREATE_REPAIRING" - The connection is being repaired to
|
2655
|
+
# complete creation. "DELETE_REPAIRING" - The connection is being repaired to
|
2656
|
+
# complete deletion.
|
2642
2657
|
# Corresponds to the JSON property `status`
|
2643
2658
|
# @return [String]
|
2644
2659
|
attr_accessor :status
|
@@ -2937,7 +2952,7 @@ module Google
|
|
2937
2952
|
end
|
2938
2953
|
|
2939
2954
|
# Message for restoring a Cluster from a backup or another cluster at a given
|
2940
|
-
# point in time.
|
2955
|
+
# point in time. NEXT_ID: 11
|
2941
2956
|
class RestoreClusterRequest
|
2942
2957
|
include Google::Apis::Core::Hashable
|
2943
2958
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1beta
|
18
18
|
# Version of the google-apis-alloydb_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.27.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
|
@@ -695,6 +695,7 @@ module Google
|
|
695
695
|
hash :annotations, as: 'annotations'
|
696
696
|
property :cluster_name, as: 'clusterName'
|
697
697
|
property :cluster_uid, as: 'clusterUid'
|
698
|
+
property :create_completion_time, as: 'createCompletionTime'
|
698
699
|
property :create_time, as: 'createTime'
|
699
700
|
property :database_version, as: 'databaseVersion'
|
700
701
|
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, 'v1beta/{+name}/locations', options)
|
126
129
|
command.response_representation = Google::Apis::AlloydbV1beta::GoogleCloudLocationListLocationsResponse::Representation
|
127
130
|
command.response_class = Google::Apis::AlloydbV1beta::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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.27.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1beta/v0.27.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|