HostCloudAnchorResult
Result object from HostCloudAnchorPromise
containing the hosted Cloud Anchor ID and final state.
See the Cloud Anchors developer guide for more information.
Summary
Properties
|
CloudAnchorId
|
string
Gets the hosted Cloud Anchor ID associated with this result.
|
CloudAnchorState
|
Gets the CloudAnchorState associated with this result.
|
Properties
CloudAnchorId
string CloudAnchorId
Gets the hosted Cloud Anchor ID associated with this result.
May be null
.
CloudAnchorState
CloudAnchorState CloudAnchorState
Gets the CloudAnchorState
associated with this result.
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 2025-02-28 UTC.
[null,null,["Last updated 2025-02-28 UTC."],[[["HostCloudAnchorResult provides the Cloud Anchor ID and the final state of a hosted Cloud Anchor."],["Developers can access the Cloud Anchor ID and its state through corresponding properties."],["Refer to the Cloud Anchors developer guide for comprehensive information."]]],["The `HostCloudAnchorResult` object contains the outcome of hosting a Cloud Anchor. It provides two key pieces of information: the `CloudAnchorId`, a string representing the unique identifier of the hosted anchor, which may be null and `CloudAnchorState`, indicating the final state of the hosted Cloud Anchor. This information is retrieved after the hosting process initiated by `HostCloudAnchorPromise`. For further details refer to the Cloud Anchors developer guide.\n"]]