@@ -524,7 +524,7 @@ class Cluster
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
@@ -826,7 +826,8 @@ class ConnectionPoolConfig
826
826
include Google ::Apis ::Core ::Hashable
827
827
828
828
# Optional. Deprecated. Use 'flags' instead. The default pool size. Defaults to
829
- # 20.
829
+ # 20. Note: This field should not be added to client libraries if not present
830
+ # already.
830
831
# Corresponds to the JSON property `defaultPoolSize`
831
832
# @return [String]
832
833
attr_accessor :default_pool_size
@@ -849,13 +850,15 @@ class ConnectionPoolConfig
849
850
attr_accessor :flags
850
851
851
852
# Optional. Deprecated. Use 'flags' instead. The list of startup parameters to
852
- # 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.
853
855
# Corresponds to the JSON property `ignoreStartupParameters`
854
856
# @return [Array<String>]
855
857
attr_accessor :ignore_startup_parameters
856
858
857
859
# Optional. Deprecated. Use 'flags' instead. The maximum number of client
858
- # connections allowed.
860
+ # connections allowed. Note: This field should not be added to client libraries
861
+ # if not present already.
859
862
# Corresponds to the JSON property `maxClientConn`
860
863
# @return [String]
861
864
attr_accessor :max_client_conn
@@ -864,19 +867,22 @@ class ConnectionPoolConfig
864
867
# statements allowed. MCP makes sure that any statement prepared by a client, up
865
868
# to this limit, is available on the backing server connection in transaction
866
869
# and statement pooling mode. Even if the statement was originally prepared on
867
- # 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.
868
872
# Corresponds to the JSON property `maxPreparedStatements`
869
873
# @return [String]
870
874
attr_accessor :max_prepared_statements
871
875
872
876
# Optional. Deprecated. Use 'flags' instead. The minimum pool size. Defaults to
873
- # 0.
877
+ # 0. Note: This field should not be added to client libraries if not present
878
+ # already.
874
879
# Corresponds to the JSON property `minPoolSize`
875
880
# @return [String]
876
881
attr_accessor :min_pool_size
877
882
878
883
# Optional. Deprecated. Use 'flags' instead. The pool mode. Defaults to `
879
- # POOL_MODE_TRANSACTION`.
884
+ # POOL_MODE_TRANSACTION`. Note: This field should not be added to client
885
+ # libraries if not present already.
880
886
# Corresponds to the JSON property `poolMode`
881
887
# @return [String]
882
888
attr_accessor :pool_mode
@@ -889,18 +895,23 @@ class ConnectionPoolConfig
889
895
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds
890
896
# queries are allowed to spend waiting for execution. If the query is not
891
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.
892
900
# Corresponds to the JSON property `queryWaitTimeout`
893
901
# @return [String]
894
902
attr_accessor :query_wait_timeout
895
903
896
904
# Optional. Deprecated. Use 'flags' instead. The maximum number of seconds a
897
- # 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.
898
907
# Corresponds to the JSON property `serverIdleTimeout`
899
908
# @return [String]
900
909
attr_accessor :server_idle_timeout
901
910
902
911
# Optional. Deprecated. Use 'flags' instead. The list of users that are allowed
903
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.
904
915
# Corresponds to the JSON property `statsUsers`
905
916
# @return [Array<String>]
906
917
attr_accessor :stats_users
@@ -1359,7 +1370,7 @@ def update!(**args)
1359
1370
end
1360
1371
end
1361
1372
1362
- # 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.
1363
1374
class GeminiClusterConfig
1364
1375
include Google ::Apis ::Core ::Hashable
1365
1376
@@ -1380,7 +1391,7 @@ def update!(**args)
1380
1391
end
1381
1392
end
1382
1393
1383
- # 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.
1384
1395
class GeminiInstanceConfig
1385
1396
include Google ::Apis ::Core ::Hashable
1386
1397
@@ -1741,7 +1752,7 @@ class Instance
1741
1752
# @return [String]
1742
1753
attr_accessor :gce_zone
1743
1754
1744
- # 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.
1745
1756
# Corresponds to the JSON property `geminiConfig`
1746
1757
# @return [Google::Apis::AlloydbV1alpha::GeminiInstanceConfig]
1747
1758
attr_accessor :gemini_config
@@ -3639,6 +3650,11 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceHealthSignalData
3639
3650
# @return [String]
3640
3651
attr_accessor :external_uri
3641
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
+
3642
3658
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
3643
3659
# SQL_LOG_ERROR_VERBOSITY etc.
3644
3660
# Corresponds to the JSON property `name`
@@ -3702,6 +3718,7 @@ def update!(**args)
3702
3718
@description = args [ :description ] if args . key? ( :description )
3703
3719
@event_time = args [ :event_time ] if args . key? ( :event_time )
3704
3720
@external_uri = args [ :external_uri ] if args . key? ( :external_uri )
3721
+ @location = args [ :location ] if args . key? ( :location )
3705
3722
@name = args [ :name ] if args . key? ( :name )
3706
3723
@provider = args [ :provider ] if args . key? ( :provider )
3707
3724
@resource_container = args [ :resource_container ] if args . key? ( :resource_container )
@@ -3733,8 +3750,8 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
3733
3750
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3734
3751
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3735
3752
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3736
- # cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3737
- # oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3753
+ # CloudExadataInfrastructure oracledatabase.googleapis.com/CloudVmCluster
3754
+ # oracledatabase.googleapis.com/AutonomousDatabase spanner.googleapis.com/
3738
3755
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3739
3756
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
3740
3757
# Corresponds to the JSON property `resourceType`
0 commit comments