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.