Google Cloud Sql Admin V1 Client - Class AcquireSsrsLeaseContext (1.5.0)
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 AcquireSsrsLeaseContext.
Acquire SSRS lease context.
Generated from protobuf message google.cloud.sql.v1.AcquireSsrsLeaseContext
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ setup_login |
string
The username to be used as the setup login to connect to the database server for SSRS setup. |
↳ service_login |
string
The username to be used as the service login to connect to the report database for SSRS setup. |
↳ report_database |
string
The report database to be used for SSRS setup. |
↳ duration |
Google\Protobuf\Duration
Lease duration needed for SSRS setup. |
getSetupLogin
The username to be used as the setup login to connect to the database server for SSRS setup.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasSetupLogin
clearSetupLogin
setSetupLogin
The username to be used as the setup login to connect to the database server for SSRS setup.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceLogin
The username to be used as the service login to connect to the report database for SSRS setup.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasServiceLogin
clearServiceLogin
setServiceLogin
The username to be used as the service login to connect to the report database for SSRS setup.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getReportDatabase
The report database to be used for SSRS setup.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasReportDatabase
clearReportDatabase
setReportDatabase
The report database to be used for SSRS setup.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDuration
Lease duration needed for SSRS setup.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Duration|null |
|
hasDuration
clearDuration
setDuration
Lease duration needed for SSRS setup.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Duration
|
| Returns | |
|---|---|
| Type | Description |
$this |
|