Interface SqlServerUserDetailsOrBuilder (0.1.0)

public interface SqlServerUserDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisabled()

public abstract boolean getDisabled()

If the user has been disabled

bool disabled = 1;

Returns
Type Description
boolean

The disabled.

getServerRoles(int index)

public abstract String getServerRoles(int index)

The server roles for this user

repeated string server_roles = 2;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The serverRoles at the given index.

getServerRolesBytes(int index)

public abstract ByteString getServerRolesBytes(int index)

The server roles for this user

repeated string server_roles = 2;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the serverRoles at the given index.

getServerRolesCount()

public abstract int getServerRolesCount()

The server roles for this user

repeated string server_roles = 2;

Returns
Type Description
int

The count of serverRoles.

getServerRolesList()

public abstract List<String> getServerRolesList()

The server roles for this user

repeated string server_roles = 2;

Returns
Type Description
List<String>

A list containing the serverRoles.