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

ApiObservation

import type { ApiObservation } from "https://googleapis.deno.dev/v1/apim:v1alpha.ts";

Message describing ApiObservation object

interface ApiObservation {
apiOperationCount?: bigint;
createTime?: Date;
hostname?: string;
lastEventDetectedTime?: Date;
name?: string;
serverIps?: string[];
sourceLocations?: string[];
style?:
| "STYLE_UNSPECIFIED"
| "REST"
| "GRPC"
| "GRAPHQL";
tags?: string[];
updateTime?: Date;
}

§Properties

§
apiOperationCount?: bigint
[src]

The number of observed API Operations.

§
createTime?: Date
[src]

Create time stamp

§
hostname?: string
[src]

The hostname of requests processed for this Observation.

§
lastEventDetectedTime?: Date
[src]

Last event detected time stamp

§
name?: string
[src]

Identifier. Name of resource

§
serverIps?: string[]
[src]

The IP address (IPv4 or IPv6) of the origin server that the request was sent to. This field can include port information. Examples: "192.168.1.1", "10.0.0.1:80", "FE80::0202:B3FF:FE1E:8329".

§
sourceLocations?: string[]
[src]

Location of the Observation Source, for example "us-central1" or "europe-west1."

§
style?: "STYLE_UNSPECIFIED" | "REST" | "GRPC" | "GRAPHQL"
[src]

Style of ApiObservation

§
tags?: string[]
[src]

User-defined tags to organize and sort

§
updateTime?: Date
[src]

Update time stamp