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/versionhistory:v1.ts";

§Classes

GoogleAuth
versionhistory

Version History API - Prod

§Variables

auth

§Interfaces

Channel

Each Channel is owned by a Platform and owns a collection of versions. Possible Channels are listed in the Channel enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).

CredentialsClient

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

Interval

Represents a time interval, encoded as a Timestamp start (inclusive) and a Timestamp end (exclusive). The start must be less than or equal to the end. When the start equals the end, the interval is empty (matches no time). When both start and end are unspecified, the interval matches any time.

ListChannelsResponse

Response message for ListChannels.

ListPlatformsResponse

Response message for ListPlatforms.

ListReleasesResponse

Response message for ListReleases.

ListVersionsResponse

Response message for ListVersions.

Platform

Each Platform is owned by a Product and owns a collection of channels. Available platforms are listed in Platform enum below. Not all Channels are available for every Platform (e.g. CANARY does not exist for LINUX).

PlatformsChannelsListOptions

Additional options for versionhistory#platformsChannelsList.

PlatformsChannelsVersionsListOptions

Additional options for versionhistory#platformsChannelsVersionsList.

PlatformsChannelsVersionsReleasesListOptions

Additional options for versionhistory#platformsChannelsVersionsReleasesList.

PlatformsListOptions

Additional options for versionhistory#platformsList.

Release

A Release is owned by a Version. A Release contains information about the release(s) of its parent version. This includes when the release began and ended, as well as what percentage it was released at. If the version is released again, or if the serving percentage changes, it will create another release under the version.

Version

Each Version is owned by a Channel. A Version only displays the Version number (e.g. 84.0.4147.38). A Version owns a collection of releases.