Interface protos.google.cloud.servicedirectory.v1beta1.INamespace (3.2.4)

Properties of a Namespace.

Package

@google-cloud/service-directory!

Properties

createTime

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

Namespace createTime

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

labels

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

Namespace labels

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

name

name?: (string|null);

Namespace name

Property Value
TypeDescription
(string|null)

updateTime

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

Namespace updateTime

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