AI-generated Key Takeaways
-
The Digital Asset Links API allows you to discover relationships between online assets like websites and mobile apps.
-
This API provides methods to check for specific relationships between assets (e.g., website A owns app B).
-
You can also retrieve statements that describe relationships between a source and target asset based on criteria you provide.
-
To interact with the API, you'll need to use the service name
digitalassetlinks.googleapis.com
.
API for discovering relationships between online assets such as web sites or mobile apps.
Service digitalassetlinks.googleapis.com
The Service name digitalassetlinks.googleapis.com
is needed to create RPC client stubs.
google.digitalassetlinks.v1.AssetLinks
Method | Description |
---|---|
|
Determines whether the specified (directional) relationship exists between the specified source and target assets. |
google.digitalassetlinks.v1.Statements
Method | Description |
---|---|
|
Retrieves a list of all statements from a given source that match the specified target and statement string. |