Commit graph

25 commits

Author SHA1 Message Date
Google APIs
d90d23fa13 feat: upgrade protobuf from v25.7 to v31.0
PiperOrigin-RevId: 881595129
2026-03-10 13:26:56 -07:00
Google APIs
938377b80d feat: Add a new field to support Dataplex integration configuration
PiperOrigin-RevId: 878006289
2026-03-03 10:11:45 -08:00
Google APIs
59fdfa7ada feat: add POSTGRES_18 to DatabaseVersion
PiperOrigin-RevId: 845801340
2025-12-17 09:30:19 -08:00
Google APIs
48c3f2f163 feat: add CRUD APIs on Databases
feat: add PG 17 as a Database version
chore: annotate `EncryptionConfig.kms_key_name`, `SecondaryConfig.primary_cluster_name`, `PrimaryConfig.secondary_cluster_names`, and `PscInstanceConfig.service_attachment_link` with what resource they're referencing
feat: add configuration for Managed Connection Pool
feat: update `Database.charset` to be immutable
feat: add additional fields to Database object to specify the collation type, character type, if it is a template database, and the template to use for the database
feat: add field to ExecuteSQL request to just validate the sql statement
feat: add fields on the estimated/actual start/end times for an Upgrade Cluster operation
docs: specify that the STOPPED state is not used for clusters anymore
fix!: An existing enum `PoolMode` is removed from the `ConnectionPoolConfig`

PiperOrigin-RevId: 811874403
2025-09-26 10:42:20 -07:00
Google APIs
530bb6229a feat: Instance.ActivationPolicy field
feat: Cluster.DenyMaintenancePeriod field
feat: InstanceNetworkConfig.network output field
feat: InstanceNetworkConfig.allocated_ip_range_override field
feat: Backup.create_completion_time output field
docs: A comment for field `earliest_restorable_time`
docs: A comment for field `status` in message `PscAutoConnectionConfig`

PiperOrigin-RevId: 772665820
2025-06-17 16:22:18 -07:00
Google APIs
bab01b38ef fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025.

PiperOrigin-RevId: 759724486
2025-05-16 13:00:01 -07:00
Google APIs
28f762a670 chore: rename AlloyDBCSQLAdmin service to AlloyDBCloudSQLAdmin in the Ruby client
PiperOrigin-RevId: 758779525
2025-05-14 12:06:34 -07:00
Google APIs
65b4634503 feat: Add CloudSQL support for RestoreCluster operation
feat: Add new fields and methods to the AlloyDB API
feat: Improve documentation of existing API fields
feat: Add GCA Entitlement type
feat: Add fields to PscInstanceConfig
feat: Add recommended_value and scope field to SupportedDatabaseFlags
feat: make user optional in ExecuteSql API
feat: Add Import and Export functionalities
feat: Add machine_type field to instance config
feat: Add a new GCAEntitlement field in Gemini config
feat: Add the GCAInstanceConfig field in instance
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1beta.AutomatedBackupPolicy` is changed
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1beta.ContinuousBackupConfig` is changed
docs: A comment for message `Instance` is changed
docs: A comment for field `track_wait_event_types` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `user` in message `.google.cloud.alloydb.v1beta.ExecuteSqlRequest` is changed
docs: A comment for field `use_metadata_exchange` in message `.google.cloud.alloydb.v1beta.GenerateClientCertificateRequest` is changed

PiperOrigin-RevId: 757969486
2025-05-12 17:04:16 -07:00
Google APIs
809eb53ce2 feat: Sync AlloyDB API changes from HEAD to stable
feat: Add new CSQL API for supporting Cluster creation from Cloud SQL
feat: Add new methods for exporting, importing and upgrade Cluster operations
feat: Add new fields to support observability configurations, machine types and PSC related configs
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.AutomatedBackupPolicy` is changed
docs: A comment for field `encryption_config` in message `.google.cloud.alloydb.v1.ContinuousBackupConfig` is changed
docs: A comment for message `Instance` is changed
docs: A comment for field `zone_id` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `id` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `ip` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `state` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `database_flags` in message `.google.cloud.alloydb.v1.Instance` is changed
docs: A comment for field `user` in message `.google.cloud.alloydb.v1.ExecuteSqlRequest` is changed
docs: A comment for field `use_metadata_exchange` in message `.google.cloud.alloydb.v1.GenerateClientCertificateRequest` is changed
docs: A comment for field `requested_cancellation` in message `.google.cloud.alloydb.v1.OperationMetadata` is changed

PiperOrigin-RevId: 757903570
2025-05-12 14:04:44 -07:00
Google APIs
6155d42e99 feat: A new method ExportCluster is added to service AlloyDBAdmin
feat: A new message `GcsDestination` is added
feat: A new message `ExportClusterRequest` is added
feat: A new message `ExportClusterResponse` is added
docs: A comment for field `zone_id` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `id` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `ip` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `state` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `database_flags` in message `.google.cloud.alloydb.v1beta.Instance` is changed
docs: A comment for field `requested_cancellation` in message `.google.cloud.alloydb.v1beta.OperationMetadata` is changed

PiperOrigin-RevId: 737752125
2025-03-17 14:27:59 -07:00
Google APIs
a2dbd2daf6 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 731731294
2025-02-27 08:13:01 -08:00
Google APIs
1f3eb168e3 docs: Remove unsupported HTML from Documentation summary
PiperOrigin-RevId: 697692600
2024-11-18 11:10:33 -08:00
Google APIs
c72f219fed fix!: deprecated various PSC instance configuration fields
feat: add new PSC instance configuration setting and output the PSC DNS name
feat: add new API to upgrade a cluster
feat: add new API to execute SQL statements
feat: add new cluster and instance level configurations to interact with Gemini
feat: add support for Free Trials
feat: add support to schedule maintenance
feat: additional field to set tags on a backup or cluster
feat: add more observability options on the Instance level
feat: add new API to perform a promotion or switchover on secondary instances
feat: add new CloudSQL backup resource
feat: support for obtaining the public ip addresses of an instance and enabling outbound public ip
feat: add optional field to keep extra roles on a user if it already exists
docs: various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database

PiperOrigin-RevId: 694626053
2024-11-08 13:46:12 -08:00
Google APIs
a1185ce214 feat: support for enabling outbound public IP on an instance
feat: support for getting outbound public IP addresses of an instance
feat: support for setting maintenance update policy on a cluster
feat: support for getting maintenance schedule of a cluster

PiperOrigin-RevId: 667707701
2024-08-26 14:03:52 -07:00
Google APIs
3597f7db21 chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 631538781
2024-05-07 13:56:05 -07:00
Google APIs
aa16fdad90 feat: support for obtaining the public IP address of an Instance
feat: support for getting PSC DNS name from the GetConnectionInfo API
feat: add PSC cluster and instance configuration settings to enable/disable PSC and obtain the PSC endpoint name
feat: add new API to list the databases in a project and location
docs: clarified read pool config is for read pool type instances

PiperOrigin-RevId: 610475013
2024-02-26 11:38:19 -08:00
Google APIs
1a3b6ed48b feat: Added enum value for PG15
feat: Changed description for recovery_window_days in ContinuousBackupConfig
feat: Deprecate network field in favor of network_config.network
feat: Added ClientConnectionConfig
feat: Added QuantityBasedExpiry
feat: Added DatabaseVersion

PiperOrigin-RevId: 566443015
2023-09-18 16:18:49 -07:00
Google APIs
3fcf0b3edb feat: Added ClusterView supporting more granular view of continuous backups
feat: Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY
feat: Added users API
feat: Added fault injection API
feat: Added instance update policy
feat: Added cluster network config
fix: Deprecated SSL modes SSL_MODE_ALLOW, SSL_MODE_REQUIRE, SSL_MODE_VERIFY_CA

PiperOrigin-RevId: 539728897
2023-06-12 12:25:51 -07:00
Google APIs
4221b78ecd chore(php): remove non-ads php_grpc_library targets
PiperOrigin-RevId: 536549230
2023-05-30 17:06:44 -07:00
Google APIs
d0da39a25e chore(bazel): remove all no-op go_test targets
PiperOrigin-RevId: 535010591
2023-05-24 15:55:02 -07:00
Google APIs
57b675c153 chore: update go_gapic_assembly_pkg with snippets archive
PiperOrigin-RevId: 524917171
2023-04-17 12:24:09 -07:00
Google APIs
3562b6cb37 docs: Minor formatting in description of AvailabilityType
PiperOrigin-RevId: 519368207
2023-03-25 05:36:58 -07:00
Google APIs
39b7efe089 chore: Configure Ruby client library builds for AlloyDB
PiperOrigin-RevId: 517993049
2023-03-20 09:38:58 -07:00
Google APIs
b0f2af1e9b feat(typescript): enable REST transport
To use REST transport, pass {fallback: "rest"} to the client constructor.

PiperOrigin-RevId: 512747300
2023-02-27 15:25:03 -08:00
Google APIs
dfbf31f0c3 feat: Added v1beta client libraries
PiperOrigin-RevId: 512721029
2023-02-27 13:49:41 -08:00