Interface FutureResourcesSpecLocationPolicyLocationOrBuilder (1.92.0)

public interface FutureResourcesSpecLocationPolicyLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPreference()

public abstract String getPreference()

Preference for this location. Check the Preference enum for the list of possible values.

optional string preference = 150781147;

Returns
Type Description
String

The preference.

getPreferenceBytes()

public abstract ByteString getPreferenceBytes()

Preference for this location. Check the Preference enum for the list of possible values.

optional string preference = 150781147;

Returns
Type Description
ByteString

The bytes for preference.

hasPreference()

public abstract boolean hasPreference()

Preference for this location. Check the Preference enum for the list of possible values.

optional string preference = 150781147;

Returns
Type Description
boolean

Whether the preference field is set.