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

ProjectsLocationsRepositoriesFilesListOptions

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

Additional options for ArtifactRegistry#projectsLocationsRepositoriesFilesList.

interface ProjectsLocationsRepositoriesFilesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

An expression for filtering the results of the request. Filter rules are case insensitive. The fields eligible for filtering are: * name * owner An example of using a filter: * name="projects/p1/locations/us-central1/repositories/repo1/files/a/b/*" --> Files with an ID starting with "a/b/". * owner="projects/p1/locations/us-central1/repositories/repo1/packages/pkg1/versions/1.0" --> Files owned by the version 1.0 in package pkg1.

§
orderBy?: string
[src]

The field to order the results by.

§
pageSize?: number
[src]

The maximum number of files to return.

§
pageToken?: string
[src]

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