Using Console
Using CLI
Using Python
list()
method of the google.cloud.sql_v1beta4.CloudSqlInstancesServiceClient
class.
cross_db_ownership_chaining
flag is set to ON
or OFF
by using the get()
method of the google.cloud.sql_v1beta4.CloudSqlInstancesServiceClient
class.
cross_db_ownership_chaining
flag is set to ON
, update the instance’s configuration by creating an instance update request using the google.cloud.sql_v1beta4.types.SqlInstancesUpdateRequest
class and setting the cross_db_ownership_chaining
flag to OFF
.
patch()
method of the google.cloud.sql_v1beta4.CloudSqlInstancesServiceClient
class.