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

Bucket

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

Bucket configuration for storing observability data.

interface Bucket {
cmekSettings?: CmekSettings;
readonly createTime?: Date;
readonly deleteTime?: Date;
description?: string;
displayName?: string;
name?: string;
readonly purgeTime?: Date;
readonly updateTime?: Date;
}

§Properties

§
cmekSettings?: CmekSettings
[src]

Optional. Settings for configuring CMEK on a bucket.

§
readonly createTime?: Date
[src]

Output only. Create timestamp.

§
readonly deleteTime?: Date
[src]

Output only. Delete timestamp.

§
description?: string
[src]

Optional. Description of the bucket.

§
displayName?: string
[src]

Optional. User friendly display name.

§
name?: string
[src]

Identifier. Name of the bucket. The format is: projects/[PROJECT_ID]/locations/[LOCATION]/buckets/[BUCKET_ID]

§
readonly purgeTime?: Date
[src]

Output only. Timestamp when the bucket in soft-deleted state is purged.

§
readonly updateTime?: Date
[src]

Output only. Update timestamp.