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

ProjectsLocationsBucketsListOptions

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

Additional options for Observability#projectsLocationsBucketsList.

interface ProjectsLocationsBucketsListOptions {
pageSize?: number;
pageToken?: string;
showDeleted?: boolean;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of buckets to return. If unspecified, then at most 100 buckets are returned. The maximum value is 1000; values above 1000 are coerced to 1000.

§
pageToken?: string
[src]

Optional. A page token, received from a previous ListBuckets call. Provide this to retrieve the subsequent page.

§
showDeleted?: boolean
[src]

Optional. If true, then the response will include deleted buckets.