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

GoogleCloudApihubV1Dependency

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

A dependency resource defined in the API hub describes a dependency directed from a consumer to a supplier entity. A dependency can be defined between two Operations or between an Operation and External API.

interface GoogleCloudApihubV1Dependency {
attributes?: {};
readonly createTime?: Date;
description?: string;
readonly discoveryMode?: "DISCOVERY_MODE_UNSPECIFIED" | "MANUAL";
name?: string;
readonly state?: "STATE_UNSPECIFIED" | "PROPOSED" | "VALIDATED";
readonly updateTime?: Date;
}

§Properties

§
attributes?: {}
[src]

Optional. The list of user defined attributes associated with the dependency resource. The key is the attribute name. It will be of the format: projects/{project}/locations/{location}/attributes/{attribute}. The value is the attribute values associated with the resource.

§

Required. Immutable. The entity acting as the consumer in the dependency.

§
readonly createTime?: Date
[src]

Output only. The time at which the dependency was created.

§
description?: string
[src]

Optional. Human readable description corresponding of the dependency.

§
readonly discoveryMode?: "DISCOVERY_MODE_UNSPECIFIED" | "MANUAL"
[src]

Output only. Discovery mode of the dependency.

§

Output only. Error details of a dependency if the system has detected it internally.

§
name?: string
[src]

Identifier. The name of the dependency in the API Hub. Format: projects/{project}/locations/{location}/dependencies/{dependency}

§
readonly state?: "STATE_UNSPECIFIED" | "PROPOSED" | "VALIDATED"
[src]

Output only. State of the dependency.

§

Required. Immutable. The entity acting as the supplier in the dependency.

§
readonly updateTime?: Date
[src]

Output only. The time at which the dependency was last updated.