Google Cloud Sql Admin V1beta4 Client - Class SqlInstancesAcquireSsrsLeaseRequest (0.17.0)

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

Request to acquire a lease for SSRS.

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

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ instance string

Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).

↳ project string

Required. ID of the project that contains the instance (Example: project-id).

↳ body Google\Cloud\Sql\V1beta4\InstancesAcquireSsrsLeaseRequest

The body for request to acquire an SSRS lease.

getInstance

Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).

Returns
Type Description
string

setInstance

Required. Cloud SQL instance ID. This doesn't include the project ID. It's composed of lowercase letters, numbers, and hyphens, and it must start with a letter. The total length must be 98 characters or less (Example: instance-id).

Parameter
Name Description
var string
Returns
Type Description
$this

getProject

Required. ID of the project that contains the instance (Example: project-id).

Returns
Type Description
string

setProject

Required. ID of the project that contains the instance (Example: project-id).

Parameter
Name Description
var string
Returns
Type Description
$this

getBody

The body for request to acquire an SSRS lease.

Returns
Type Description
Google\Cloud\Sql\V1beta4\InstancesAcquireSsrsLeaseRequest|null

hasBody

clearBody

setBody

The body for request to acquire an SSRS lease.

Parameter
Name Description
var Google\Cloud\Sql\V1beta4\InstancesAcquireSsrsLeaseRequest
Returns
Type Description
$this