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/apikeys:v2.ts";

§Classes

APIKeys

Manages the API keys associated with developer projects.

GoogleAuth

§Variables

auth

§Interfaces

CredentialsClient

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

KeysLookupKeyOptions

Additional options for APIKeys#keysLookupKey.

Operation

This resource represents a long-running operation that is the result of a network API call.

ProjectsLocationsKeysCreateOptions

Additional options for APIKeys#projectsLocationsKeysCreate.

ProjectsLocationsKeysDeleteOptions

Additional options for APIKeys#projectsLocationsKeysDelete.

ProjectsLocationsKeysListOptions

Additional options for APIKeys#projectsLocationsKeysList.

ProjectsLocationsKeysPatchOptions

Additional options for APIKeys#projectsLocationsKeysPatch.

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.

V2AndroidApplication

Identifier of an Android application for key use.

V2AndroidKeyRestrictions

The Android apps that are allowed to use the key.

V2ApiTarget

A restriction for a specific service and optionally one or multiple specific methods. Both fields are case insensitive.

V2BrowserKeyRestrictions

The HTTP referrers (websites) that are allowed to use the key.

V2GetKeyStringResponse

Response message for GetKeyString method.

V2IosKeyRestrictions

The iOS apps that are allowed to use the key.

V2Key

The representation of a key managed by the API Keys API.

V2ListKeysResponse

Response message for ListKeys method.

V2LookupKeyResponse

Response message for LookupKey method.

V2Restrictions

Describes the restrictions on the key.

V2ServerKeyRestrictions

The IP addresses of callers that are allowed to use the key.

V2UndeleteKeyRequest

Request message for UndeleteKey method.