Commit graph

63 commits

Author SHA1 Message Date
Google APIs
1a080dbd07 feat: add client library publishing configuration for SQL Admin
PiperOrigin-RevId: 952134922
2026-07-22 08:26:46 -07:00
Google APIs
82363dc40e feat: add GAPIC libraries for Cloud SQL in Go and Java
PiperOrigin-RevId: 947781133
2026-07-14 10:50:45 -07:00
Google APIs
3dd1b3bd1b feat: add GREEN_INSTANCE to SqlInstanceType enums
docs: deprecate replication_log_archiving_enabled in Cloud SQL Admin API
feat: Exposing API proto for Performance Capture GA release
feat: add 2 new output only API flags to show PSC auto DNS status
feat: add connection_name to ConnectSettings

PiperOrigin-RevId: 938644362
2026-06-26 09:59:47 -07:00
Google APIs
06fde4541d feat: A new field target_instance_settings is added to message .google.cloud.sql.v1.PointInTimeRestoreContext
feat: A new field `target_instance_clear_settings_field_names` is added to message `.google.cloud.sql.v1.PointInTimeRestoreContext`
feat: A new field `region` is added to message `.google.cloud.sql.v1.PointInTimeRestoreContext`
feat: A new value `PROJECT_ABUSE` is added to enum `SqlSuspensionReason`
feat: A new field `psc_auto_dns_enabled` is added to message `.google.cloud.sql.v1.PscConfig`
feat: A new field `psc_write_endpoint_dns_enabled` is added to message `.google.cloud.sql.v1.PscConfig`
feat: A new value `PRE_CHECK_MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType`
feat: A new field `accelerated_replica_mode` is added to message `.google.cloud.sql.v1.Settings`
feat: A new value `POSTGRES_19` is added to enum `SqlDatabaseVersion`
feat: A new value `SQLSERVER_2025_STANDARD` is added to enum `SqlDatabaseVersion`
feat: A new value `SQLSERVER_2025_ENTERPRISE` is added to enum `SqlDatabaseVersion`
feat: A new value `SQLSERVER_2025_EXPRESS` is added to enum `SqlDatabaseVersion`
docs: A comment for field `project` in message `.google.cloud.sql.v1.SqlInstancesCloneRequest` is changed
docs: A comment for field `auto_iam_authn` in message `.google.cloud.sql.v1.ExecuteSqlPayload` is changed
docs: A comment for field `consumer_project` in message `.google.cloud.sql.v1.PscAutoConnectionConfig` is changed
docs: A comment for message `PerformanceCaptureConfig` is changed
docs: A comment for field `enabled` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed
docs: A comment for field `probing_interval_seconds` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed
docs: A comment for field `probe_threshold` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed
docs: A comment for field `running_threads_threshold` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed
docs: A comment for field `seconds_behind_source_threshold` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed
docs: A comment for field `transaction_duration_threshold` in message `.google.cloud.sql.v1.PerformanceCaptureConfig` is changed

PiperOrigin-RevId: 921857990
2026-05-26 21:05:22 -07:00
Google APIs
6470fae8e9 chore: Update gapic-generator-python to 1.32.0
PiperOrigin-RevId: 915473784
2026-05-14 09:39:49 -07:00
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
7ef9d7a8be feat: Added cross-project cloning support and enhanced database user role management to the v1 API
docs: A comment for enum `Edition` is changed

PiperOrigin-RevId: 864786941
2026-02-03 03:08:49 -08:00
Google APIs
a3647b4866 feat: added an optional application field to ExecuteSqlRequest to support application-level telemetry and audit logging
feat: added support for `CLUSTER` DNS scope and `RecordManager` to the `DnsNameMapping` API to support automated Private Service Connect (PSC) DNS management
feat: added support for MySQL 9.7 database version
docs: improved documentation and field behaviors for DNS mapping and connection types.

PiperOrigin-RevId: 861610287
2026-01-27 02:34:19 -08:00
Google APIs
110554fa59 feat: introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings
feat: Exposing API proto for Performance Capture
feat: Making new API fields to support creating/updating users with database roles
feat: add an instance setting data_api_access
feat: add a mode option for reset SSL config requests
feat: Add `iamStatus` field to show if IAM Group is active or inactive
feat: Added fields to User message in the API definition for supporting database roles
feat: add ConnectSettings.support_metadata_exchange field
feat: Introduce minimum and maximum TLS versions on the instance
feat: adding "TEST" & "GCLOUD_TESTER" visibility labels for the newly added management config in Instance proto. This helps in internal testing purposes
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
feat: added protos for backupdr_transaction_log_retention_days
fix!: Enums `IamStatus` temporarily removed
feat: add network_attachment_uri field in Cloud SQL instance proto
fix!: An existing enum `iam_status` temporarily removed
feat: adding iam_status field for Cloud SQL users
feat: allow gcloud to access the networkAttachmentUri field
feat: remove visibility restrictions for `data_disk_provisioned_iops` and `data_disk_provisioned_throughput`
feat: Proto changes to update operation type from  Advanced to Enhanced backup
feat: Changed backup tier from Advanced to Enhanced
docs: fix typos in protobuf comments
feat: remove visibility restrictions from HYPERDISK_BALANCED
feat: add replication_lag_max_seconds field in Cloud SQL instance proto
feat: Expose subOperationType in ListOperation API
feat: add custom_subject_alternative_names field in Cloud SQL instance proto
feat: GOOGLE_INTERNAL field is used by BackupDR to fetch the instance uid
feat: Add support for MySQL 8.0.41/42
feat: added protos to indicate GCBDR management of the instance
feat: add psc_auto_connections field in Cloud SQL instance proto

PiperOrigin-RevId: 853222543
2026-01-07 05:49:41 -08:00
Google APIs
7037104417 feat: introduces auto_upgrade_enabled option for MySQL in DatabaseInstance.Settings
PiperOrigin-RevId: 834594589
2025-11-19 22:19:56 -08:00
Google APIs
fffe0a3627 feat: introduces POSTGRES_17 and POSTGRES_18 database versions in the SqlDatabaseVersion enum type
PiperOrigin-RevId: 825600563
2025-10-29 10:13:16 -07:00
Google APIs
9070e63a1f 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: 814259961
2025-10-02 09:12:03 -07:00
Google APIs
d4a9eb5869 docs: remove legacy internal lint directives
PiperOrigin-RevId: 810503708
2025-09-23 11:01:24 -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
dd72db97d8 fix: use json_name annotations where needed
PiperOrigin-RevId: 730847553
2025-02-25 05:43:59 -08:00
Google APIs
970e691c23 chore: Configure Ruby clients for SQL Admin
PiperOrigin-RevId: 676929108
2024-09-20 12:17:57 -07:00
Google APIs
9f3335a0e8 feat: A new field max_chargeable_bytes is added to message .google.cloud.sql.v1.BackupRun
feat: A new enum `CaMode` is added
feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings`
feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance`
feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance`
feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType`
feat: A new enum `CaMode` is added
feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration`
feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType`
docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed
docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed

PiperOrigin-RevId: 665459194
2024-08-20 11:45:14 -07:00
Google APIs
51d7fa890f feat: add Postgres Import/Export config messages
PiperOrigin-RevId: 655231833
2024-07-23 11:10:57 -07:00
Google APIs
7613f7dbea docs: formatting, grammar, better comments for MaintenanceWindow and SqlUpdateTrack
PiperOrigin-RevId: 653721475
2024-07-18 12:46:29 -07:00
Google APIs
46d63dc11e feat: add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type
PiperOrigin-RevId: 650720557
2024-07-09 12:30:01 -07:00
Google APIs
62b41960a7 feat: add Dataplex integration opt-in field
PiperOrigin-RevId: 648786150
2024-07-02 11:28:47 -07:00
Google APIs
2bbcfb5d08 feat: A new field upgradable_database_versions is added to message .google.cloud.sql.v1.DatabaseInstance
feat: A new message `AvailableDatabaseVersion` is added
feat: A new value `UNSUPPORTED_EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType`
feat: A new value `EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType`
feat: A new value `PG_CRON_FLAG_ENABLED_IN_REPLICA` is added to enum `SqlExternalSyncSettingErrorType`
feat: A new value `POSTGRES_16` is added to enum `SqlDatabaseVersion`
feat: A new value `MYSQL_8_4_0` is added to enum `SqlDatabaseVersion`
docs: A comment for field `preferred_zone` in message `.google.cloud.sql.v1.CloneContext` is changed
docs: A comment for field `advanced_machine_features` in message `.google.cloud.sql.v1.Settings` is changed

PiperOrigin-RevId: 646631009
2024-06-25 15:39:37 -07:00
Google APIs
63f1b7ba6d feat: A new field psa_write_endpoint is added to message .google.cloud.sql.v1.ReplicationCluster
feat: A new value `SWITCHOVER_TO_REPLICA` is added to enum `SqlOperationType`
docs: A comment for field `satisfies_pzs` in message `.google.cloud.sql.v1.DatabaseInstance` is changed
docs: A comment for enum value `SWITCHOVER` in enum `SqlOperationType` is changed

PiperOrigin-RevId: 643109418
2024-06-13 13:47:03 -07:00
Google APIs
b7bcc9b8b3 feat: Support for CLUSTER_MAINTENANCE and SELF_SERVICE_MAINTENANCE operation types
feat: Support for MySQL 8.4
docs: Various updates and clarifications to the documentation

PiperOrigin-RevId: 639967918
2024-06-03 17:44:16 -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
b63fdfa0b1 feat: Support for the AcquireSsrsLease and ReleaseSsrsLease RPCs
feat: Support for migration type and PostgreSQL parallel level in the VerifyExternalSyncSettings call
feat: Support for setting the migration type when starting an external sync
feat: Support for additional error types in external sync settings
feat: DatabaseInstance resource now includes disaster recovery replica information and Gemini configuration
feat: BackupConfiguration resource now includes transactional log storage location
feat: ImportContext now includes options for importing data from SQL statements
feat: Operation resource now includes context for acquire SSRS lease operations
feat: Support for additional SQL operations related to SSRS leases and old primary reconfiguration
feat: Databsae instance settings now includes a flag to enable Vertex AI integration
feat: Support for several newer releases of MySQL 8.0
docs: Note that `ssl_mode` is now used by all databases including SQL Server

PiperOrigin-RevId: 629471589
2024-04-30 11:15:46 -07:00
Google APIs
5f8a02d6b7 docs: update a few doc comments
PiperOrigin-RevId: 611608182
2024-02-29 15:05:34 -08:00
Google APIs
49cec36c34 docs: Deprecate field disallow_compromised_credentials of PasswordValidationPolicy
PiperOrigin-RevId: 609835592
2024-02-23 14:20:44 -08:00
Google APIs
cfb7db9815 feat: A new value SUBSCRIPTION_CALCULATION_STATUS is added to enum SqlExternalSyncSettingErrorType
feat: A new field `threads` is added to message `.google.cloud.sql.v1.ExportContext`
feat: A new field `parallel` is added to message `.google.cloud.sql.v1.ExportContext`
docs: A comment for enum `SqlNetworkArchitecture` is changed
docs: A comment for enum value `NEW_NETWORK_ARCHITECTURE` in enum `SqlNetworkArchitecture` is changed
docs: A comment for enum value `OLD_NETWORK_ARCHITECTURE` in enum `SqlNetworkArchitecture` is changed

PiperOrigin-RevId: 606684808
2024-02-13 11:11:46 -08:00
Google APIs
00b0ded37f docs: fix formatting in ssl_mode comment
PiperOrigin-RevId: 602782349
2024-01-30 11:06:42 -08:00
Google APIs
c962af56a6 docs: expand comments on IpConfiguration.ssl_mode
docs: fix comment casing for CLOUD_IAM_GROUP, CLOUD_IAM_GROUP_USER, and CLOUD_IAM_GROUP_SERVICE_ACCOUNT
PiperOrigin-RevId: 598901884
2024-01-16 11:27:35 -08:00
Google APIs
d7360b4879 feat: added value UNABLE_TO_VERIFY_DEFINERS to enum SqlExternalSyncSettingErrorType
PiperOrigin-RevId: 597303014
2024-01-10 11:12:37 -08:00
Google APIs
364cba15e2 feat: added values INCOMPATIBLE_DATABASE_MINOR_VERSION and
`SOURCE_MAX_SUBSCRIPTIONS` to enum `SqlExternalSyncSettingErrorType
docs: Update docs for `ssl_mode` since now MySQL also supports it

PiperOrigin-RevId: 596708283
2024-01-08 14:48:58 -08:00
Google APIs
c278ac69f2 feat: Release new database instance field "SqlNetworkArchitecture"
PiperOrigin-RevId: 590477518
2023-12-13 00:10:57 -08:00
Google APIs
6772353286 feat: new SQL API warning code COMPROMISED_CREDENTIALS
feat: new SQL API warning code INTERNAL_STATE_FAILURE
feat: new field SqlOperationStatus.api_warning
feat: new field PasswordValidationPolicy.disallow_compromised_credentials
feat: new SqlUpdateTrack value week5

PiperOrigin-RevId: 588161111
2023-12-05 12:53:01 -08:00
Google APIs
f5d61d7bc1 feat: added Demote RPC
PiperOrigin-RevId: 586089229
2023-11-28 13:38:01 -08:00
Google APIs
c6a428172c feat: add Switchover RPC
feat: add SqlInstancesPromoteReplicaRequest.failover
feat: add DatabaseInstance.write_endpoint
feat: add IpConfiguration.ssl_mode
feat: add ReplicaConfiguration.cascadable_replica
feat: add values CLOUD_IAM_GROUP, CLOUD_IAM_GROUP_USER, CLOUD_IAM_GROUP_SERVICE_ACCOUNT to SqlUserType enum
fix: deprecate DatabaseInstance.primary_dns_name, use write_endpoint instead
docs: minor documentation updates

PiperOrigin-RevId: 584410417
2023-11-21 13:14:50 -08:00
Google APIs
cff8b5e033 feat: a new value LOCAL_INFILE_OFF is added to enum SqlExternalSyncSettingErrorType
feat: a new value `dump_flags` is added to `VerifyExternalSyncSettingsRequest`

PiperOrigin-RevId: 574556352
2023-10-18 12:30:48 -07:00
Google APIs
a9ebb312b1 feat: added DatabaseInstance.primary_dns_name
docs: minor comments update

PiperOrigin-RevId: 573879777
2023-10-16 11:42:59 -07:00
Google APIs
a63a9e4afb fix: enum ExternalSyncParallelLevel moved to the top level
chore: remove backend configuration from the service config

PiperOrigin-RevId: 570211856
2023-10-02 16:23:55 -07:00
Google APIs
0bec7b7e0b feat: added RPC GetLatestRecoveryTime
feat: added Private Service Connect configuration

PiperOrigin-RevId: 559248737
2023-08-22 15:59:21 -07:00
Google APIs
f07ba76919 feat: added SqlAvailableDatabaseVersionsService service
feat: added SqlEventsService
feat: added Reencrypt, PerformDiskShrink, GetDiskShrinkConfig and ResetReplicaSize rpc in SqlInstancesService service
feat: added Cancel rpc in SqlOperationsService service
feat: added SqlIamPoliciesService service
feat: added Get rpc in SqlUsersService service
feat: added SqlRegionsService service

PiperOrigin-RevId: 544126885
2023-06-28 12:20:27 -07:00
Google APIs
4bc947e960 chore: remove linter comment
PiperOrigin-RevId: 539804242
2023-06-12 17:22:06 -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
69bd201dff feat: add new client versions with client surface
PiperOrigin-RevId: 530414173
2023-05-08 14:51:22 -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
33efee7df4 chore: updated comments
PiperOrigin-RevId: 515690397
2023-03-10 11:23:19 -08:00
Google APIs
b1c7b67191 fix: Add service_yaml_parameters to ruby_cloud_gapic_library targets
PiperOrigin-RevId: 513640313
2023-03-02 14:28:11 -08:00
Google APIs
5edc235617 fix: Add service_yaml_parameters to py_gapic_library BUILD.bazel targets
PiperOrigin-RevId: 510187992
2023-02-16 10:51:01 -08:00