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

ListAppProfilesResponse

import type { ListAppProfilesResponse } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Response message for BigtableInstanceAdmin.ListAppProfiles.

interface ListAppProfilesResponse {
appProfiles?: AppProfile[];
failedLocations?: string[];
nextPageToken?: string;
}

§Properties

§
appProfiles?: AppProfile[]
[src]

The list of requested app profiles.

§
failedLocations?: string[]
[src]

Locations from which AppProfile information could not be retrieved, due to an outage or some other transient condition. AppProfiles from these locations may be missing from app_profiles. Values are of the form projects//locations/

§
nextPageToken?: string
[src]

Set if not all app profiles could be returned in a single response. Pass this value to page_token in another request to get the next page of results.