google-apis-alloydb_v1alpha 0.30.0 → 0.32.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: ef6dfc5bdef4e08c90132aca981d7c51566d7a06acd6e1c60e058af5c83cc002
4
- data.tar.gz: b46f5104857d726c9fa6960a25c457b37bcd974b6659030da671611591f39406
3
+ metadata.gz: ff8b321010592c5828f9594442006052f4d0c76a7b4deecba7ceae91003fcd94
4
+ data.tar.gz: 78a276a5de6698ce910b24ddce5cbe7802b4d65c2c429104e03a1a54e9e08020
5
5
  SHA512:
6
- metadata.gz: 185ce28b5e0e2c2f51bbd9002be0b5b2a6da0afd883a9bc2be39481d77967c737026151c699f5a3f7231a9cae91847725c0445e129ff23302f6a9249ad53f570
7
- data.tar.gz: bfdcb23ff0faca5ad0ecb40c3284dd4357e0c7ec2421a45a2900c532a414f99cb73bd74a0db27483517b13d4f7bf6f35917ce4d2e75be12ab2f662faa73e98a7
6
+ metadata.gz: 02f395a6228711b03d71e92a61e37e9dc5382d61268171d51765c8c24b3669f238294d0b2c56d028a5e32266399d7f63828ad553a77218564eb04ba248cba731
7
+ data.tar.gz: 947dea678a4a0ab0f181e69b10b0d10a1394d5883fde5217a3971267e969ce477cd1eefa5f21dd582a60d0991574e37404ea97f50f08ac846f0a281893acf45a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-alloydb_v1alpha
2
2
 
3
+ ### v0.32.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250612
6
+
7
+ ### v0.31.0 (2025-06-15)
8
+
9
+ * Regenerated from discovery document revision 20250605
10
+
3
11
  ### v0.30.0 (2025-06-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20250529
@@ -524,7 +524,7 @@ module Google
524
524
  # @return [String]
525
525
  attr_accessor :etag
526
526
 
527
- # Deprecated and unused. This field will be removed in the near future.
527
+ # Deprecated and unused. This message will be removed in the near future.
528
528
  # Corresponds to the JSON property `geminiConfig`
529
529
  # @return [Google::Apis::AlloydbV1alpha::GeminiClusterConfig]
530
530
  attr_accessor :gemini_config
@@ -623,10 +623,9 @@ module Google
623
623
  # @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
624
624
  attr_accessor :secondary_config
625
625
 
626
- # Output only. AlloyDB per-cluster service agent email. This service account is
627
- # created per-cluster per-project, and is different from that of the primary
628
- # service agent which is created per-project. The service account naming format
629
- # is subject to change.
626
+ # Output only. AlloyDB per-cluster service account. This service account is
627
+ # created per-cluster per-project, and is different from the per-project service
628
+ # account. The per-cluster service account naming format is subject to change.
630
629
  # Corresponds to the JSON property `serviceAccountEmail`
631
630
  # @return [String]
632
631
  attr_accessor :service_account_email
@@ -827,7 +826,8 @@ module Google
827
826
  include Google::Apis::Core::Hashable
828
827
 
829
828
  # Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
830
- # 20.
829
+ # 20. Note: This field should not be added to client libraries if not present
830
+ # already.
831
831
  # Corresponds to the JSON property `defaultPoolSize`
832
832
  # @return [String]
833
833
  attr_accessor :default_pool_size
@@ -850,13 +850,15 @@ module Google
850
850
  attr_accessor :flags
851
851
 
852
852
  # Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
853
- # ignore. Defaults to ["extra_float_digits"]
853
+ # ignore. Defaults to ["extra_float_digits"] Note: This field should not be
854
+ # added to client libraries if not present already.
854
855
  # Corresponds to the JSON property `ignoreStartupParameters`
855
856
  # @return [Array<String>]
856
857
  attr_accessor :ignore_startup_parameters
857
858
 
858
859
  # Optional. Deprecated. Use 'flags' instead. The maximum number of client
859
- # connections allowed.
860
+ # connections allowed. Note: This field should not be added to client libraries
861
+ # if not present already.
860
862
  # Corresponds to the JSON property `maxClientConn`
861
863
  # @return [String]
862
864
  attr_accessor :max_client_conn
@@ -865,19 +867,22 @@ module Google
865
867
  # statements allowed. MCP makes sure that any statement prepared by a client, up
866
868
  # to this limit, is available on the backing server connection in transaction
867
869
  # and statement pooling mode. Even if the statement was originally prepared on
868
- # another server connection. Defaults to 0.
870
+ # another server connection. Defaults to 0. Note: This field should not be added
871
+ # to client libraries if not present already.
869
872
  # Corresponds to the JSON property `maxPreparedStatements`
870
873
  # @return [String]
871
874
  attr_accessor :max_prepared_statements
872
875
 
873
876
  # Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
874
- # 0.
877
+ # 0. Note: This field should not be added to client libraries if not present
878
+ # already.
875
879
  # Corresponds to the JSON property `minPoolSize`
876
880
  # @return [String]
877
881
  attr_accessor :min_pool_size
878
882
 
879
883
  # Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
880
- # POOL_MODE_TRANSACTION`.
884
+ # POOL_MODE_TRANSACTION`. Note: This field should not be added to client
885
+ # libraries if not present already.
881
886
  # Corresponds to the JSON property `poolMode`
882
887
  # @return [String]
883
888
  attr_accessor :pool_mode
@@ -890,18 +895,23 @@ module Google
890
895
  # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
891
896
  # queries are allowed to spend waiting for execution. If the query is not
892
897
  # assigned to a server during that time, the client is disconnected. 0 disables.
898
+ # Note: This field should not be added to client libraries if not present
899
+ # already.
893
900
  # Corresponds to the JSON property `queryWaitTimeout`
894
901
  # @return [String]
895
902
  attr_accessor :query_wait_timeout
896
903
 
897
904
  # Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
898
- # server is allowed to be idle before it is disconnected. 0 disables.
905
+ # server is allowed to be idle before it is disconnected. 0 disables. Note: This
906
+ # field should not be added to client libraries if not present already.
899
907
  # Corresponds to the JSON property `serverIdleTimeout`
900
908
  # @return [String]
901
909
  attr_accessor :server_idle_timeout
902
910
 
903
911
  # Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
904
912
  # to connect to the MCP stats console. The users must exist in the database.
913
+ # Note: This field should not be added to client libraries if not present
914
+ # already.
905
915
  # Corresponds to the JSON property `statsUsers`
906
916
  # @return [Array<String>]
907
917
  attr_accessor :stats_users
@@ -1360,7 +1370,7 @@ module Google
1360
1370
  end
1361
1371
  end
1362
1372
 
1363
- # Deprecated and unused. This field will be removed in the near future.
1373
+ # Deprecated and unused. This message will be removed in the near future.
1364
1374
  class GeminiClusterConfig
1365
1375
  include Google::Apis::Core::Hashable
1366
1376
 
@@ -1381,7 +1391,7 @@ module Google
1381
1391
  end
1382
1392
  end
1383
1393
 
1384
- # Deprecated and unused. This field will be removed in the near future.
1394
+ # Deprecated and unused. This message will be removed in the near future.
1385
1395
  class GeminiInstanceConfig
1386
1396
  include Google::Apis::Core::Hashable
1387
1397
 
@@ -1742,7 +1752,7 @@ module Google
1742
1752
  # @return [String]
1743
1753
  attr_accessor :gce_zone
1744
1754
 
1745
- # Deprecated and unused. This field will be removed in the near future.
1755
+ # Deprecated and unused. This message will be removed in the near future.
1746
1756
  # Corresponds to the JSON property `geminiConfig`
1747
1757
  # @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
1748
1758
  attr_accessor :gemini_config
@@ -1923,9 +1933,9 @@ module Google
1923
1933
  # Optional. Name of the allocated IP range for the private IP AlloyDB instance,
1924
1934
  # for example: "google-managed-services-default". If set, the instance IPs will
1925
1935
  # be created from this allocated range and will override the IP range used by
1926
- # the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1927
- # 1035). Specifically, the name must be 1-63 characters long and match the
1928
- # regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1936
+ # the parent cluster. The range name must comply with [RFC 1035](http://
1937
+ # datatracker.ietf.org/doc/html/rfc1035). Specifically, the name must be 1-63
1938
+ # characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1929
1939
  # Corresponds to the JSON property `allocatedIpRangeOverride`
1930
1940
  # @return [String]
1931
1941
  attr_accessor :allocated_ip_range_override
@@ -3549,7 +3559,7 @@ module Google
3549
3559
  end
3550
3560
 
3551
3561
  # DatabaseResourceFeed is the top level proto to be used to ingest different
3552
- # database resource level events into Condor platform.
3562
+ # database resource level events into Condor platform. Next ID: 8
3553
3563
  class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3554
3564
  include Google::Apis::Core::Hashable
3555
3565
 
@@ -3640,6 +3650,11 @@ module Google
3640
3650
  # @return [String]
3641
3651
  attr_accessor :external_uri
3642
3652
 
3653
+ # This is used to identify the location of the resource. Example: "us-central1"
3654
+ # Corresponds to the JSON property `location`
3655
+ # @return [String]
3656
+ attr_accessor :location
3657
+
3643
3658
  # Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
3644
3659
  # SQL_LOG_ERROR_VERBOSITY etc.
3645
3660
  # Corresponds to the JSON property `name`
@@ -3703,6 +3718,7 @@ module Google
3703
3718
  @description = args[:description] if args.key?(:description)
3704
3719
  @event_time = args[:event_time] if args.key?(:event_time)
3705
3720
  @external_uri = args[:external_uri] if args.key?(:external_uri)
3721
+ @location = args[:location] if args.key?(:location)
3706
3722
  @name = args[:name] if args.key?(:name)
3707
3723
  @provider = args[:provider] if args.key?(:provider)
3708
3724
  @resource_container = args[:resource_container] if args.key?(:resource_container)
@@ -3729,15 +3745,15 @@ module Google
3729
3745
  # @return [String]
3730
3746
  attr_accessor :provider_description
3731
3747
 
3732
- # Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
3733
- # Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
3734
- # alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
3735
- # googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
3736
- # googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3737
- # googleapis.com/Instance oracledatabase.googleapis.com/
3738
- # cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3739
- # oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
3740
- # condor-common-datamodel
3748
+ # Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3749
+ # alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3750
+ # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3751
+ # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3752
+ # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3753
+ # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
3754
+ # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
3755
+ # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3756
+ # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
3741
3757
  # Corresponds to the JSON property `resourceType`
3742
3758
  # @return [String]
3743
3759
  attr_accessor :resource_type
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250529"
25
+ REVISION = "20250612"
26
26
  end
27
27
  end
28
28
  end
@@ -1586,6 +1586,7 @@ module Google
1586
1586
  property :description, as: 'description'
1587
1587
  property :event_time, as: 'eventTime'
1588
1588
  property :external_uri, as: 'externalUri'
1589
+ property :location, as: 'location'
1589
1590
  property :name, as: 'name'
1590
1591
  property :provider, as: 'provider'
1591
1592
  property :resource_container, as: 'resourceContainer'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alloydb_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.30.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alloydb_v1alpha/v0.32.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: