public final enum
VpsAvailability
Asynchronous result of calling Session.checkVpsAvailabilityAsync(double, double, Consumer)
. Obtained by VpsAvailabilityFuture.getResult()
.
Inherited Methods
From
class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
compareTo(VpsAvailability arg0)
|
int
|
compareTo(Object arg0)
|
final
Optional<EnumDesc<VpsAvailability>>
|
describeConstable()
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<VpsAvailability>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
From
class
java.lang.Object
From
interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
|
describeConstable()
|
From
interface
java.lang.Comparable
abstract
int
|
compareTo(VpsAvailability arg0)
|
Enum Values
AVAILABLE
public static final VpsAvailability AVAILABLE
VPS is available at the requested location.
ERROR_INTERNAL
public static final VpsAvailability ERROR_INTERNAL
An internal error occurred while determining availability.
ERROR_NETWORK_CONNECTION
public static final VpsAvailability ERROR_NETWORK_CONNECTION
The external service could not be reached due to a network connection error.
ERROR_NOT_AUTHORIZED
public static final VpsAvailability ERROR_NOT_AUTHORIZED
An authorization error occurred when communicating with the Google Cloud ARCore API. See Enable the Geospatial API for troubleshooting steps.
ERROR_RESOURCE_EXHAUSTED
public static final VpsAvailability ERROR_RESOURCE_EXHAUSTED
Too many requests were sent.
UNAVAILABLE
public static final VpsAvailability UNAVAILABLE
VPS is not available at the requested location.
UNKNOWN
public static final VpsAvailability UNKNOWN
The request to the remote service is not yet completed, so the availability is not yet known.