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

Usage

import * as mod from "https://googleapis.deno.dev/v1/cloudprofiler:v2.ts";

§Classes

CloudProfiler

Manages continuous profiling information.

GoogleAuth

§Variables

auth

§Interfaces

CreateProfileRequest

CreateProfileRequest describes a profile resource online creation request. The deployment field must be populated. The profile_type specifies the list of profile types supported by the agent. The creation call will hang until a profile of one of these types needs to be collected.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Deployment

Deployment contains the deployment identification information.

ListProfilesResponse

ListProfileResponse contains the list of collected profiles for deployments in projects which the user has permissions to view.

Profile

Profile resource.

ProjectsProfilesListOptions

Additional options for CloudProfiler#projectsProfilesList.

ProjectsProfilesPatchOptions

Additional options for CloudProfiler#projectsProfilesPatch.