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

ObjectId

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

This is a copy of the tech.blob.ObjectId proto, which could not be used directly here due to transitive closure issues with JavaScript support; see http://b/8801763.

interface ObjectId {
bucketName?: string;
generation?: bigint;
objectName?: string;
}

§Properties

§
bucketName?: string
[src]

The name of the bucket to which this object belongs.

§
generation?: bigint
[src]

Generation of the object. Generations are monotonically increasing across writes, allowing them to be be compared to determine which generation is newer. If this is omitted in a request, then you are requesting the live object. See http://go/bigstore-versions

§
objectName?: string
[src]

The name of the object.