Interface FutureResourcesRecommendationOtherLocationOrBuilder (1.92.0)

public interface FutureResourcesRecommendationOtherLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDetails()

public abstract String getDetails()

Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.

optional string details = 483979842;

Returns
Type Description
String

The details.

getDetailsBytes()

public abstract ByteString getDetailsBytes()

Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.

optional string details = 483979842;

Returns
Type Description
ByteString

The bytes for details.

getStatus()

public abstract String getStatus()

Status of recommendation in this location. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
Type Description
String

The status.

getStatusBytes()

public abstract ByteString getStatusBytes()

Status of recommendation in this location. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
Type Description
ByteString

The bytes for status.

hasDetails()

public abstract boolean hasDetails()

Details (human readable) describing the situation. For example, if status is CONDITION_NOT_MET, then details contain information about the parameters of the time window that did not meet the required conditions.

optional string details = 483979842;

Returns
Type Description
boolean

Whether the details field is set.

hasStatus()

public abstract boolean hasStatus()

Status of recommendation in this location. Check the Status enum for the list of possible values.

optional string status = 181260274;

Returns
Type Description
boolean

Whether the status field is set.