Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class AcquireSsrsLeaseContext.
Acquire SSRS lease context.
Generated from protobuf message google.cloud.sql.v1beta4.AcquireSsrsLeaseContext
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__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 the SSRS setup. |
↳ duration |
Google\Protobuf\Duration
Lease duration needed for the 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 the SSRS setup.
Returns | |
---|---|
Type | Description |
string |
hasReportDatabase
clearReportDatabase
setReportDatabase
The report database to be used for the SSRS setup.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDuration
Lease duration needed for the SSRS setup.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Duration|null |
hasDuration
clearDuration
setDuration
Lease duration needed for the SSRS setup.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Duration
|
Returns | |
---|---|
Type | Description |
$this |