ProjectsLocationsPipelinesListOptions
import type { ProjectsLocationsPipelinesListOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsPipelinesList.
interface ProjectsLocationsPipelinesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. The filter field that the list request will filter on. Possible filters are described in https://google.aip.dev/160.
§
orderBy?: string
[src]Optional. The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting order is ascending. To
specify descending order for a field, append a desc
suffix; for example:
name desc, update_time
.