Interface protos.google.logging.v2.ILogBucket (9.3.1)

Properties of a LogBucket.

Package

@google-cloud/logging!

Properties

createTime

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

LogBucket createTime

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

description

description?: (string|null);

LogBucket description

Property Value
TypeDescription
(string|null)

lifecycleState

lifecycleState?: (google.logging.v2.LifecycleState|keyof typeof google.logging.v2.LifecycleState|null);

LogBucket lifecycleState

Property Value
TypeDescription
(google.logging.v2.LifecycleState|keyof typeof google.logging.v2.LifecycleState|null)

locked

locked?: (boolean|null);

LogBucket locked

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

LogBucket name

Property Value
TypeDescription
(string|null)

retentionDays

retentionDays?: (number|null);

LogBucket retentionDays

Property Value
TypeDescription
(number|null)

updateTime

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

LogBucket updateTime

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