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

BucketsGetOptions

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

Additional options for Storage#bucketsGet.

interface BucketsGetOptions {
ifMetagenerationMatch?: bigint;
ifMetagenerationNotMatch?: bigint;
projection?: "full" | "noAcl";
userProject?: string;
}

§Properties

§
ifMetagenerationMatch?: bigint
[src]

Makes the return of the bucket metadata conditional on whether the bucket's current metageneration matches the given value.

§
ifMetagenerationNotMatch?: bigint
[src]

Makes the return of the bucket metadata conditional on whether the bucket's current metageneration does not match the given value.

§
projection?: "full" | "noAcl"
[src]

Set of properties to return. Defaults to noAcl.

§
userProject?: string
[src]

The project to be billed for this request. Required for Requester Pays buckets.