public final class AcquireSsrsLeaseContext
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud SQL Admin API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AcquireSsrsLeaseContext() |
| Modifier and Type | Method and Description |
|---|---|
AcquireSsrsLeaseContext |
clone() |
String |
getDuration()
Lease duration needed for the SSRS setup.
|
String |
getReportDatabase()
The report database to be used for the SSRS setup.
|
String |
getServiceLogin()
The username to be used as the service login to connect to the report database for SSRS setup.
|
String |
getSetupLogin()
The username to be used as the setup login to connect to the database server for SSRS setup.
|
AcquireSsrsLeaseContext |
set(String fieldName,
Object value) |
AcquireSsrsLeaseContext |
setDuration(String duration)
Lease duration needed for the SSRS setup.
|
AcquireSsrsLeaseContext |
setReportDatabase(String reportDatabase)
The report database to be used for the SSRS setup.
|
AcquireSsrsLeaseContext |
setServiceLogin(String serviceLogin)
The username to be used as the service login to connect to the report database for SSRS setup.
|
AcquireSsrsLeaseContext |
setSetupLogin(String setupLogin)
The username to be used as the setup login to connect to the database server for SSRS setup.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getDuration()
null for nonepublic AcquireSsrsLeaseContext setDuration(String duration)
duration - duration or null for nonepublic String getReportDatabase()
null for nonepublic AcquireSsrsLeaseContext setReportDatabase(String reportDatabase)
reportDatabase - reportDatabase or null for nonepublic String getServiceLogin()
null for nonepublic AcquireSsrsLeaseContext setServiceLogin(String serviceLogin)
serviceLogin - serviceLogin or null for nonepublic String getSetupLogin()
null for nonepublic AcquireSsrsLeaseContext setSetupLogin(String setupLogin)
setupLogin - setupLogin or null for nonepublic AcquireSsrsLeaseContext set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic AcquireSsrsLeaseContext clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.