Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesExecuteSqlRequest.
Execute SQL statements request.
Generated from protobuf message google.cloud.sql.v1.SqlInstancesExecuteSqlRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instance
string
Required. Database instance ID. This does not include the project ID.
↳ project
string
Required. Project ID of the project that contains the instance.
↳ body
getInstance
Required. Database instance ID. This does not include the project ID.
string
setInstance
Required. Database instance ID. This does not include the project ID.
var
string
$this
getProject
Required. Project ID of the project that contains the instance.
string
setProject
Required. Project ID of the project that contains the instance.
var
string
$this
getBody
The request body.
hasBody
clearBody
setBody
The request body.
$this

