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

BulkCheckRequest

import type { BulkCheckRequest } from "https://googleapis.deno.dev/v1/digitalassetlinks:v1.ts";

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

interface BulkCheckRequest {
allowGoogleInternalDataSources?: boolean;
defaultRelation?: string;
defaultSource?: Asset;
defaultTarget?: Asset;
skipCacheLookup?: boolean;
statements?: StatementTemplate[];
}

§Properties

§
allowGoogleInternalDataSources?: boolean
[src]

Same configuration as in Check request, all statements checks will use same configurations.

§
defaultRelation?: string
[src]

If specified, will be used in any given template statement that doesn’t specify a relation.

§
defaultSource?: Asset
[src]

If specified, will be used in any given template statement that doesn’t specify a source.

§
defaultTarget?: Asset
[src]

If specified, will be used in any given template statement that doesn’t specify a target.

§
skipCacheLookup?: boolean
[src]

Same configuration as in Check request, all statements checks will use same configurations.

§
statements?: StatementTemplate[]
[src]

List of statements to check. For each statement, you can omit a field if the corresponding default_* field below was supplied. Minimum 1 statement; maximum 1,000 statements. Any additional statements will be ignored.