Interface protos.google.cloud.servicedirectory.v1beta1.IEndpoint (4.0.7)

Properties of an Endpoint.

Package

@google-cloud/service-directory

Properties

address

address?: (string|null);

Endpoint address

createTime

createTime?: (google.protobuf.ITimestamp|null);

Endpoint createTime

metadata

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

Endpoint metadata

name

name?: (string|null);

Endpoint name

network

network?: (string|null);

Endpoint network

port

port?: (number|null);

Endpoint port

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Endpoint updateTime