ProjectsLocationsMessageBusesListOptions
import type { ProjectsLocationsMessageBusesListOptions } from "https://googleapis.deno.dev/v1/eventarc:v1.ts";
Additional options for Eventarc#projectsLocationsMessageBusesList.
interface ProjectsLocationsMessageBusesListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}§Properties
§
filter?: string
[src]Optional. The filter field that the list request will filter on. Possible filtersare 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
.