class Google::Apis::RunV2::GoogleCloudRunV2CloudSqlInstance

Represents a specific Cloud SQL instance.

Attributes

instances[RW]

The Cloud SQL instance connection names, as can be found in console. cloud.google.com/sql/instances. Visit cloud.google.com/sql/docs/mysql/ connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: ‘project`:`location`:`instance` Corresponds to the JSON property `instances` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/run_v2/classes.rb, line 74
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/run_v2/classes.rb, line 79
def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end