Interface protos.google.cloud.servicedirectory.v1beta1.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)

createTime

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

Endpoint createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

metadata

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

Endpoint metadata

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

name

name?: (string|null);

Endpoint name

Property Value
TypeDescription
(string|null)

network

network?: (string|null);

Endpoint network

Property Value
TypeDescription
(string|null)

port

port?: (number|null);

Endpoint port

Property Value
TypeDescription
(number|null)

updateTime

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

Endpoint updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)