Interface PermissionOrBuilder (0.3.0)

public interface PermissionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Description of the permission (e.g. 'Ability to update detect rules').

string description = 2;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Description of the permission (e.g. 'Ability to update detect rules').

string description = 2;

Returns
Type Description
ByteString

The bytes for description.

getName()

public abstract String getName()

Name of the permission (e.g. chronicle.analyst.updateRule).

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the permission (e.g. chronicle.analyst.updateRule).

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getType()

public abstract Permission.PermissionType getType()

Type of the permission.

.google.backstory.Permission.PermissionType type = 3;

Returns
Type Description
Permission.PermissionType

The type.

getTypeValue()

public abstract int getTypeValue()

Type of the permission.

.google.backstory.Permission.PermissionType type = 3;

Returns
Type Description
int

The enum numeric value on the wire for type.