in google/cloud/sql/connector/connection_name.py [0:0]
def get_connection_string(self) -> str: """Get the instance connection string for the Cloud SQL instance.""" return f"{self.project}:{self.region}:{self.instance_name}"