Interface protos.google.cloud.servicedirectory.v1.IEndpoint (3.2.4)

Properties of an Endpoint.

Package

@google-cloud/service-directory!

Properties

address

address?: (string|null);

Endpoint address

Property Value
TypeDescription
(string|null)

annotations

annotations?: ({ [k: string]: string }|null);

Endpoint annotations

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Endpoint name

Property Value
TypeDescription
(string|null)

port

port?: (number|null);

Endpoint port

Property Value
TypeDescription
(number|null)