google-apis-alloydb_v1alpha 0.26.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: 63b241c2bd36716e541e44d109b84d13b2368c36bac04e5f51881595fe36cc4e
4
- data.tar.gz: 33009ef48eb57ac58d92bbf8f2943d321c9e1525a25ee5c415cc5eb0b41aa97e
3
+ metadata.gz: afe18367d617189897e7cd34df9fac4307877f230b9e4179e71d9c531491d7f0
4
+ data.tar.gz: 1e03bd19aa3954fe41c17dff0d0d7514fbde1273075ccb79e3173ac51aad2b15
5
5
  SHA512:
6
- metadata.gz: 0ea033bf4a13c481b0db6318fd80b722461b55ea4f770ddbea2cc938f155a6988368fff002f97338d08992398c85b3deec6923da9ead27c43248b1b8c606dfda
7
- data.tar.gz: 6b7bb2745060512fc9985da0b5d1b59d4ef87023eef31c83a91ff9d5755de5e80be51a6d7c4001b619311fedeb0f033ca044f90f6cea6b77a026055d605bf395
6
+ metadata.gz: c873745907dd7e46b6163e42456dd1569889458c3edcd97221cc84a5403b532e3bbdb4c4f787a1121b09e6efb14ec69e9bd0efa564cf9fab9c6a7c1e458a682e
7
+ data.tar.gz: ba53a7dd74f88c5e26ee3c3568d7d16ec9b75b3a9adc9bb1ea6cd5c5be2ac160b822e2d00345eadc1d61780173e667232703d6582fd5e56b8716e146fac1da35
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.26.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250320
@@ -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]
@@ -281,6 +286,7 @@ module Google
281
286
  @annotations = args[:annotations] if args.key?(:annotations)
282
287
  @cluster_name = args[:cluster_name] if args.key?(:cluster_name)
283
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)
284
290
  @create_time = args[:create_time] if args.key?(:create_time)
285
291
  @database_version = args[:database_version] if args.key?(:database_version)
286
292
  @delete_time = args[:delete_time] if args.key?(:delete_time)
@@ -518,8 +524,7 @@ module Google
518
524
  # @return [String]
519
525
  attr_accessor :etag
520
526
 
521
- # Cluster level configuration parameters related to the Gemini in Databases add-
522
- # on.
527
+ # Deprecated and unused. This field will be removed in the near future.
523
528
  # Corresponds to the JSON property `geminiConfig`
524
529
  # @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
525
530
  attr_accessor :gemini_config
@@ -818,8 +823,7 @@ module Google
818
823
  # @return [String]
819
824
  attr_accessor :default_pool_size
820
825
 
821
- # Optional. Deprecated; Prefer 'enabled' as this will be removed soon. TODO(b/
822
- # 394996708) move to reserved once the field is removed from the gcloud client.
826
+ # Optional. Deprecated; Prefer 'enabled' as this will be removed soon.
823
827
  # Corresponds to the JSON property `enable`
824
828
  # @return [Boolean]
825
829
  attr_accessor :enable
@@ -1334,15 +1338,12 @@ module Google
1334
1338
  end
1335
1339
  end
1336
1340
 
1337
- # Cluster level configuration parameters related to the Gemini in Databases add-
1338
- # on.
1341
+ # Deprecated and unused. This field will be removed in the near future.
1339
1342
  class GeminiClusterConfig
1340
1343
  include Google::Apis::Core::Hashable
1341
1344
 
1342
- # Output only. Whether the Gemini in Databases add-on is enabled for the cluster.
1343
- # It will be true only if the add-on has been enabled for the billing account
1344
- # corresponding to the cluster. Its status is toggled from the Admin Control
1345
- # 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.
1346
1347
  # Corresponds to the JSON property `entitled`
1347
1348
  # @return [Boolean]
1348
1349
  attr_accessor :entitled
@@ -1358,15 +1359,12 @@ module Google
1358
1359
  end
1359
1360
  end
1360
1361
 
1361
- # Instance level configuration parameters related to the Gemini in Databases add-
1362
- # on.
1362
+ # Deprecated and unused. This field will be removed in the near future.
1363
1363
  class GeminiInstanceConfig
1364
1364
  include Google::Apis::Core::Hashable
1365
1365
 
1366
- # Output only. Whether the Gemini in Databases add-on is enabled for the
1367
- # instance. It will be true only if the add-on has been enabled for the billing
1368
- # account corresponding to the instance. Its status is toggled from the Admin
1369
- # 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.
1370
1368
  # Corresponds to the JSON property `entitled`
1371
1369
  # @return [Boolean]
1372
1370
  attr_accessor :entitled
@@ -1712,8 +1710,7 @@ module Google
1712
1710
  # @return [String]
1713
1711
  attr_accessor :gce_zone
1714
1712
 
1715
- # Instance level configuration parameters related to the Gemini in Databases add-
1716
- # on.
1713
+ # Deprecated and unused. This field will be removed in the near future.
1717
1714
  # Corresponds to the JSON property `geminiConfig`
1718
1715
  # @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
1719
1716
  attr_accessor :gemini_config
@@ -2658,7 +2655,16 @@ module Google
2658
2655
  # @return [String]
2659
2656
  attr_accessor :consumer_network
2660
2657
 
2661
- # 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.
2662
2668
  # Corresponds to the JSON property `consumerNetworkStatus`
2663
2669
  # @return [String]
2664
2670
  attr_accessor :consumer_network_status
@@ -2674,7 +2680,14 @@ module Google
2674
2680
  # @return [String]
2675
2681
  attr_accessor :ip_address
2676
2682
 
2677
- # 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.
2678
2691
  # Corresponds to the JSON property `status`
2679
2692
  # @return [String]
2680
2693
  attr_accessor :status
@@ -2973,7 +2986,7 @@ module Google
2973
2986
  end
2974
2987
 
2975
2988
  # Message for restoring a Cluster from a backup or another cluster at a given
2976
- # point in time.
2989
+ # point in time. NEXT_ID: 11
2977
2990
  class RestoreClusterRequest
2978
2991
  include Google::Apis::Core::Hashable
2979
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.26.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 = "20250320"
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'
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.26.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-03-30 00:00:00.000000000 Z
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.26.0
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: