Google Cloud Sql Admin V1 Client - Class SqlInstancesReleaseSsrsLeaseRequest (1.2.6)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesReleaseSsrsLeaseRequest.
Request to release a lease for SSRS.
Generated from protobuf message google.cloud.sql.v1.SqlInstancesReleaseSsrsLeaseRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance |
string
Required. The Cloud SQL instance ID. This doesn't include the project ID. The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters. |
↳ project |
string
Required. The project ID that contains the instance. |
getInstance
Required. The Cloud SQL instance ID. This doesn't include the project ID.
The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters.
| Returns | |
|---|---|
| Type | Description |
string |
|
setInstance
Required. The Cloud SQL instance ID. This doesn't include the project ID.
The instance ID contains lowercase letters, numbers, and hyphens, and it must start with a letter. This ID can have a maximum length of 98 characters.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProject
Required. The project ID that contains the instance.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
Required. The project ID that contains the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|