Stackdriver Logging V2 Client - Class VersionFormat (1.25.5)

Reference documentation and code samples for the Stackdriver Logging V2 Client class VersionFormat.

Deprecated. This is unused.

Protobuf type google.logging.v2.LogSink.VersionFormat

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

VERSION_FORMAT_UNSPECIFIED

Value: 0

An unspecified format version that will default to V2.

Generated from protobuf enum VERSION_FORMAT_UNSPECIFIED = 0;

V2

Value: 1

LogEntry version 2 format.

Generated from protobuf enum V2 = 1;

V1

Value: 2

LogEntry version 1 format.

Generated from protobuf enum V1 = 2;