Endpoint
import type { Endpoint } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Represents an Endpoint.
interface Endpoint {
readonly attributes?: {};
[key: string]: {};
[key: string]: any;
readonly createTime?: Date;
readonly description?: string;
readonly displayName?: string;
readonly endpointId?: string;
interfaces?: Interface[];
name?: string;
readonly updateTime?: Date;
}§Properties
§
readonly attributes?: {}
[src][key: string]: {};
[key: string]: any;
Output only. Attributes of the Endpoint. Valid values: *
agentregistry.googleapis.com/system/RuntimeReference: {"uri": "//..."} -
the URI of the underlying resource hosting the Endpoint, for example, the
GKE Deployment.