Interface AcquireSsrsLeaseContextOrBuilder (0.1.0)

public interface AcquireSsrsLeaseContextOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract Duration getDuration()

Lease duration needed for SSRS setup.

optional .google.protobuf.Duration duration = 4;

Returns
Type Description
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

Lease duration needed for SSRS setup.

optional .google.protobuf.Duration duration = 4;

Returns
Type Description
DurationOrBuilder

getReportDatabase()

public abstract String getReportDatabase()

The report database to be used for SSRS setup.

optional string report_database = 3;

Returns
Type Description
String

The reportDatabase.

getReportDatabaseBytes()

public abstract ByteString getReportDatabaseBytes()

The report database to be used for SSRS setup.

optional string report_database = 3;

Returns
Type Description
ByteString

The bytes for reportDatabase.

getServiceLogin()

public abstract String getServiceLogin()

The username to be used as the service login to connect to the report database for SSRS setup.

optional string service_login = 2;

Returns
Type Description
String

The serviceLogin.

getServiceLoginBytes()

public abstract ByteString getServiceLoginBytes()

The username to be used as the service login to connect to the report database for SSRS setup.

optional string service_login = 2;

Returns
Type Description
ByteString

The bytes for serviceLogin.

getSetupLogin()

public abstract String getSetupLogin()

The username to be used as the setup login to connect to the database server for SSRS setup.

optional string setup_login = 1;

Returns
Type Description
String

The setupLogin.

getSetupLoginBytes()

public abstract ByteString getSetupLoginBytes()

The username to be used as the setup login to connect to the database server for SSRS setup.

optional string setup_login = 1;

Returns
Type Description
ByteString

The bytes for setupLogin.

hasDuration()

public abstract boolean hasDuration()

Lease duration needed for SSRS setup.

optional .google.protobuf.Duration duration = 4;

Returns
Type Description
boolean

Whether the duration field is set.

hasReportDatabase()

public abstract boolean hasReportDatabase()

The report database to be used for SSRS setup.

optional string report_database = 3;

Returns
Type Description
boolean

Whether the reportDatabase field is set.

hasServiceLogin()

public abstract boolean hasServiceLogin()

The username to be used as the service login to connect to the report database for SSRS setup.

optional string service_login = 2;

Returns
Type Description
boolean

Whether the serviceLogin field is set.

hasSetupLogin()

public abstract boolean hasSetupLogin()

The username to be used as the setup login to connect to the database server for SSRS setup.

optional string setup_login = 1;

Returns
Type Description
boolean

Whether the setupLogin field is set.