Reference documentation and code samples for the Stackdriver Logging V2 Client class VersionFormat.
Deprecated. This is unused.
Protobuf type google.logging.v2.LogSink.VersionFormat
Namespace
Google \ Cloud \ Logging \ V2 \ LogSinkMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;