google-apis-alloydb_v1alpha 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: afe18367d617189897e7cd34df9fac4307877f230b9e4179e71d9c531491d7f0
|
4
|
+
data.tar.gz: 1e03bd19aa3954fe41c17dff0d0d7514fbde1273075ccb79e3173ac51aad2b15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c873745907dd7e46b6163e42456dd1569889458c3edcd97221cc84a5403b532e3bbdb4c4f787a1121b09e6efb14ec69e9bd0efa564cf9fab9c6a7c1e458a682e
|
7
|
+
data.tar.gz: ba53a7dd74f88c5e26ee3c3568d7d16ec9b75b3a9adc9bb1ea6cd5c5be2ac160b822e2d00345eadc1d61780173e667232703d6582fd5e56b8716e146fac1da35
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-alloydb_v1alpha
|
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]
|
@@ -265,7 +270,9 @@ module Google
|
|
265
270
|
# @return [String]
|
266
271
|
attr_accessor :uid
|
267
272
|
|
268
|
-
# Output only. Update time stamp
|
273
|
+
# Output only. Update time stamp Users should not infer any meaning from this
|
274
|
+
# field. Its value is generally unrelated to the timing of the backup creation
|
275
|
+
# operation.
|
269
276
|
# Corresponds to the JSON property `updateTime`
|
270
277
|
# @return [String]
|
271
278
|
attr_accessor :update_time
|
@@ -279,6 +286,7 @@ module Google
|
|
279
286
|
@annotations = args[:annotations] if args.key?(:annotations)
|
280
287
|
@cluster_name = args[:cluster_name] if args.key?(:cluster_name)
|
281
288
|
@cluster_uid = args[:cluster_uid] if args.key?(:cluster_uid)
|
289
|
+
@create_completion_time = args[:create_completion_time] if args.key?(:create_completion_time)
|
282
290
|
@create_time = args[:create_time] if args.key?(:create_time)
|
283
291
|
@database_version = args[:database_version] if args.key?(:database_version)
|
284
292
|
@delete_time = args[:delete_time] if args.key?(:delete_time)
|
@@ -516,8 +524,7 @@ module Google
|
|
516
524
|
# @return [String]
|
517
525
|
attr_accessor :etag
|
518
526
|
|
519
|
-
#
|
520
|
-
# on.
|
527
|
+
# Deprecated and unused. This field will be removed in the near future.
|
521
528
|
# Corresponds to the JSON property `geminiConfig`
|
522
529
|
# @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
|
523
530
|
attr_accessor :gemini_config
|
@@ -816,8 +823,7 @@ module Google
|
|
816
823
|
# @return [String]
|
817
824
|
attr_accessor :default_pool_size
|
818
825
|
|
819
|
-
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
820
|
-
# 394996708) move to reserved once the field is removed from the gcloud client.
|
826
|
+
# Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
|
821
827
|
# Corresponds to the JSON property `enable`
|
822
828
|
# @return [Boolean]
|
823
829
|
attr_accessor :enable
|
@@ -1332,15 +1338,12 @@ module Google
|
|
1332
1338
|
end
|
1333
1339
|
end
|
1334
1340
|
|
1335
|
-
#
|
1336
|
-
# on.
|
1341
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1337
1342
|
class GeminiClusterConfig
|
1338
1343
|
include Google::Apis::Core::Hashable
|
1339
1344
|
|
1340
|
-
# Output only.
|
1341
|
-
#
|
1342
|
-
# corresponding to the cluster. Its status is toggled from the Admin Control
|
1343
|
-
# Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1345
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1346
|
+
# future.
|
1344
1347
|
# Corresponds to the JSON property `entitled`
|
1345
1348
|
# @return [Boolean]
|
1346
1349
|
attr_accessor :entitled
|
@@ -1356,15 +1359,12 @@ module Google
|
|
1356
1359
|
end
|
1357
1360
|
end
|
1358
1361
|
|
1359
|
-
#
|
1360
|
-
# on.
|
1362
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1361
1363
|
class GeminiInstanceConfig
|
1362
1364
|
include Google::Apis::Core::Hashable
|
1363
1365
|
|
1364
|
-
# Output only.
|
1365
|
-
#
|
1366
|
-
# account corresponding to the instance. Its status is toggled from the Admin
|
1367
|
-
# Control Center (ACC) and cannot be toggled using AlloyDB's APIs.
|
1366
|
+
# Output only. Deprecated and unused. This field will be removed in the near
|
1367
|
+
# future.
|
1368
1368
|
# Corresponds to the JSON property `entitled`
|
1369
1369
|
# @return [Boolean]
|
1370
1370
|
attr_accessor :entitled
|
@@ -1710,8 +1710,7 @@ module Google
|
|
1710
1710
|
# @return [String]
|
1711
1711
|
attr_accessor :gce_zone
|
1712
1712
|
|
1713
|
-
#
|
1714
|
-
# on.
|
1713
|
+
# Deprecated and unused. This field will be removed in the near future.
|
1715
1714
|
# Corresponds to the JSON property `geminiConfig`
|
1716
1715
|
# @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
|
1717
1716
|
attr_accessor :gemini_config
|
@@ -2656,7 +2655,16 @@ module Google
|
|
2656
2655
|
# @return [String]
|
2657
2656
|
attr_accessor :consumer_network
|
2658
2657
|
|
2659
|
-
# Output only. The status of the service connection policy.
|
2658
|
+
# Output only. The status of the service connection policy. Possible values: "
|
2659
|
+
# STATE_UNSPECIFIED" - Default state, when Connection Map is created initially. "
|
2660
|
+
# VALID" - Set when policy and map configuration is valid, and their matching
|
2661
|
+
# can lead to allowing creation of PSC Connections subject to other constraints
|
2662
|
+
# like connections limit. "CONNECTION_POLICY_MISSING" - No Service Connection
|
2663
|
+
# Policy found for this network and Service Class "POLICY_LIMIT_REACHED" -
|
2664
|
+
# Service Connection Policy limit reached for this network and Service Class "
|
2665
|
+
# CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED" - The consumer instance project is
|
2666
|
+
# not in AllowedGoogleProducersResourceHierarchyLevels of the matching
|
2667
|
+
# ServiceConnectionPolicy.
|
2660
2668
|
# Corresponds to the JSON property `consumerNetworkStatus`
|
2661
2669
|
# @return [String]
|
2662
2670
|
attr_accessor :consumer_network_status
|
@@ -2672,7 +2680,14 @@ module Google
|
|
2672
2680
|
# @return [String]
|
2673
2681
|
attr_accessor :ip_address
|
2674
2682
|
|
2675
|
-
# Output only. The status of the PSC service automation connection.
|
2683
|
+
# Output only. The status of the PSC service automation connection. Possible
|
2684
|
+
# values: "STATE_UNSPECIFIED" - An invalid state as the default case. "ACTIVE" -
|
2685
|
+
# The connection has been created successfully. "FAILED" - The connection is not
|
2686
|
+
# functional since some resources on the connection fail to be created. "
|
2687
|
+
# CREATING" - The connection is being created. "DELETING" - The connection is
|
2688
|
+
# being deleted. "CREATE_REPAIRING" - The connection is being repaired to
|
2689
|
+
# complete creation. "DELETE_REPAIRING" - The connection is being repaired to
|
2690
|
+
# complete deletion.
|
2676
2691
|
# Corresponds to the JSON property `status`
|
2677
2692
|
# @return [String]
|
2678
2693
|
attr_accessor :status
|
@@ -2971,7 +2986,7 @@ module Google
|
|
2971
2986
|
end
|
2972
2987
|
|
2973
2988
|
# Message for restoring a Cluster from a backup or another cluster at a given
|
2974
|
-
# point in time.
|
2989
|
+
# point in time. NEXT_ID: 11
|
2975
2990
|
class RestoreClusterRequest
|
2976
2991
|
include Google::Apis::Core::Hashable
|
2977
2992
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module AlloydbV1alpha
|
18
18
|
# Version of the google-apis-alloydb_v1alpha 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
|
@@ -701,6 +701,7 @@ module Google
|
|
701
701
|
hash :annotations, as: 'annotations'
|
702
702
|
property :cluster_name, as: 'clusterName'
|
703
703
|
property :cluster_uid, as: 'clusterUid'
|
704
|
+
property :create_completion_time, as: 'createCompletionTime'
|
704
705
|
property :create_time, as: 'createTime'
|
705
706
|
property :database_version, as: 'databaseVersion'
|
706
707
|
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, 'v1alpha/{+name}/locations', options)
|
126
129
|
command.response_representation = Google::Apis::AlloydbV1alpha::GoogleCloudLocationListLocationsResponse::Representation
|
127
130
|
command.response_class = Google::Apis::AlloydbV1alpha::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_v1alpha
|
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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.27.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alloydb_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|