Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/digitalassetlinks:v1.ts";

§Classes

DigitalAssetLinks

Discovers relationships between online assets such as websites or mobile apps.

GoogleAuth

§Variables

auth

§Interfaces

AndroidAppAsset

Describes an android app asset.

Asset

Uniquely identifies an asset. A digital asset is an identifiable and addressable online entity that typically provides some service or content. Examples of assets are websites, Android apps, Twitter feeds, and Plus Pages.

AssetlinksCheckOptions

Additional options for DigitalAssetLinks#assetlinksCheck.

BulkCheckRequest

Message used to check for the existence of multiple digital asset links within a single RPC.

BulkCheckResponse

Response for BulkCheck call. Results are sent in a list in the same order in which they were sent. Individual check errors are described in the appropriate check_results entry. If the entire call fails, the response will include a bulk_error_code field describing the error.

CertificateInfo

Describes an X509 certificate.

CheckResponse

Response message for the CheckAssetLinks call.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

ListResponse

Response message for the List call.

Statement

Describes a reliable statement that has been made about the relationship between a source asset and a target asset. Statements are always made by the source asset, either directly or by delegating to a statement list that is stored elsewhere. For more detailed definitions of statements and assets, please refer to our API documentation landing page.

StatementsListOptions

Additional options for DigitalAssetLinks#statementsList.

StatementTemplate

A single statement to check in a bulk call using BulkCheck. See CheckRequest for details about each field.

WebAsset

Describes a web asset.