Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class SqlInstancesReleaseSsrsLeaseRequest.
Request to release a lease for SSRS.
Generated from protobuf message google.cloud.sql.v1beta4.SqlInstancesReleaseSsrsLeaseRequest
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__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. 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. The ID of the project that contains the instance (Example: project-id). |
getInstance
Required. The 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. The 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. The ID of the project that contains the instance (Example: project-id).
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
Required. The ID of the project that contains the instance (Example: project-id).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|