Interface InstancesReportHostAsFaultyRequestFaultReasonOrBuilder (1.70.0)

public interface InstancesReportHostAsFaultyRequestFaultReasonOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBehavior()

public abstract String getBehavior()

Check the Behavior enum for the list of possible values.

optional string behavior = 437170770;

Returns
Type Description
String

The behavior.

getBehaviorBytes()

public abstract ByteString getBehaviorBytes()

Check the Behavior enum for the list of possible values.

optional string behavior = 437170770;

Returns
Type Description
ByteString

The bytes for behavior.

getDescription()

public abstract String getDescription()

optional string description = 422937596;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

optional string description = 422937596;

Returns
Type Description
ByteString

The bytes for description.

hasBehavior()

public abstract boolean hasBehavior()

Check the Behavior enum for the list of possible values.

optional string behavior = 437170770;

Returns
Type Description
boolean

Whether the behavior field is set.

hasDescription()

public abstract boolean hasDescription()

optional string description = 422937596;

Returns
Type Description
boolean

Whether the description field is set.