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

Properties of a LogSink.

Package

@google-cloud/logging!

Properties

bigqueryOptions

bigqueryOptions?: (google.logging.v2.IBigQueryOptions|null);

LogSink bigqueryOptions

Property Value
TypeDescription
(google.logging.v2.IBigQueryOptions|null)

createTime

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

LogSink createTime

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

description

description?: (string|null);

LogSink description

Property Value
TypeDescription
(string|null)

destination

destination?: (string|null);

LogSink destination

Property Value
TypeDescription
(string|null)

disabled

disabled?: (boolean|null);

LogSink disabled

Property Value
TypeDescription
(boolean|null)

exclusions

exclusions?: (google.logging.v2.ILogExclusion[]|null);

LogSink exclusions

Property Value
TypeDescription
(google.logging.v2.ILogExclusion[]|null)

filter

filter?: (string|null);

LogSink filter

Property Value
TypeDescription
(string|null)

includeChildren

includeChildren?: (boolean|null);

LogSink includeChildren

Property Value
TypeDescription
(boolean|null)

name

name?: (string|null);

LogSink name

Property Value
TypeDescription
(string|null)

outputVersionFormat

outputVersionFormat?: (google.logging.v2.LogSink.VersionFormat|keyof typeof google.logging.v2.LogSink.VersionFormat|null);

LogSink outputVersionFormat

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

updateTime

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

LogSink updateTime

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

writerIdentity

writerIdentity?: (string|null);

LogSink writerIdentity

Property Value
TypeDescription
(string|null)