Stay organized with collections Save and categorize content based on your preferences.
Asynchronous result of calling Session.checkVpsAvailabilityAsync(double, double, Consumer)
. Obtained by VpsAvailabilityFuture.getResult()
.
class java.lang.Enum
From class java.lang.Object
Object
clone()
boolean
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
interface java.lang.constant.Constable
abstract Optional<? extends ConstantDesc>
describeConstable()
interface java.lang.Comparable
Enum Values public static final VpsAvailability AVAILABLE AVAILABLE
public static final VpsAvailability AVAILABLE
VPS is available at the requested location.
public static final VpsAvailability ERROR_INTERNAL ERROR_INTERNALpublic static final VpsAvailability ERROR_INTERNAL
An internal error occurred while determining availability.
public static final VpsAvailability ERROR_NETWORK_CONNECTION ERROR_NETWORK_CONNECTIONpublic static final VpsAvailability ERROR_NETWORK_CONNECTION
The external service could not be reached due to a network connection error.
ERROR_NOT_AUTHORIZEDpublic 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.
public static final VpsAvailability ERROR_RESOURCE_EXHAUSTED ERROR_RESOURCE_EXHAUSTEDpublic static final VpsAvailability ERROR_RESOURCE_EXHAUSTED
Too many requests were sent.
public static final VpsAvailability UNAVAILABLE UNAVAILABLEpublic static final VpsAvailability UNAVAILABLE
VPS is not available at the requested location.
public static final VpsAvailability UNKNOWN UNKNOWNpublic static final VpsAvailability UNKNOWN
The request to the remote service is not yet completed, so the availability is not yet known.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`VpsAvailability` is an enum representing the result of a Visual Positioning Service (VPS) availability check."],["It indicates whether VPS can be used at a specific location, providing various status values like `AVAILABLE`, `UNAVAILABLE`, or error types."],["Developers use `VpsAvailability` to determine if VPS features can be utilized and handle potential issues."],["It's obtained asynchronously via `Session.checkVpsAvailabilityAsync` and accessed through `VpsAvailabilityFuture.getResult()`."]]],["`VpsAvailability` is an asynchronous result from `Session.checkVpsAvailabilityAsync`. It indicates the availability status of VPS (Visual Positioning Service) at a location. The result can be accessed via `VpsAvailabilityFuture.getResult()`. Possible statuses include `AVAILABLE`, `UNAVAILABLE`, `UNKNOWN`, and error states like `ERROR_INTERNAL`, `ERROR_NETWORK_CONNECTION`, `ERROR_NOT_AUTHORIZED`, and `ERROR_RESOURCE_EXHAUSTED`. The enum also inherits methods for comparison, object management, and type information retrieval.\n"]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4