Commit graph

28 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
35365cb312 docs: Clarify that [initial_user](http://_vscodecontentref_/3) is not required in Cluster
The comment for the [initial_user](http://_vscodecontentref_/4) field in the [Cluster](http://_vscodecontentref_/5) message has been updated to remove the "Required." annotation, better reflecting its optional nature.

PiperOrigin-RevId: 841859434
2025-12-08 11:58:06 -08:00
Google APIs
fc225fe488 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

PiperOrigin-RevId: 811874303
2025-09-26 10:41:27 -07:00
Google APIs
1a096dccca 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: 772688974
2025-06-17 17:36:48 -07:00
Google APIs
d03cc13314 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: 765227853
2025-05-30 09:45:36 -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
9415ba048a chore: update copyright year for auto-generated protos
PiperOrigin-RevId: 732130682
2025-02-28 07:26:00 -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
113ddfebbe feat: add new PSC instance configuration setting and output the PSC DNS name
feat: add new API to execute SQL statements
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: support for obtaining the public ip addresses of an instance and enabling either inbound or outbound public ip
feat: add new API to list the databases in a project and location
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: 688544999
2024-10-22 07:42:30 -07:00
Google APIs
668cf05677 chore(php): promote AlloyDb as stable
chore(php): promote BigQueryDataPolicies as stable

PiperOrigin-RevId: 647335238
2024-06-27 08:59:45 -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
c0a2b5427f feat: Add new field in GenerateClientCertificate v1 API to allow AlloyDB connectors request client certs with metadata exchange support
docs: Clarify that `readPoolConfig` is required under certain circumstances, and fix doc formatting on `allocatedIpRange`.

PiperOrigin-RevId: 578577028
2023-11-01 11:13:15 -07:00
Google APIs
5601ad3a99 feat: Add support to generate client certificate and get connection info for auth proxy in AlloyDB v1
PiperOrigin-RevId: 568860878
2023-09-27 08:39:57 -07:00
Google APIs
1b6be64d6f feat: Changed description for recovery_window_days in ContinuousBackupConfig
feat: Added NetworkConfig, deprecated network
feat: Added ClientConnectionConfig
Feat: Added QuantityBasedExpiry
feat: Added DatabaseVersion

PiperOrigin-RevId: 566374690
2023-09-18 12:07:24 -07:00
Google APIs
cd89742933 feat: Added new SSL modes ALLOW_UNENCRYPTED_AND_ENCRYPTED, ENCRYPTED_ONLY
feat: Added support for continuous backups
feat: Added support for cross-region replication (secondary clusters/instances and promotion)
feat: Added users API
feat: Added fault injection API
fix: Deprecated SSL modes SSL_MODE_ALLOW, SSL_MODE_REQUIRE, SSL_MODE_VERIFY_CA

PiperOrigin-RevId: 539728978
2023-06-12 12:27:36 -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
0037ff6a58 feat: configure 6 preview clients and 1 GA client for new PHP surface
chore: update php gapic generator 1.7.3

PiperOrigin-RevId: 529499625
2023-05-04 13:31:45 -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
573150cc57 feat: promote to GA
PiperOrigin-RevId: 521847530
2023-04-04 13:19:07 -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
f978bc0522 feat: Enable REST transport
PiperOrigin-RevId: 518116939
2023-03-20 17:05:10 -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
acb18ffc55 feat: Add v1 client libraries
PiperOrigin-RevId: 512721502
2023-02-27 13:51:12 -08:00