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

ProjectsLocationsRepositoriesPackagesVersionsListOptions

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

Additional options for ArtifactRegistry#projectsLocationsRepositoriesPackagesVersionsList.

interface ProjectsLocationsRepositoriesPackagesVersionsListOptions {
orderBy?: string;
pageSize?: number;
pageToken?: string;
view?: "VERSION_VIEW_UNSPECIFIED" | "BASIC" | "FULL";
}

§Properties

§
orderBy?: string
[src]

Optional. The field to order the results by.

§
pageSize?: number
[src]

The maximum number of versions to return. Maximum page size is 1,000.

§
pageToken?: string
[src]

The next_page_token value returned from a previous list request, if any.

§
view?: "VERSION_VIEW_UNSPECIFIED" | "BASIC" | "FULL"
[src]

The view that should be returned in the response.