Interface protos.google.logging.v2.ILogExclusion (9.5.7)

Properties of a LogExclusion.

Package

@google-cloud/logging!

Properties

createTime

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

LogExclusion createTime

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

description

description?: (string|null);

LogExclusion description

Property Value
TypeDescription
(string|null)

disabled

disabled?: (boolean|null);

LogExclusion disabled

Property Value
TypeDescription
(boolean|null)

filter

filter?: (string|null);

LogExclusion filter

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

LogExclusion name

Property Value
TypeDescription
(string|null)

updateTime

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

LogExclusion updateTime

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