View Source GoogleApi.Run.V2.Model.GoogleCloudRunV2CloudSqlInstance (quiqup_google_api_run v0.28.0)
Represents a specific Cloud SQL instance.
attributes
Attributes
-
instances(type:list(String.t), default:nil) - The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
@type t() :: %GoogleApi.Run.V2.Model.GoogleCloudRunV2CloudSqlInstance{ instances: [String.t()] | nil }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.