Google Cloud Sql Admin V1beta4 Client - Class SqlInstancesInsertRequest (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlInstancesInsertRequest.

Generated from protobuf message google.cloud.sql.v1beta4.SqlInstancesInsertRequest

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ project string

Project ID of the project to which the newly created Cloud SQL instances should belong.

↳ body Google\Cloud\Sql\V1beta4\DatabaseInstance

getProject

Project ID of the project to which the newly created Cloud SQL instances should belong.

Returns
TypeDescription
string

setProject

Project ID of the project to which the newly created Cloud SQL instances should belong.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getBody

Generated from protobuf field .google.cloud.sql.v1beta4.DatabaseInstance body = 100;

Returns
TypeDescription
Google\Cloud\Sql\V1beta4\DatabaseInstance|null

hasBody

clearBody

setBody

Generated from protobuf field .google.cloud.sql.v1beta4.DatabaseInstance body = 100;

Parameter
NameDescription
var Google\Cloud\Sql\V1beta4\DatabaseInstance
Returns
TypeDescription
$this