Reference documentation and code samples for the Cloud Run Admin v2 API class CloudSqlInstance.
Represents a set of Cloud SQL instances. Each one will be available under
/cloudsql/[instance]. Visit
https://cloud.google.com/sql/docs/mysql/connect-run for more information on
how to connect Cloud SQL and Cloud Run.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `CloudSqlInstance` class in the Google Cloud Run Admin v2 API represents a set of Cloud SQL instances accessible via `/cloudsql/[instance]`."],["Version 2.13.0 is the latest version of the CloudSqlInstance, with many other versions being provided from 2.12.0 all the way down to 1.0.0-beta02."],["The `CloudSqlInstance` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a copy constructor that takes another `CloudSqlInstance` as a parameter."],["The `Instances` property, which is a `RepeatedField\u003cstring\u003e`, holds the connection names for Cloud SQL instances, in the format {project}:{location}:{instance}."]]],[]]