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

DiscoveredService

import type { DiscoveredService } from "https://googleapis.deno.dev/v1/apphub:v1.ts";

DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network. A discovered service can be registered to a App Hub service.

interface DiscoveredService {
name?: string;
readonly serviceProperties?: ServiceProperties;
readonly serviceReference?: ServiceReference;
}

§Properties

§
name?: string
[src]

Identifier. The resource name of the discovered service. Format: "projects/{host-project-id}/locations/{location}/discoveredServices/{uuid}""

§
readonly serviceProperties?: ServiceProperties
[src]

Output only. Properties of an underlying compute resource that can comprise a Service. These are immutable.

§
readonly serviceReference?: ServiceReference
[src]

Output only. Reference to an underlying networking resource that can comprise a Service. These are immutable.