Interface AgentOrBuilder (2.103.0)

public interface AgentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

The user friendly name of the specific agent instance where the finding was detected, for example, "Banking Agent".

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

The user friendly name of the specific agent instance where the finding was detected, for example, "Banking Agent".

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public abstract String getId()

Identifier of the agent.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public abstract ByteString getIdBytes()

Identifier of the agent.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.